mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:05:50 +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(
|
add_definitions(-D__ROS_LONG64__)
|
||||||
-D__ROS_LONG64__)
|
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
capture.c
|
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)
|
add_cd_file(TARGET winmm_winetest DESTINATION reactos/bin FOR all)
|
||||||
|
|
||||||
if(NOT MSVC)
|
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()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue