mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:36:23 +00:00
[CMIPCI]
Allow warnings for the moment svn path=/trunk/; revision=58652
This commit is contained in:
parent
c7e88e5056
commit
111b9d1698
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,7 @@ if(MSVC)
|
|||
set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "/GR-")
|
||||
else()
|
||||
#add_target_compile_flags(portcls "-fno-exceptions -fno-rtti")
|
||||
set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-fno-exceptions -fno-rtti -Wno-write-strings -Wno-switch")
|
||||
set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-fno-exceptions -fno-rtti -Wno-write-strings -Wno-switch -Wno-switch-enum")
|
||||
endif()
|
||||
|
||||
add_cd_file(TARGET cmipci DESTINATION reactos/system32/drivers FOR all)
|
||||
|
@ -47,3 +47,5 @@ if(ARCH STREQUAL "i386")
|
|||
else()
|
||||
add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/CM8738-x64-WaveRT.inf" DESTINATION reactos/inf FOR all)
|
||||
endif()
|
||||
|
||||
allow_warnings(cmipci)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue