From 67729b992aed9b55b35d140c6415513157f94580 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 16 Apr 1993 21:42:17 -0400 Subject: calls.c (expand_call): Check warn_inline before complaining about not being able to inline a fn... * calls.c (expand_call): Check warn_inline before complaining about not being able to inline a fn declared inline. * flags.h (warn_inline): Add extern decl. From-SVN: r4171 --- gcc/flags.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/flags.h') diff --git a/gcc/flags.h b/gcc/flags.h index e36a662..22bd1f0 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -73,6 +73,10 @@ extern int extra_warnings; extern int warn_unused; +/* Nonzero means warn if inline function is too large. */ + +extern int warn_inline; + /* Nonzero to warn about variables used before they are initialized. */ extern int warn_uninitialized; -- cgit v1.1