SPEC-2513 Fixes to enable w4450 (#1145)

* Fix for w4457

* Nothing to fix, seems we deleted all the code that was causing this offense
main
Esteban Papp 5 years ago committed by GitHub
parent 8a079da914
commit e71a4656bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,6 @@ ly_append_configurations_options(
/wd4366 # the result of unary operator may be unaligned
/wd4389 # comparison, signed/unsigned mismatch
/wd4436 # the result of unary operator may be unaligned
/wd4450 # declaration hides global declaration
# Enabling warnings that are disabled by default from /W4
# https://docs.microsoft.com/en-us/cpp/preprocessor/compiler-warnings-that-are-off-by-default?view=vs-2019

Loading…
Cancel
Save