Skip to content

Commit

Permalink
Merge pull request mixxxdj#13522 from daschuer/CAStreamBasicDescription
Browse files Browse the repository at this point in the history
Disable warning in lib/apple code
  • Loading branch information
JoergAtGithub authored Jul 30, 2024
2 parents 9e5a8f9 + f325d5a commit a4d84d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3036,6 +3036,11 @@ if(COREAUDIO)
src/sources/v1/legacyaudiosourceadapter.cpp
lib/apple/CAStreamBasicDescription.cpp
)
set_property(
SOURCE lib/apple/CAStreamBasicDescription.cpp
APPEND_STRING
PROPERTY COMPILE_OPTIONS -Wno-deprecated-anon-enum-enum-conversion
)
target_compile_definitions(mixxx-lib PUBLIC __COREAUDIO__)
target_include_directories(mixxx-lib SYSTEM PUBLIC lib/apple)
endif()
Expand Down

0 comments on commit a4d84d1

Please sign in to comment.