Am Freitag, 18. März 2016, 10:26:14 CET schrieb Marc Mutz:
> Hi,
> 
> Compiler upgraded in the CI without checking Qt compiles with it first? :)
> 
> Fix: https://codereview.qt-project.org/153309


I think the error is caused by your patch "QtWidgets: includemocs"

clang can only warns about this kind of stuff if all the method of a class are 
deined. Including QWindowsStyle::metaObject() and such things that are only 
defined in the moc generated code. If you include them in the same translation 
unit clang sees that none of the functions uses the private member.

-- 
Olivier 

Woboq - Qt services and support - https://woboq.com - https://code.woboq.org
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to