mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
- Allow warnings when needed.
svn path=/trunk/; revision=56351
This commit is contained in:
parent
24cace2a24
commit
8280d46614
1 changed files with 1 additions and 0 deletions
|
@ -41,5 +41,6 @@ add_cd_file(TARGET user32_winetest DESTINATION reactos/bin FOR all)
|
|||
if(NOT MSVC)
|
||||
# FIXME: http://www.cmake.org/Bug/view.php?id=12998
|
||||
#add_target_compile_flags(user32_winetest "-Wno-format")
|
||||
#allow_warnings(user32_winetest)
|
||||
set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-format")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue