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

@@ -180,7 +180,7 @@ public:
eSensorType getSensorType();
void getRgbCam (float rgbcam[3][4]);
void getXtransMatrix ( char xtransMatrix[6][6]);
void getXtransMatrix ( int xtransMatrix[6][6]);
void clearXtransCblack( )
{
for(int c = 0; c < 4; c++) {