summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-12-08 11:08:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-12-08 11:08:08 +0000
commit2f3eca0806a0d45c167beae4d42d7473b437c8ae (patch)
tree943458ab1c2d80b9d87d91c386fa422bcf380287 /configure
parentc50cd09dd5326e6a6907adcb2aad2e149c4921a9 (diff)
suppress 100 pages of missing enum value in switch spam
Originally committed as revision 3741 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"
;;
*)
;;