[OLEACC_WINETEST] Re-enable MSVC warning C4477

Follow-up to 3ee20de95f.
This commit is contained in:
Serge Gautherie 2020-01-27 18:02:11 +01:00 committed by Mark Jansen
parent ed909ba9d9
commit 2eed38eb5f

View file

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