diff options
Diffstat (limited to 'libcpp/init.cc')
-rw-r--r-- | libcpp/init.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcpp/init.cc b/libcpp/init.cc index b22481c..2c80d63 100644 --- a/libcpp/init.cc +++ b/libcpp/init.cc @@ -230,6 +230,7 @@ cpp_create_reader (enum c_lang lang, cpp_hash_table *table, CPP_OPTION (pfile, warn_variadic_macros) = 1; CPP_OPTION (pfile, warn_builtin_macro_redefined) = 1; CPP_OPTION (pfile, cpp_warn_implicit_fallthrough) = 0; + CPP_OPTION (pfile, warn_header_guard) = 0; /* By default, track locations of tokens resulting from macro expansion. The '2' means, track the locations with the highest accuracy. Read the comments for struct |