Browse Source

cmake: Ignore a clang warning

Signed-off-by: falkTX <falktx@falktx.com>
pull/1780/head
falkTX 1 year ago
parent
commit
2d1b963723
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cmake/CMakeLists.txt

+ 1
- 0
cmake/CMakeLists.txt 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>


Loading…
Cancel
Save