[QGIS-trac] [Quantum GIS] #2879: QGIS won't compile with GCC 4.5
Quantum GIS
qgis at qgis.org
Fri Jul 9 04:04:31 EDT 2010
#2879: QGIS won't compile with GCC 4.5
---------------------------------------------------------+------------------
Reporter: volter | Owner: nobody
Type: bug | Status: new
Priority: critical: causes crash or data corruption | Milestone: Version 1.5.0
Component: Build/Install | Version:
Keywords: | Platform_version:
Platform: Fedora | Must_fix: No
Status_info: 0 |
---------------------------------------------------------+------------------
It was already pointed out in
http://trac.osgeo.org/qgis/ticket/2845
that '''if ( splitterState != QVariant::QVariant() )''' should be '''if (
splitterState != QVariant() )''' in qgscomposer.cpp.
Otherwise it won't compile with GCC 4.5.
--
Ticket URL: <http://trac.osgeo.org/qgis/ticket/2879>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list