From 2f3eca0806a0d45c167beae4d42d7473b437c8ae Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 8 Dec 2004 11:08:08 +0000 Subject: [PATCH] suppress 100 pages of missing enum value in switch spam Originally committed as revision 3741 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;; *) ;;