Do no include -Wswitch-default in -Wall.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 16 Dec 2007 08:21:52 +0000 (08:21 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 16 Dec 2007 08:21:52 +0000 (08:21 +0000)
[r18774]

warning.c

index 345b62a..7d9c434 100644 (file)
--- a/warning.c
+++ b/warning.c
@@ -55,7 +55,6 @@ void set_warning_opt(const char *const opt)
                SET(shadow)
                SET(sign_compare)
                SET(strict_prototypes)
-               SET(switch_default)
                SET(unknown_pragmas)
                SET(unused_function)
                SET(unused_label)