From 3864f6ae77705ae2df23665d5eff57a57566cca6 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 31 Jul 2012 16:47:04 +0000 Subject: [PATCH] [DISK_NEW] * Allow warnings here (3rd party code). svn path=/trunk/; revision=57002 --- reactos/drivers/storage/class/disk_new/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/storage/class/disk_new/CMakeLists.txt b/reactos/drivers/storage/class/disk_new/CMakeLists.txt index 392ae81fedd..493d4a6e979 100644 --- a/reactos/drivers/storage/class/disk_new/CMakeLists.txt +++ b/reactos/drivers/storage/class/disk_new/CMakeLists.txt @@ -17,8 +17,8 @@ target_link_libraries(disk_new libcntpr wdmguid) 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()