提交 b0bfd09f 编写于 作者: D Diego Biurrun

configure: Suppress "potentially uninitialized variable" warnings from MSVC

The same is done for GCC and clang already.
上级 13c90bc9
......@@ -2688,7 +2688,7 @@ msvc_flags(){
-Wall) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389 \
-wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \
-wd4152 -wd4324 -we4013 -wd4100 -wd4214 \
-wd4273 ;;
-wd4273 -wd4701 ;;
esac
done
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册