clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.68k stars 670 forks source link

Fix Compile Warnings #7291

Closed marcusmueller closed 9 months ago

marcusmueller commented 9 months ago

I had to disable -Werror in the default compiler settings for -DCMAKE_BUILD_TYPE=RelWithDebInfo to build with clang16, and I disliked that. So, I fixed all the showstoppers. None of them were critical, but overall, they increase readability, reduce probability of future bugs. The struct vs class fwd declaration might be problematic on MSVC, anyways, fixed that, no reason not to.

Also, moved the CMake version check in front of the project definition.