[FFmpeg-cvslog] configure: Disable shift operator precedence warnings with MSVC
Diego Biurrun
git at videolan.org
Tue Mar 17 20:06:12 CET 2015
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Mar 15 15:55:03 2015 +0100| [91894f27dce531c13d7e1be20253877f2e1e9e66] | committer: Diego Biurrun
configure: Disable shift operator precedence warnings with MSVC
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91894f27dce531c13d7e1be20253877f2e1e9e66
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 7340844..3c38a8c 100755
--- a/configure
+++ b/configure
@@ -2736,7 +2736,7 @@ msvc_flags(){
-Wall) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389 \
-wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \
-wd4152 -wd4324 -we4013 -wd4100 -wd4214 \
- -wd4273 -wd4701 ;;
+ -wd4273 -wd4554 -wd4701 ;;
esac
done
}
More information about the ffmpeg-cvslog
mailing list