https://git.reactos.org/?p=reactos.git;a=commitdiff;h=367a94211b0d83ed0ffa4dfd4d2e97dadaca18fc
commit 367a94211b0d83ed0ffa4dfd4d2e97dadaca18fc Author: Serge Gautherie <[email protected]> AuthorDate: Mon Jan 20 14:24:06 2020 +0100 Commit: Hermès BÉLUSCA - MAÏTO <[email protected]> CommitDate: Mon Jan 20 14:24:06 2020 +0100 [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
