When building KDE software with Clang and KDE 4.11.0, some bogus warnings are printed that should be suppressed. Example: [ 3%] Building CXX object shared/CMakeFiles/amarokshared.dir/tag_helpers/APETagHelper.o clang: warning: argument unused during compilation: '-fno-check-new' clang: warning: argument unused during compilation: '-fno-reorder-blocks' clang: warning: argument unused during compilation: '-fno-schedule-insns' Reproducible: Always
I intend to address this and other issues in a patch that makes clang's support in FindKDE4Internal.cmake more in sync with the version we use on FreeBSD.
Fixed in http://quickgit.kde.org/?p=kdelibs.git&a=commit&h=90cb7ba760584a8010afef65fa14e649195af6c6 (I used the wrong email address in the commit so CCBUG didn't work :-)
Thanks a lot, Raphael :)