Opened 13 years ago

Closed 13 years ago

#470 closed defect (fixed)

Fix warnings on MSVC 2008 64 Bit

Reported by: bgp2000 Owned by: geos-devel@…
Priority: trivial Milestone: 3.3.1
Component: Default Version: 3.3.0
Severity: Unassigned Keywords:
Cc:

Description

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"

Attachments (1)

MSVCWarnings.patch (2.1 KB ) - added by bgp2000 13 years ago.

Download all attachments as: .zip

Change History (2)

by bgp2000, 13 years ago

Attachment: MSVCWarnings.patch added

comment:1 by strk, 13 years ago

Resolution: fixed
Status: newclosed

Thanks, committed as r3462 and r3463

Note: See TracTickets for help on using tickets.