[geos-devel] [GEOS] #470: Fix warnings on MSVC 2008 64 Bit
GEOS
geos-trac at osgeo.org
Wed Aug 24 07:33:02 EDT 2011
#470: Fix warnings on MSVC 2008 64 Bit
------------------------+---------------------------------------------------
Reporter: bgp2000 | Owner: geos-devel@…
Type: defect | Status: new
Priority: trivial | Milestone: 3.3.1
Component: Default | Version: 3.3.0
Severity: Unassigned | Keywords:
------------------------+---------------------------------------------------
This patch fixes a couple of warnings:
C4512:"assignment operator could not be generated" for class
OffsetSegmentGenerator.
C4150:"deletion of pointer to incomplete type 'type'; no destructor
called" when using std::auto_ptr<> with forward declared types.
The patch does not address the hundreds of warnings for C4267:"conversion
from 'size_t' to 'type', possible loss of data"
--
Ticket URL: <http://trac.osgeo.org/geos/ticket/470>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list