enable the warning

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
monroegm-disable-blank-issue-2
pappeste 5 years ago committed by Esteban Papp
parent 6b2452379f
commit b4bf775647

@ -38,7 +38,6 @@ ly_append_configurations_options(
/wd4201 # nonstandard extension used: nameless struct/union. This actually became part of the C++11 std, MS has an open issue: https://developercommunity.visualstudio.com/t/warning-level-4-generates-a-bogus-warning-c4201-no/103064 /wd4201 # nonstandard extension used: nameless struct/union. This actually became part of the C++11 std, MS has an open issue: https://developercommunity.visualstudio.com/t/warning-level-4-generates-a-bogus-warning-c4201-no/103064
# Disabling these warnings while they get fixed # Disabling these warnings while they get fixed
/wd4018 # signed/unsigned mismatch
/wd4244 # conversion, possible loss of data /wd4244 # conversion, possible loss of data
/wd4245 # conversion, signed/unsigned mismatch /wd4245 # conversion, signed/unsigned mismatch
/wd4389 # comparison, signed/unsigned mismatch /wd4389 # comparison, signed/unsigned mismatch

Loading…
Cancel
Save