Commit 50708b09 authored by michael's avatar michael

suppress 100 pages of missing enum value in switch spam


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3741 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f6da24e5
...@@ -987,7 +987,7 @@ fi ...@@ -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"
;; ;;
*) *)
;; ;;
......
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