On Thursday 30 Jul 2015 13:44:09 Horst Schmalzl wrote: > Hello everybody, > > Since i upgraded to Qt 5.5, i get a lot (something like 30.000) warnigns > from clang. I have this version installed: > Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) > Target: x86_64-apple-darwin14.4.0 > Thread model: posix > > It's alway the same warning: > /Users/Horst/Qt/5.5/clang_64/lib/QtCore.framework/Headers/qobject.h:108: > Warnung: unknown warning group '-Winconsistent-missing-override', ignored > [-Wunknown-pragmas] > Q_OBJECT > ^ That's a bug in Qt 5.5.0, which is already fixed in Qt 5.5.1. See https://bugreports.qt.io/browse/QTBUG-46833.
You can apply this fix: https://codereview.qt-project.org/#/c/115201/ daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
