mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[OLEACC_WINETEST] Re-enable MSVC warning C4477
Follow-up to 3ee20de95f.
This commit is contained in:
committed by
Mark Jansen
parent
ed909ba9d9
commit
2eed38eb5f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user