|
|
|
@ -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
|
|
|
|
|