mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[NFSD] Disable a clang warning
This commit is contained in:
@@ -55,6 +55,9 @@ else()
|
||||
# FIXME: Tons of warnings.
|
||||
target_compile_options(nfsd PRIVATE "-w")
|
||||
endif()
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
target_compile_options(nfsd PRIVATE -Wno-incompatible-function-pointer-types)
|
||||
endif()
|
||||
|
||||
target_link_libraries(nfsd oldnames)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user