diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-12-08 11:08:08 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-12-08 11:08:08 +0000 |
commit | 2f3eca0806a0d45c167beae4d42d7473b437c8ae (patch) | |
tree | 943458ab1c2d80b9d87d91c386fa422bcf380287 /configure | |
parent | c50cd09dd5326e6a6907adcb2aad2e149c4921a9 (diff) | |
download | ffmpeg-2f3eca0806a0d45c167beae4d42d7473b437c8ae.tar.gz |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -987,7 +987,7 @@ fi case "`$cc -v 2>&1 | grep version`" in *gcc*) - CFLAGS="-Wall $CFLAGS" + CFLAGS="-Wall -Wno-switch $CFLAGS" ;; *) ;; |