(c_decode_option): Ignore -Wundef, -Wno-undef.
From-SVN: r13875
This commit is contained in:
parent
c7710c1f46
commit
dab9b3bf3d
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user