summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-11-07 03:30:31 +0000
committerkan <kan@FreeBSD.org>2003-11-07 03:30:31 +0000
commitb78cfa533334bfbf8463043d89c8e41c2890d28f (patch)
tree9321ef2b165b62e8b6625e2d29e0c90518af3421 /contrib
parentaba667dc7484a10355d2ebaee76e50d6535a64af (diff)
downloadFreeBSD-src-b78cfa533334bfbf8463043d89c8e41c2890d28f.zip
FreeBSD-src-b78cfa533334bfbf8463043d89c8e41c2890d28f.tar.gz
Drop r1.6 (warn_system_heders by default). Use stock version of
the file from now on.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gcc/cppinit.c1
1 files changed, 0 insertions, 1 deletions
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));
OpenPOWER on IntegriCloud