mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[GDI32_APITESTS]
* Allow warnings when compiling with gcc. svn path=/trunk/; revision=56978
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user