https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2eed38eb5f018c53dabfd…
commit 2eed38eb5f018c53dabfd450a6e0bed76ea2df38
Author: Serge Gautherie <reactos-git_serge_171003(a)gautherie.fr>
AuthorDate: Mon Jan 27 18:02:11 2020 +0100
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Sun Feb 23 17:50:58 2020 +0100
[OLEACC_WINETEST] Re-enable MSVC warning C4477
Follow-up to 3ee20de95fddd0502cafcf2ef279cb16052cbe91.
---
modules/rostests/winetests/oleacc/CMakeLists.txt | 5 -----
1 file changed, 5 deletions(-)
diff --git a/modules/rostests/winetests/oleacc/CMakeLists.txt
b/modules/rostests/winetests/oleacc/CMakeLists.txt
index c4a6b15044b..875b79dacd8 100644
--- a/modules/rostests/winetests/oleacc/CMakeLists.txt
+++ b/modules/rostests/winetests/oleacc/CMakeLists.txt
@@ -1,11 +1,6 @@
add_definitions(-D__WINESRC__ -DWINETEST_USE_DBGSTR_LONGLONG)
-if(MSVC)
- # Disable warning C4477 (printf format warnings)
- add_compile_flags("/wd4477")
-endif()
-
add_executable(oleacc_winetest main.c testlist.c)
set_module_type(oleacc_winetest win32cui)
target_link_libraries(oleacc_winetest uuid)