mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[CMIDriver] Disable a clang warning
This commit is contained in:
@@ -30,6 +30,10 @@ if(CMAKE_C_COMPILER_ID STREQUAL "GNU" OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
target_compile_options(cmipci PRIVATE -Wno-write-strings -Wno-switch)
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
target_compile_options(cmipci PRIVATE -Wno-enum-constexpr-conversion)
|
||||
endif()
|
||||
|
||||
add_pch(cmipci precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_cd_file(TARGET cmipci DESTINATION reactos/system32/drivers FOR all)
|
||||
|
||||
|
Reference in New Issue
Block a user