8323806: [17u] VS2017 build fails with warning after 8293117.

Reviewed-by: mbaesken, shade
This commit is contained in:
Goetz Lindenmaier 2024-01-17 21:22:29 +00:00
parent f133108256
commit 381d90b9b3
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@ AC_DEFUN([FLAGS_SETUP_WARNINGS],
if test "x$TOOLCHAIN_VERSION" = x2017; then
# VS2017 incorrectly triggers this warning for constexpr
DISABLED_WARNINGS+=" 4307"
# VS2017 incorrectly triggers this warning for static cast (test_atomic.cpp)
DISABLED_WARNINGS+=" 4309"
fi
;;