mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.25k stars 1.24k forks source link

fix: remove removed clang-tidy AnalyzeTemporaryDtors setting #13235

Closed Swiftb0y closed 1 month ago

Swiftb0y commented 1 month ago

My local builds always had this:

/home/swiftb0y/Sourcerepositories/mixxx/.clang-tidy:13:1: error: unknown key 'AnalyzeTemporaryDtors'
AnalyzeTemporaryDtors: false
^~~~~~~~~~~~~~~~~~~~~
Error parsing /home/swiftb0y/Sourcerepositories/mixxx/.clang-tidy: Invalid argument

Which seems to have been removed: https://stackoverflow.com/questions/63920634/what-is-the-meaning-of-the-analyzetemporarydtors-option-in-clang-tidy

Swiftb0y commented 1 month ago

friendly ping ;)

JoergAtGithub commented 1 month ago

LGTM! Thank you!

Swiftb0y commented 1 month ago

Thank you