mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:36:21 +00:00
[FREETYPE][PORTCLS][RPCSS][SPOOLSV][STLPORT][USETUP][WLANSVC] Silence some clang-cl warnings.
This commit is contained in:
parent
9f85ef6712
commit
5633423086
7 changed files with 33 additions and 0 deletions
|
@ -22,6 +22,11 @@ list(APPEND SOURCE
|
|||
${CMAKE_CURRENT_BINARY_DIR}/winspool_s.c)
|
||||
|
||||
add_executable(spoolsv ${SOURCE} spoolsv.rc)
|
||||
|
||||
if(USE_CLANG_CL)
|
||||
add_target_compile_flags(spoolsv "-Wno-cast-calling-convention")
|
||||
endif()
|
||||
|
||||
set_module_type(spoolsv win32cui UNICODE)
|
||||
target_link_libraries(spoolsv wine)
|
||||
add_delay_importlibs(spoolsv spoolss)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue