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

2015-07-02 Thread Olivier Goffart
On Thursday 2. July 2015 08:41:12 Thiago Macieira wrote: > On Thursday 02 July 2015 13:47:26 Edward Sutton wrote: > > Is there a work-around I could use in my Qt project file? > > Apply the fix to qcompilerdetection.h > > https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=7d5e849e

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

2015-07-02 Thread Thiago Macieira
On Thursday 02 July 2015 13:47:26 Edward Sutton wrote: > Is there a work-around I could use in my Qt project file? Apply the fix to qcompilerdetection.h https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=7d5e849e2808e9051a6d3ab19f29109b852f7bc9 -- Thiago Macieira - thiago.macieir

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

2015-07-02 Thread Edward Sutton
On Jul 2, 2015, at 2:09 AM, Bo Thorsen mailto:b...@vikingsoft.eu>> wrote: Den 01-07-2015 kl. 18:36 skrev Edward Sutton: Is there a work-around I could use in my Qt project file? Upgrade to 5.5.1. It's already fixed. The problem was not deemed important enough to affect the 5.5.0 release. My

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

2015-07-02 Thread Stephen Kelly
On Wed, Jul 1, 2015 at 5:11 PM, Olivier Goffart 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://cod

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

2015-07-02 Thread Liang Jian
Thanks for the reply. I think I have to modify the Qt header file to solve this issue. On Thu, Jul 2, 2015 at 3:09 PM, Bo Thorsen wrote: > Den 01-07-2015 kl. 18:36 skrev Edward Sutton: > >>> >>Is there a work-around I could use in my Qt project file? > >> > >> >Upgrade to 5.5.1. It's alr

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

2015-07-02 Thread Bo Thorsen
Den 01-07-2015 kl. 18:36 skrev Edward Sutton: >>> >>Is there a work-around I could use in my Qt project file? >> >> >Upgrade to 5.5.1. It's already fixed. >> >> >The problem was not deemed important enough to affect the 5.5.0 release. > > > My Chicago based sales rep told me that ( somewhere buried

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

2015-07-01 Thread Thiago Macieira
On Wednesday 01 July 2015 18:55:24 Oswald Buddenhagen wrote: > > My Chicago based sales rep told me that ( somewhere buried in my license > > fine print ) I could not release software using unreleased versions of Qt > > Enterprise.> > > > > that makes sense for feature releases, but not for bugfi

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

2015-07-01 Thread Oswald Buddenhagen
On Wed, Jul 01, 2015 at 04:36:02PM +, Edward Sutton wrote: > >>Is there a work-around I could use in my Qt project file? > > >Upgrade to 5.5.1. It's already fixed. > > >The problem was not deemed important enough to affect the 5.5.0 release. > > > My Chicago based sales rep told me that ( s

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

2015-07-01 Thread Edward Sutton
>>Is there a work-around I could use in my Qt project file? >Upgrade to 5.5.1. It's already fixed. >The problem was not deemed important enough to affect the 5.5.0 release. My Chicago based sales rep told me that ( somewhere buried in my license fine print ) I could not release software using

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

2015-07-01 Thread Thiago Macieira
On Wednesday 01 July 2015 15:15:19 Edward Sutton wrote: > Is there a work-around I could use in my Qt project file? Upgrade to 5.5.1. It's already fixed. The problem was not deemed important enough to affect the 5.5.0 release. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Archit

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

2015-07-01 Thread Edward Sutton
Same issue here. I had to modify qobjectdefs.h to define Q_OBJECT_NO_OVERRIDE_WARNING to nothing. #if defined(Q_CC_CLANG) && Q_CC_CLANG >= 306 //# define Q_OBJECT_NO_OVERRIDE_WARNING QT_WARNING_DISABLE_CLANG("-Winconsistent-missing-overrideā€) # define Q_OBJECT_NO_OVERRIDE_WARNING #els

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

2015-07-01 Thread Olivier Goffart
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

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

2015-07-01 Thread Stephen Kelly
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. In file included from /Users/ske/dev/src/qt55/qtdeclarative/src/qml/debugger/qqmldebugserver.cpp:34: In file included from /Users/ske/dev/src/