Author: akhaldi Date: Fri Jul 19 23:36:38 2013 New Revision: 59522
URL: http://svn.reactos.org/svn/reactos?rev=59522&view=rev Log: [UNIATA] * Silence some warnings.
Modified: trunk/reactos/drivers/storage/ide/uniata/CMakeLists.txt
Modified: trunk/reactos/drivers/storage/ide/uniata/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/uniata/... ============================================================================== --- trunk/reactos/drivers/storage/ide/uniata/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/storage/ide/uniata/CMakeLists.txt [iso-8859-1] Fri Jul 19 23:36:38 2013 @@ -23,7 +23,7 @@ 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)