SPEC-2513 Fixes to enable w4324 (#1197)

* Fix warning 4324

* warning that doesnt trigger anything

* missed warning
This commit is contained in:
Esteban Papp
2021-06-09 11:33:13 -07:00
committed by GitHub
parent 5bdf9e3c6d
commit 68ffdd6714
9 changed files with 31 additions and 18 deletions
@@ -63,12 +63,10 @@ ly_append_configurations_options(
# Disabling these warnings while they get fixed
/wd4018 # signed/unsigned mismatch
/wd4121 # alignment of a member was sensitive to packing
/wd4244 # conversion, possible loss of data
/wd4245 # conversion, signed/unsigned mismatch
/wd4267 # conversion, possible loss of data
/wd4310 # cast truncates constant value
/wd4324 # structure was padded due to alignment specifier
/wd4389 # comparison, signed/unsigned mismatch
# Enabling warnings that are disabled by default from /W4