https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9f3eb1f9a21a874212a73…
commit 9f3eb1f9a21a874212a73c6c4f29857937b01a1f
Author: Serge Gautherie <reactos-git_serge_171003(a)gautherie.fr>
AuthorDate: Fri Apr 19 15:39:16 2019 +0200
Commit: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito(a)reactos.org>
CommitDate: Fri Apr 19 20:47:03 2019 +0200
[CMAKE] msvc.cmake: Remove now redundant '/we4028' special case
Addendum to 545a2c79367e1457e4bc7ac14d3c0f840c7e063c.
CORE-7538
---
sdk/cmake/msvc.cmake | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sdk/cmake/msvc.cmake b/sdk/cmake/msvc.cmake
index 8419591b8b..e3319a1eee 100644
--- a/sdk/cmake/msvc.cmake
+++ b/sdk/cmake/msvc.cmake
@@ -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