Opened 14 years ago

Closed 14 years ago

#3257 closed defect (fixed)

strcasestr generating warnings

Reported by: pramsey Owned by: pramsey
Priority: normal Milestone: 5.6 release
Component: MapServer C Library Version: svn-trunk (development)
Severity: normal Keywords:
Cc: tomkralidis

Description

Reported

mapfile.c: In function 'msLayerSubstituteString':
mapfile.c:5452: warning: implicit declaration of function 'strcasestr'
mapfile.c:5452: warning: comparison between pointer and integer
mapfile.c:5454: warning: comparison between pointer and integer
mapfile.c:5456: warning: comparison between pointer and integer
mapfile.c:5458: warning: comparison between pointer and integer
mapfile.c:5461: warning: comparison between pointer and integer
mapfile.c: At top level:

Attachments (1)

gnu_source.patch (339 bytes ) - added by pramsey 14 years ago.
Patch to test

Download all attachments as: .zip

Change History (3)

by pramsey, 14 years ago

Attachment: gnu_source.patch added

Patch to test

comment:1 by tomkralidis, 14 years ago

FYI I ran into this issue on fc11. Patch tested and works.

comment:2 by pramsey, 14 years ago

Resolution: fixed
Status: newclosed

Committed to trunk at r9673

Note: See TracTickets for help on using tickets.