about those clang warnings

René J.V. Bertin rjvbertin at gmail.com
Wed Jan 27 09:22:10 UTC 2016


On Wednesday January 27 2016 08:11:27 Kevin Funk wrote:

>> for what clang (platform) versions are the added options? The system clang
>> yells about them on OS X 10.9 (that's a 3.6 version). 
>
>Ubuntu clang version 3.6.2-1 (tags/RELEASE_362/final) (based on LLVM 3.6.2)

That must be about the same version as the one on OS X 10.9 . More recent OS X versions provide more recent clang versions.

>No warnings here. You mean your clang version is complaining about -Wno-
>inconsistent-missing-override or -Wno-macro-redefined being unknown options?

Yes, about both. At each invocation.

>It might have been fixed in Qt 4.8.7, but it's very well possible we still 
>need this define in earlier Qt versions.

True. The block could probably be moved to a place where the Qt version is known?
I know that not all distributions are very reactive in providing new Qt versions (Ubuntu Trusty is still on 4.8.5 ...) but is there really a reason not to update to what is probably the last Qt4 version that will ever see the light?

R


More information about the KDevelop-devel mailing list