Skip to content

Commit

Permalink
Fix compiler warning (introduced by cdfecb8, #4720)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Aug 10, 2013
1 parent 5ee8c64 commit 865cabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapwfslayer.c
Expand Up @@ -423,7 +423,7 @@ static char *msBuildWFSLayerGetURL(mapObj *map, layerObj *lp, rectObj *bbox,
* take care about the axis order for WFS 1.1
*/
char *projUrn;
char *projEpsg;
const char *projEpsg;
projUrn = msOWSGetProjURN(&(lp->projection), &(lp->metadata), "FO", 1);
projEpsg = msOWSGetEPSGProj(&(lp->projection), &(lp->metadata), "FO", 1);

Expand Down

0 comments on commit 865cabb

Please sign in to comment.