[DISK_NEW]

* Allow warnings here (3rd party code).

svn path=/trunk/; revision=57002
This commit is contained in:
Amine Khaldi 2012-07-31 16:47:04 +00:00
parent 838bc812fe
commit 3864f6ae77

View file

@ -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()