diff options
| author | welinder@troll.com <welinder@troll.com> | 2004-10-05 12:05:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:03:28 -0700 |
| commit | 34af6836056a9d0bcf188923466c8495637f2970 (patch) | |
| tree | d06d5eb852d4722e76157b8b2c6aeb8f699a09e9 | |
| parent | 10c418978d06624b3c6144134a139097ad060872 (diff) | |
| download | sparse-dev-34af6836056a9d0bcf188923466c8495637f2970.tar.gz | |
Rename -Wundefined-preprocessor-symbol to -Wundef to match
gcc.
| -rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -682,7 +682,7 @@ struct warning { int *flag; } warnings[] = { { "default-bitfield-sign", &Wdefault_bitfield_sign }, - { "undefined-preprocessor-symbol", &Wundefined_preprocessor }, + { "undef", &Wundefined_preprocessor }, { "bitwise", &Wbitwise }, { "typesign", &Wtypesign }, }; |
