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