aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
authorwelinder@troll.com <welinder@troll.com>2004-10-05 12:05:30 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:03:28 -0700
commit34af6836056a9d0bcf188923466c8495637f2970 (patch)
treed06d5eb852d4722e76157b8b2c6aeb8f699a09e9
parent10c418978d06624b3c6144134a139097ad060872 (diff)
downloadsparse-dev-34af6836056a9d0bcf188923466c8495637f2970.tar.gz
Rename -Wundefined-preprocessor-symbol to -Wundef to match
gcc.
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 74ee9e58..0b3363e9 100644
--- a/lib.c
+++ b/lib.c
@@ -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 },
};