Re: [Interest] Compilaton errors in qtestspontaneevent.h with intel C++ compiler on linux

2013-09-03 Thread Thiago Macieira
On terça-feira, 3 de setembro de 2013 10:12:41, Olivier BARTHELEMY wrote: > .../qt-4.8.5/include/QtTest/qtestspontaneevent.h(89): error: taking > the address of a bit field is not allowed > Q_UNUSED(posted); It's been fixed in Qt 5. I'm not backporting fixes for ICC to Qt 4. If you want

Re: [Interest] Compilaton errors in qtestspontaneevent.h with intel C++ compiler on linux

2013-09-03 Thread Thiago Macieira
On terça-feira, 3 de setembro de 2013 09:41:00, Thiago Macieira wrote: > On terça-feira, 3 de setembro de 2013 10:12:41, Olivier BARTHELEMY wrote: > > .../qt-4.8.5/include/QtTest/qtestspontaneevent.h(89): error: taking > > the address of a bit field is not allowed > > > > Q_UNUSED(posted

[Interest] Compilaton errors in qtestspontaneevent.h with intel C++ compiler on linux

2013-09-03 Thread Olivier BARTHELEMY
Hi, I am getting compilation errors with ICC in my tests programs (that use QtTest) since i switched from Qt 4.8.2 to Qt 4.8.5. the same code compiles fines on VS2010 32/64bit or gcc41/44 64bit, but ICC 64bit gives those new errors : .../qt-4.8.5/include/QtTest/qtestspontaneevent.h(89): error: tak