remove suppression of C4090 warning

This commit is contained in:
Roman Fomin 2024-02-28 15:15:37 +07:00
parent 05aebb3d59
commit 8372e26027

View File

@ -68,8 +68,6 @@ if(MSVC)
# Using the token operator to compare signed and unsigned numbers required
# the compiler to convert the signed value to unsigned.
_checked_add_compile_option(/wd4018)
# Different 'modifier' qualifiers (const, volatile). For older MSVC versions.
_checked_add_compile_option(/wd4090)
# Extra warnings for clang-cl.exe - prevents warning spam in SDL headers.
_checked_add_compile_option(-Wno-pragma-pack)