8205407: [windows, vs<2017] C4800 after 8203197

Reviewed-by: tbell, mbaesken
This commit is contained in:
Thomas Stuefe 2018-06-20 17:15:16 +02:00
parent edd5002b4e
commit 8c5dfa21b3

View File

@ -549,6 +549,7 @@ AC_DEFUN([FLAGS_SETUP_CFLAGS_HELPER],
elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then
WARNING_CFLAGS="-W3" WARNING_CFLAGS="-W3"
WARNING_CFLAGS_JDK="-wd4800" WARNING_CFLAGS_JDK="-wd4800"
WARNING_CFLAGS_JVM="-wd4800"
fi fi
# Set some additional per-OS defines. # Set some additional per-OS defines.