mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 08:50:27 +00:00
[OLEACC_WINETEST] Re-enable MSVC warning C4477
Follow-up to 3ee20de95f
.
This commit is contained in:
parent
ed909ba9d9
commit
2eed38eb5f
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue