Commit 33a79e44 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '91894f27'

* commit '91894f27':
  configure: Disable shift operator precedence warnings with MSVC

Conflicts:
	configure

See: 9e208ce6Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 13f8bbfb 91894f27
......@@ -3257,8 +3257,7 @@ msvc_flags(){
-Wall) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389 \
-wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \
-wd4152 -wd4324 -we4013 -wd4100 -wd4214 \
-wd4554 \
-wd4273 -wd4701 ;;
-wd4273 -wd4554 -wd4701 ;;
esac
done
}
......
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