Skip to content

Commit

Permalink
Turn off a clang-15 arriving warning on macos (#910)
Browse files Browse the repository at this point in the history
as rack -> clang15
  • Loading branch information
baconpaul authored Aug 8, 2023
1 parent c93f0b4 commit 13c0ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ target_compile_options(surge-common PRIVATE -Wno-sign-compare -Wno-ignored-quali
$<$<PLATFORM_ID:Darwin>:-Wno-self-assign>
$<$<PLATFORM_ID:Darwin>:-Wno-unused-lambda-capture>
$<$<PLATFORM_ID:Darwin>:-Wno-mismatched-tags>
$<$<PLATFORM_ID:Darwin>:-Wno-unused-but-set-variable>
$<$<PLATFORM_ID:Darwin>:-Wno-infinite-recursion>)

target_compile_options(surge-common PRIVATE $<$<STREQUAL:${CMAKE_OSX_ARCHITECTURES},arm64>:-faligned-allocation>)
Expand Down

0 comments on commit 13c0ba5

Please sign in to comment.