Opened 18 years ago

Closed 18 years ago

#1642 closed defect (fixed)

Compiler warning C4530: C++ exception handler used, but unwind semantics are not enabled

Reported by: szekerest Owned by: mapserverbugs
Priority: high Milestone:
Component: Build Problems Version: 4.8
Severity: normal Keywords:
Cc:

Description

When building on win32 the following compiler warning may occur

warning C4530: C++ exception handler used, but unwind semantics are not enabled.
Specify /EHsc

To fix this issue nmake.opt should be changed like

# Debug with MSVCRT
OPTFLAGS = /nologo /Zi /MD /EHsc $(WARNING_LEVEL) $(DEBUG)


Tamas Szekeres

Change History (1)

comment:1 by szekerest, 18 years ago

Resolution: fixed
Status: newclosed
nmake.opt has been changed accordingly, closing this bug.

Tamas
Note: See TracTickets for help on using tickets.