diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index da90224d89f..73bfcf0ea2a 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -22,7 +22,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "config.h" #include "system.h" #include "tree.h" -#include "tree-inline.h" #include "flags.h" #include "toplev.h" #include "output.h" @@ -3330,7 +3329,7 @@ mark_stmt_tree (p) void c_mark_lang_decl (c) - struct c_lang_decl *c; + struct c_lang_decl *c ATTRIBUTE_UNUSED; { } @@ -3831,8 +3830,6 @@ c_common_lang_init () if (flag_bounds_check < 0) flag_bounds_check = flag_bounded_pointers; - lang_anon_aggr_type_p = anon_aggr_type_p; - /* Special format checking options don't work without -Wformat; warn if they are used. */ if (warn_format_y2k && !warn_format) |