qt5base-lts/src/corelib
Kai Koehne 561ccd7ca3 Disable #pragma diagnostic [push|pop] for gcc 4.5
Fix warnings like

qalgorithms.h:40:16: warning: expected [error|warning|ignored] after `#pragma GCC diagnostic`

As the comment below also indicates, #pragma GCC diagnostic [push|pop]
is only supported from gcc 4.6 upwards. See also the GCC 4.6
changelog: https://gcc.gnu.org/gcc-4.6/changes.html

[ChangeLog][Compiler specific Changes] GCC: Fixed a regression introduced Qt 5.5.0
that generated lots of compiler warnings in Qt public headers when using
the (deprecated) version 4.5 of GCC.

Change-Id: I425388b61cd5fbf464a0f7dd46ce403d35c532a4
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-08-03 07:12:41 +00:00
..
animation Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
arch Fix Q_BASIC_ATOMIC_INITIALIZER for std::atomic 2015-07-20 15:54:21 +00:00
codecs Doc:added doc to undocumented functions 2015-07-22 13:47:23 +00:00
doc Doc: Give advice on foreach vs range-based for 2015-07-01 12:13:28 +00:00
global Disable #pragma diagnostic [push|pop] for gcc 4.5 2015-08-03 07:12:41 +00:00
io consistently handle empty program string in QProcess::start overloads 2015-07-30 05:33:28 +00:00
itemmodels Fix typo in filterAcceptsColumn docs: row is used in place of column 2015-07-28 21:16:10 +00:00
json Make sure remove() doesn't corrupt the json object 2015-03-18 07:34:59 +00:00
kernel Doc: Don't advertise QLocale::system() in QTranslator::load documentation 2015-07-23 10:50:32 +00:00
mimetypes Reorder member variables to avoid padding. 2015-05-14 12:06:41 +00:00
plugin Replace old C-style cast 2015-07-22 12:55:05 +00:00
statemachine Version transitionType as a new property 2015-06-11 16:14:14 +00:00
thread Revert "Fix performance of recursive read-write locks" 2015-07-31 07:38:17 +00:00
tools Doc:added doc to undocumented functions 2015-07-22 13:47:23 +00:00
xml Doc:added doc to undocumented functions 2015-07-22 13:47:23 +00:00
corelib.pro Use simd.prf for building MIPS DSP code 2014-07-25 17:48:39 +02:00
eval.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
Qt5Config.cmake.in Check that files we expect to find actually exist when using a cmake package. 2013-05-20 15:20:26 +02:00
Qt5CoreConfigExtras.cmake.in Revert some changes in light of GCC 4 -fPIE reversal 2015-05-29 00:08:41 +00:00
Qt5CoreConfigExtrasMkspecDir.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreMacros.cmake Merge remote-tracking branch 'origin/5.4' into 5.5 2015-06-01 17:46:58 +02:00
Qt5CTestMacros.cmake CMake: Introduce qt5_add_binary_resources 2015-02-11 20:59:35 +00:00
QtCore.dynlist Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00