From 9e208ce6dd94596b4185a93af4aab3dcd28eb5b7 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 18 Sep 2012 18:38:16 +0200 Subject: [PATCH] Silence warning C4554 when compiling with msvc. warning C4554: '>>' : check operator precedence for possible error; use parentheses to clarify precedence Reviewed-by: Derek Buitenhuis --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 065a957a99..469eacfc9a 100755 --- a/configure +++ b/configure @@ -2384,7 +2384,7 @@ msvc_flags(){ -Wall) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389 \ -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \ -wd4152 -wd4324 -we4013 -wd4100 -wd4214 \ - -wd4996 ;; + -wd4996 -wd4554 ;; -std=c99) ;; -fno-math-errno) ;; -fno-common) ;; -- 2.11.0