Commit 91894f27 authored by Diego Biurrun's avatar Diego Biurrun

configure: Disable shift operator precedence warnings with MSVC

parent 2cb9c2fc
......@@ -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
}
......
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