SPEC-2513 Fixes to enable w4436 and w4366 (#1157)
* Fix for w4457 * Nothing to fix, seems we deleted all the code that was causing this offense * removing warning * another warning that doesnt trigger
This commit is contained in:
@@ -69,9 +69,7 @@ ly_append_configurations_options(
|
||||
/wd4267 # conversion, possible loss of data
|
||||
/wd4310 # cast truncates constant value
|
||||
/wd4324 # structure was padded due to alignment specifier
|
||||
/wd4366 # the result of unary operator may be unaligned
|
||||
/wd4389 # comparison, signed/unsigned mismatch
|
||||
/wd4436 # the result of unary operator may be unaligned
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user