mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 09:04:31 +08:00
(lang_options): Add -Wundef, -Wno-undef.
From-SVN: r13874
This commit is contained in:
parent
977cc2e118
commit
c7710c1f46
@ -742,6 +742,8 @@ char *lang_options[] =
|
||||
"-Wno-traditional",
|
||||
"-Wtrigraphs",
|
||||
"-Wno-trigraphs",
|
||||
"-Wundef",
|
||||
"-Wno-undef",
|
||||
"-Wwrite-strings",
|
||||
"-Wno-write-strings",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user