Details
-
Bug
-
Resolution: Done
-
P4: Low
-
4.8.4
-
None
-
Arch Linux x64
Qt 4.8.4
GCC 4.8.0
-
81fdb1725d38d9b73f09e5b98e690111a366234f
Description
Any file that includes <QtGui> will produce this warning when compiled with GCC 4.8:
In file included from /usr/include/qt4/QtCore/QtCore:53:0,
from /usr/include/qt4/QtGui/QtGui:3,
[...]
/usr/include/qt4/QtCore/qtconcurrentfilter.h: In function 'QtConcurrent::ThreadEngineStarter<void> QtConcurrent::filterInternal(Sequence&, KeepFunctor, ReduceFunctor)':
/usr/include/qt4/QtCore/qtconcurrentfilter.h:108:47: warning: typedef 'Iterator' locally defined but not used [-Wunused-local-typedefs]
typedef typename Sequence::const_iterator Iterator;
The warning is harmless of course, but it's annoying because it repeats for every single file in my project, hiding the real problems.
Attachments
For Gerrit Dashboard: QTBUG-30594 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
53322,2 | Remove unnecessary typedef, found by GCC 4.8 | 4.8 | qt/qt | Status: MERGED | +2 | 0 |