On Wed, Jul 1, 2015 at 5:11 PM, Olivier Goffart <[email protected]> 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. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
