mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
[D3DRM] Disable a clang warning
This commit is contained in:
@@ -28,3 +28,7 @@ target_link_libraries(d3drm dxguid uuid wine)
|
||||
add_importlibs(d3drm ddraw d3dxof msvcrt kernel32 ntdll)
|
||||
add_pch(d3drm precomp.h SOURCE)
|
||||
add_cd_file(TARGET d3drm DESTINATION reactos/system32 FOR all)
|
||||
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
target_compile_options(d3drm PRIVATE -Wno-incompatible-function-pointer-types)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user