[Development] -Winconsistent-missing-override warning with latest Xcode and Qt 5.5

Stephen Kelly steveire at gmail.com
Thu Jul 2 10:18:26 CEST 2015


On Wed, Jul 1, 2015 at 5:11 PM, Olivier Goffart <olivier at woboq.com> wrote:
> On Wednesday 1. July 2015 16:50:09 Stephen Kelly wrote:
>> Hello,
>>
>> I just tried building Qt 5.5 with Xcode 6.3.2. It built, but emitted
>> many warnings for each translation unit about
>> -Winconsistent-missing-override.
>
> https://codereview.qt-project.org/115201
>
> It was just too late for Qt 5.5.0 but it will be in 5.5.1

Great, thanks.

By the way, a version map like that will never be correct.
__has_warning should be used instead.

Thanks,

Steve.



More information about the Development mailing list