Opened 13 years ago
Closed 13 years ago
#122 closed enhancement (fixed)
CS_hpApi.c module causes compiler warning
Reported by: | baertelchen | Owned by: | baertelchen |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Library | Version: | |
Keywords: | compiler warning CS_hpApi.c | Cc: |
Description
Compiling CS_hpApi.c currently generates the compiler warning
"warning C4701: potentially uninitialized local variable 'isReentrant' used"
Note:
See TracTickets
for help on using tickets.
Fixed in changeset 2184 (http://trac.osgeo.org/csmap/changeset/2184).
The code has been changed so that the local stack variable [isReentrant] is always initialized.
Submission had been done on behalf of Norm.