mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 02:56:09 +00:00
* Allow warnings for all source files here.
svn path=/trunk/; revision=57875
This commit is contained in:
parent
7556a74ee4
commit
02baa63e9d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ list(APPEND SOURCE
|
|||
if(NOT MSVC)
|
||||
# FIXME: http://www.cmake.org/Bug/view.php?id=12998
|
||||
#allow_warnings(xmllite)
|
||||
set_source_files_properties(reader.c PROPERTIES COMPILE_FLAGS "-Wno-error")
|
||||
set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-error")
|
||||
endif()
|
||||
|
||||
add_library(xmllite SHARED ${SOURCE})
|
||||
|
|
Loading…
Reference in a new issue