mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:26:35 +00:00
[MSVCRT_WINETEST] Fix build by adding '-Wno-format'
ed909ba
broke build.
This commit is contained in:
parent
dbeaef63c1
commit
d1ac13c64b
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ list(APPEND SOURCE
|
|||
|
||||
add_executable(msvcrt_winetest ${SOURCE} testlist.c)
|
||||
|
||||
if(USE_CLANG_CL OR (NOT MSVC))
|
||||
add_target_compile_flags(msvcrt_winetest "-Wno-format")
|
||||
endif()
|
||||
|
||||
set_module_type(msvcrt_winetest win32cui)
|
||||
add_importlibs(msvcrt_winetest advapi32 msvcrt kernel32)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue