Skip to content

Commit

Permalink
fix compile error when gd disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Apr 10, 2012
1 parent ffd5450 commit fb606e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mapwcs11.c
Expand Up @@ -143,7 +143,9 @@ static char *msWCSGetFormatsList11( mapObj *map, layerObj *layer )
switch( map->outputformatlist[i]->renderer )
{
/* seeminly normal raster format */
#ifdef USE_GD
case MS_RENDER_WITH_GD:
#endif
case MS_RENDER_WITH_AGG:
case MS_RENDER_WITH_RAWDATA:
tokens[numtokens++] = msStrdup(map->outputformatlist[i]->name);
Expand Down

0 comments on commit fb606e6

Please sign in to comment.