mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
[WINMM_WINETEST]
* Addendum to r64114. CORE-8516 svn path=/trunk/; revision=64117
This commit is contained in:
parent
b758e85060
commit
922aac9731
1 changed files with 4 additions and 1 deletions
|
@ -17,5 +17,8 @@ add_importlibs(winmm_winetest winmm user32 msvcrt kernel32 ntdll)
|
|||
add_cd_file(TARGET winmm_winetest DESTINATION reactos/bin FOR all)
|
||||
|
||||
if(NOT MSVC)
|
||||
add_target_compile_flags(winmm_winetest "-Wno-format -Wno-unused-but-set-variable")
|
||||
add_target_compile_flags(winmm_winetest "-Wno-format")
|
||||
if(NOT CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
add_target_compile_flags(winmm_winetest "-Wno-unused-but-set-variable")
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue