Fix compile errors with VS2019 v16.9.3 and GCC v7.5.0 (see issue #3140)

This commit is contained in:
Marshall Greenblatt
2021-06-20 12:08:10 -04:00
parent 529b91bc6e
commit 9efd3dc8ee
14 changed files with 39 additions and 3 deletions

View File

@@ -407,6 +407,7 @@ if(OS_WINDOWS)
/wd4100 # Ignore "unreferenced formal parameter" warning
/wd4127 # Ignore "conditional expression is constant" warning
/wd4244 # Ignore "conversion possible loss of data" warning
/wd4324 # Ignore "structure was padded due to alignment specifier" warning
/wd4481 # Ignore "nonstandard extension used: override" warning
/wd4512 # Ignore "assignment operator could not be generated" warning
/wd4701 # Ignore "potentially uninitialized local variable" warning