From b78cfa533334bfbf8463043d89c8e41c2890d28f Mon Sep 17 00:00:00 2001 From: kan Date: Fri, 7 Nov 2003 03:30:31 +0000 Subject: Drop r1.6 (warn_system_heders by default). Use stock version of the file from now on. --- contrib/gcc/cppinit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib') diff --git a/contrib/gcc/cppinit.c b/contrib/gcc/cppinit.c index d8b1dab..3b0175f 100644 --- a/contrib/gcc/cppinit.c +++ b/contrib/gcc/cppinit.c @@ -532,7 +532,6 @@ cpp_create_reader (lang) CPP_OPTION (pfile, operator_names) = 1; CPP_OPTION (pfile, warn_endif_labels) = 1; CPP_OPTION (pfile, warn_long_long) = !CPP_OPTION (pfile, c99); - CPP_OPTION (pfile, warn_system_headers) = 1; CPP_OPTION (pfile, pending) = (struct cpp_pending *) xcalloc (1, sizeof (struct cpp_pending)); -- cgit v1.1