Fix all warnings in demosaic_algos.cc
This commit is contained in:
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user