mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE] msvc.cmake: Remove now redundant '/we4028' special case
Addendum to 545a2c7936
.
CORE-7538
This commit is contained in:
parent
48f98e88ed
commit
9f3eb1f9a2
1 changed files with 0 additions and 4 deletions
|
@ -99,10 +99,6 @@ add_compile_flags("/wd4018")
|
|||
# - C4700: uninitialized variable usage
|
||||
# - C4716: function must return a value
|
||||
add_compile_flags("/we4013 /we4020 /we4022 /we4028 /we4047 /we4098 /we4113 /we4129 /we4133 /we4163 /we4229 /we4311 /we4312 /we4603 /we4700 /we4716")
|
||||
# TODO: Check and fix other architectures.
|
||||
if(ARCH STREQUAL "i386")
|
||||
add_compile_flags("/we4028")
|
||||
endif()
|
||||
|
||||
# - C4189: local variable initialized but not referenced
|
||||
# Not in Release mode and not with MSVC 2010
|
||||
|
|
Loading…
Reference in a new issue