(lang_options): Add -Wundef, -Wno-undef.

From-SVN: r13874
This commit is contained in:
Richard Kenner 1997-04-13 12:47:38 -04:00
parent 977cc2e118
commit c7710c1f46

View File

@ -742,6 +742,8 @@ char *lang_options[] =
"-Wno-traditional",
"-Wtrigraphs",
"-Wno-trigraphs",
"-Wundef",
"-Wno-undef",
"-Wwrite-strings",
"-Wno-write-strings",