mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[WINETESTS/CMAKE]
- Disable those unhelpful format string warnings - Remove some unnecessary defines svn path=/trunk/; revision=53945
This commit is contained in:
parent
9513c1d1ea
commit
282312fef2
8 changed files with 14 additions and 16 deletions
|
@ -1,7 +1,6 @@
|
|||
|
||||
add_definitions(
|
||||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
-D__ROS_LONG64__)
|
||||
|
||||
list(APPEND SOURCE
|
||||
devclass.c
|
||||
|
@ -21,5 +20,5 @@ add_importlibs(setupapi_winetest advapi32 setupapi user32 msvcrt kernel32 ntdll)
|
|||
add_cd_file(TARGET setupapi_winetest DESTINATION reactos/bin FOR all)
|
||||
|
||||
if(NOT MSVC)
|
||||
allow_warnings(setupapi_winetest)
|
||||
add_target_compile_flags(setupapi_winetest "-Wno-format")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue