[FREETYPE][PORTCLS][RPCSS][SPOOLSV][STLPORT][USETUP][WLANSVC] Silence some clang-cl warnings.

This commit is contained in:
Amine Khaldi 2017-12-07 23:26:59 +01:00
parent 9f85ef6712
commit 5633423086
7 changed files with 33 additions and 0 deletions

View file

@ -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)