diff --git a/configure b/configure index e7d732ff25..c9977cfeaa 100755 --- a/configure +++ b/configure @@ -987,7 +987,7 @@ fi case "`$cc -v 2>&1 | grep version`" in *gcc*) - CFLAGS="-Wall $CFLAGS" + CFLAGS="-Wall -Wno-switch $CFLAGS" ;; *) ;;