mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[CMIDriver] Disable a clang warning
This commit is contained in:
parent
e7c6eac607
commit
4ceb46a700
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue