[QGIS-trac] Re: [Quantum GIS] #2879: QGIS won't compile with GCC 4.5
Quantum GIS
qgis at qgis.org
Sat Jul 10 02:47:33 EDT 2010
#2879: QGIS won't compile with GCC 4.5
--------------------------------------------------------------+-------------
Reporter: volter | Owner: nobody
Type: bug | Status: closed
Priority: critical: causes crash or data corruption | Milestone: Version 1.5.0
Component: Build/Install | Version:
Resolution: fixed | Keywords:
Platform_version: | Platform: Fedora
Must_fix: No | Status_info: 0
--------------------------------------------------------------+-------------
Description changed by jef:
Old description:
> 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.
New description:
It was already pointed out in #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: <https://trac.osgeo.org/qgis/ticket/2879#comment:2>
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