Opened 14 years ago

Last modified 14 years ago

#3850 closed defect

VSIL_STRICT_ENFORCE macro and debug applications — at Initial Version

Reported by: rprinceley Owned by: warmerdam
Priority: normal Milestone: 1.8.0
Component: ConfigBuild Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

Debug builds of Windows applications define _DEBUG (not DEBUG), the check in cpl_vsi.h should include _DEBUG so linking against debug version of GDAL uses correct VSILFILE definition.

/* Make VSIL_STRICT_ENFORCE active in DEBUG builds */ #ifdef DEBUG #define VSIL_STRICT_ENFORCE #endif

Change History (0)

Note: See TracTickets for help on using tickets.