Fix all warnings in demosaic_algos.cc

This commit is contained in:
heckflosse
2017-03-31 19:07:58 +02:00
parent 7fca8c16ee
commit 071d960035
5 changed files with 37 additions and 38 deletions

View File

@@ -779,7 +779,7 @@ RawImage::is_ppmThumb() const
!thumb_load_raw );
}
void RawImage::getXtransMatrix( char XtransMatrix[6][6])
void RawImage::getXtransMatrix( int XtransMatrix[6][6])
{
for(int row = 0; row < 6; row++)
for(int col = 0; col < 6; col++) {