Commit c7710c1f by Richard Kenner

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

From-SVN: r13874
parent 977cc2e1
...@@ -742,6 +742,8 @@ char *lang_options[] = ...@@ -742,6 +742,8 @@ char *lang_options[] =
"-Wno-traditional", "-Wno-traditional",
"-Wtrigraphs", "-Wtrigraphs",
"-Wno-trigraphs", "-Wno-trigraphs",
"-Wundef",
"-Wno-undef",
"-Wwrite-strings", "-Wwrite-strings",
"-Wno-write-strings", "-Wno-write-strings",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment