From 367a94211b0d83ed0ffa4dfd4d2e97dadaca18fc Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Mon, 20 Jan 2020 14:24:06 +0100 Subject: [PATCH] [ATL] Re-enable MSVC warning C4477 (#2010) Follow-up to e410a122. --- dll/win32/atl/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dll/win32/atl/CMakeLists.txt b/dll/win32/atl/CMakeLists.txt index ac492112eeb..475ebab24ff 100644 --- a/dll/win32/atl/CMakeLists.txt +++ b/dll/win32/atl/CMakeLists.txt @@ -9,11 +9,6 @@ add_definitions( include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine) spec2def(atl.dll atl.spec ADD_IMPORTLIB) -if(MSVC) - # Disable warning C4477 (printf format warnings) - add_compile_flags("/wd4477") -endif() - list(APPEND SOURCE atl.c atl30.c