mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 09:19:44 +00:00
[GDI32_APITESTS]
* Allow warnings when compiling with gcc. svn path=/trunk/; revision=56978
This commit is contained in:
parent
01b9338bc1
commit
aa0fc5cdca
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,12 @@ list(APPEND SOURCE
|
|||
init.c
|
||||
testlist.c)
|
||||
|
||||
if(NOT MSVC)
|
||||
# FIXME: http://www.cmake.org/Bug/view.php?id=12998
|
||||
#allow_warnings(gdi32_apitest)
|
||||
set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-error")
|
||||
endif()
|
||||
|
||||
add_executable(gdi32_apitest ${SOURCE})
|
||||
target_link_libraries(gdi32_apitest wine ${PSEH_LIB})
|
||||
set_module_type(gdi32_apitest win32cui)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue