Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#1116 closed defect (fixed)

HeuristicOverlay debugging code enabled in release

Reported by: dbaston Owned by: geos-devel@…
Priority: major Milestone: 3.9.2
Component: Default Version: 3.9.0
Severity: Unassigned Keywords:
Cc:

Description

The file sets

` #define GEOS_DEBUG_HEURISTICOVERLAY 0 #define GEOS_DEBUG_HEURISTICOVERLAY_PRINT_INVALID 0 `

but later guards debugging code with

` #ifdef GEOS_DEBUG_HEURISTICOVERLAY `

which is true.

Change History (2)

comment:1 by Justin Bronn <justin.bronn@…>, 3 years ago

Resolution: fixed
Status: newclosed

In c5f9a3d/git:

Use #if instead of #ifdef macros for an already defined value, fixes #1116.

comment:2 by Paul Ramsey <pramsey@…>, 3 years ago

In 3fcdbcf/git:

Use #if instead of #ifdef macros for an already defined value, fixes #1116.

Note: See TracTickets for help on using tickets.