cmake: Ignore a clang warning

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-29 19:18:58 +02:00
parent 6e2587e8ee
commit 2d1b963723
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ target_compile_options(carla-ysfx
$<$<BOOL:${MSVC}>:/wd4297>
$<$<BOOL:${MSVC}>:/UUNICODE>
$<$<BOOL:${MSVC}>:/U_UNICODE>
$<$<C_COMPILER_ID:AppleClang>:-Wno-newline-eof>
$<$<C_COMPILER_ID:GNU>:-Wno-extra>
$<$<C_COMPILER_ID:GNU>:-Wno-ignored-attributes>
$<$<C_COMPILER_ID:GNU>:-Wno-unused-function>