aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/cppinit.c
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-08-22 03:31:54 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-08-22 03:31:54 +0000
commitb82f80cdc5eb8c5575e3b4b4da625ab64f1e609f (patch)
treea51af46c19ebeaea0f3ae6fd8164a7aa92d83833 /contrib/gcc/cppinit.c
parent7a4310c8250033c469ce1b8c56a76df64fad401a (diff)
Notes
Diffstat (limited to 'contrib/gcc/cppinit.c')
-rw-r--r--contrib/gcc/cppinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc/cppinit.c b/contrib/gcc/cppinit.c
index 3b0175f49262..d8b1dab5bb0d 100644
--- a/contrib/gcc/cppinit.c
+++ b/contrib/gcc/cppinit.c
@@ -532,6 +532,7 @@ 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));