From: kenner Date: Sun, 13 Apr 1997 16:47:38 +0000 (+0000) Subject: (lang_options): Add -Wundef, -Wno-undef. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=c651b3b71dd25516efebd3715b5c17bbe98a7e72 (lang_options): Add -Wundef, -Wno-undef. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13874 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 287e26b1021..bb8e48cc3c0 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -742,6 +742,8 @@ char *lang_options[] = "-Wno-traditional", "-Wtrigraphs", "-Wno-trigraphs", + "-Wundef", + "-Wno-undef", "-Wwrite-strings", "-Wno-write-strings",