(c_decode_option): Ignore -Wundef, -Wno-undef.

From-SVN: r13875
This commit is contained in:
Richard Kenner 1997-04-13 12:47:53 -04:00
parent c7710c1f46
commit dab9b3bf3d

View File

@ -723,6 +723,10 @@ c_decode_option (p)
; /* cpp handles this one. */
else if (!strcmp (p, "-Wno-trigraphs"))
; /* cpp handles this one. */
else if (!strcmp (p, "-Wundef"))
; /* cpp handles this one. */
else if (!strcmp (p, "-Wno-undef"))
; /* cpp handles this one. */
else if (!strcmp (p, "-Wimport"))
; /* cpp handles this one. */
else if (!strcmp (p, "-Wno-import"))