diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 5f10e27..b719a85 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -133,7 +133,6 @@ cpp_create_reader (enum c_lang lang, hash_table *table) pfile = xcalloc (1, sizeof (cpp_reader)); cpp_set_lang (pfile, lang); - CPP_OPTION (pfile, warn_import) = 1; CPP_OPTION (pfile, warn_multichar) = 1; CPP_OPTION (pfile, discard_comments) = 1; CPP_OPTION (pfile, discard_comments_in_macro_exp) = 1; |