suppress 100 pages of missing enum value in switch spam

Originally committed as revision 3741 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 20 years ago
parent c50cd09dd5
commit 2f3eca0806
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save