mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[UNIATA]
* Silence some warnings. svn path=/trunk/; revision=59522
This commit is contained in:
parent
4c7178ab1b
commit
5de235ee37
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ add_library(uniata SHARED ${SOURCE} idedma.rc)
|
|||
if(NOT MSVC)
|
||||
# FIXME: http://www.cmake.org/Bug/view.php?id=12998
|
||||
#allow_warnings(uniata)
|
||||
set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-error")
|
||||
set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-error -Wno-unused-but-set-variable -Wno-narrowing")
|
||||
endif()
|
||||
|
||||
add_pch(uniata stdafx.h)
|
||||
|
|
Loading…
Reference in a new issue