suppress 100 pages of missing enum value in switch spam

Originally committed as revision 3741 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-12-08 11:08:08 +00:00
parent c50cd09dd5
commit 2f3eca0806

2
configure vendored
View File

@ -987,7 +987,7 @@ fi
case "`$cc -v 2>&1 | grep version`" in
*gcc*)
CFLAGS="-Wall $CFLAGS"
CFLAGS="-Wall -Wno-switch $CFLAGS"
;;
*)
;;