Skip to content

Commit

Permalink
WCSDataset::DirectRasterIO psExtraArg argument is not used
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/gdal/trunk@28218 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
schwehr committed Dec 25, 2014
1 parent 1d629c2 commit ada0881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gdal/frmts/wcs/wcsdataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ WCSDataset::DirectRasterIO( CPL_UNUSED GDALRWFlag eRWFlag,
int *panBandMap,
GSpacing nPixelSpace, GSpacing nLineSpace,
GSpacing nBandSpace,
GDALRasterIOExtraArg* psExtraArg)
CPL_UNUSED GDALRasterIOExtraArg* psExtraArg)
{
CPLDebug( "WCS", "DirectRasterIO(%d,%d,%d,%d) -> (%d,%d) (%d bands)\n",
nXOff, nYOff, nXSize, nYSize,
Expand All @@ -592,8 +592,8 @@ WCSDataset::DirectRasterIO( CPL_UNUSED GDALRWFlag eRWFlag,
/* Get the coverage. */
/* -------------------------------------------------------------------- */
CPLHTTPResult *psResult = NULL;
CPLErr eErr =
GetCoverage( nXOff, nYOff, nXSize, nYSize, nBufXSize, nBufYSize,
CPLErr eErr =
GetCoverage( nXOff, nYOff, nXSize, nYSize, nBufXSize, nBufYSize,
nBandCount, panBandMap, &psResult );

if( eErr != CE_None )
Expand Down

0 comments on commit ada0881

Please sign in to comment.