From c7710c1f46741beb220c56edfacd97c8c322fec5 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 13 Apr 1997 12:47:38 -0400 Subject: (lang_options): Add -Wundef, -Wno-undef. From-SVN: r13874 --- gcc/toplev.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc') diff --git a/gcc/toplev.c b/gcc/toplev.c index 287e26b..bb8e48c 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", -- cgit v1.1