mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +00:00
[WINMM_WINETEST]
* Silence some warnings. svn path=/trunk/; revision=59524
This commit is contained in:
parent
b45f58ec79
commit
92b4e8d9dd
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
|
||||
add_definitions(
|
||||
-D__ROS_LONG64__)
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
|
||||
list(APPEND SOURCE
|
||||
capture.c
|
||||
|
@ -18,5 +17,5 @@ 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")
|
||||
add_target_compile_flags(winmm_winetest "-Wno-format -Wno-unused-but-set-variable")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue