Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Feb 24, 2016
1 parent 6102a7a commit b290c44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mapogr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,8 @@ static char *msOGREscapeSQLParam(layerObj *layer, const char *pszString)
}

#ifdef USE_OGR

#if 0 /*left over code from filter translation development */
/**********************************************************************
* msOGRTranslateMsExpressionToOGRSQL()
*
Expand Down Expand Up @@ -1494,7 +1496,7 @@ static char* msOGRTranslateMsExpressionToOGRSQL(layerObj* layer,
msFree(msSQLExpression);
return NULL;
}

#endif //0

/**********************************************************************
* msOGRFileWhichShapes()
Expand Down

0 comments on commit b290c44

Please sign in to comment.