mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[UNIATA]
* Silence some warnings. svn path=/trunk/; revision=59522
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user