Author: akhaldi Date: Tue Jul 31 16:47:04 2012 New Revision: 57002
URL: http://svn.reactos.org/svn/reactos?rev=57002&view=rev Log: [DISK_NEW] * Allow warnings here (3rd party code).
Modified: trunk/reactos/drivers/storage/class/disk_new/CMakeLists.txt
Modified: trunk/reactos/drivers/storage/class/disk_new/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/class/disk_... ============================================================================== --- trunk/reactos/drivers/storage/class/disk_new/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/storage/class/disk_new/CMakeLists.txt [iso-8859-1] Tue Jul 31 16:47:04 2012 @@ -17,8 +17,8 @@ if(ARCH MATCHES i386) # FIXME: http://www.cmake.org/Bug/view.php?id=12998 if(NOT MSVC) - #add_target_compile_flags(disk_new "-Wno-format -Wno-pointer-sign") - set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-format -Wno-pointer-sign") + #add_target_compile_flags(disk_new "-Wno-error -Wno-format -Wno-pointer-sign") + set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-error -Wno-format -Wno-pointer-sign") endif() endif()