mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-21 19:03:11 -04:00
remove suppression of C4090 warning
This commit is contained in:
parent
05aebb3d59
commit
8372e26027
@ -68,8 +68,6 @@ if(MSVC)
|
|||||||
# Using the token operator to compare signed and unsigned numbers required
|
# Using the token operator to compare signed and unsigned numbers required
|
||||||
# the compiler to convert the signed value to unsigned.
|
# the compiler to convert the signed value to unsigned.
|
||||||
_checked_add_compile_option(/wd4018)
|
_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.
|
# Extra warnings for clang-cl.exe - prevents warning spam in SDL headers.
|
||||||
_checked_add_compile_option(-Wno-pragma-pack)
|
_checked_add_compile_option(-Wno-pragma-pack)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user