mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[DISK_NEW]
* Allow warnings here (3rd party code). svn path=/trunk/; revision=57002
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user