Commit 2f3eca08 authored by Michael Niedermayer's avatar Michael Niedermayer

suppress 100 pages of missing enum value in switch spam

Originally committed as revision 3741 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c50cd09d
......@@ -987,7 +987,7 @@ fi
case "`$cc -v 2>&1 | grep version`" in
*gcc*)
CFLAGS="-Wall $CFLAGS"
CFLAGS="-Wall -Wno-switch $CFLAGS"
;;
*)
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment