projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
977cc2e
)
(lang_options): Add -Wundef, -Wno-undef.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sun, 13 Apr 1997 16:47:38 +0000
(12:47 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sun, 13 Apr 1997 16:47:38 +0000
(12:47 -0400)
From-SVN: r13874
gcc/toplev.c
patch
|
blob
|
history
diff --git
a/gcc/toplev.c
b/gcc/toplev.c
index 287e26b1021a21084466a19def201ef1c216e9f9..bb8e48cc3c0df162d20bbf64805e0e48c5215b84 100644
(file)
--- 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",