[ATL] Re-enable MSVC warning C4477 (#2010)

Follow-up to e410a122.
This commit is contained in:
Serge Gautherie 2020-01-20 14:24:06 +01:00 committed by Hermès BÉLUSCA - MAÏTO
parent 8dc90a4c7e
commit 367a94211b

View file

@ -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