Make compilation unit rtengine/rawimagesource.cc -Wextra clean, #4155
This commit is contained in:
@@ -102,7 +102,7 @@ void StdImageSource::getSampleFormat (const Glib::ustring &fname, IIOSampleForma
|
||||
* and RT's image data type (Image8, Image16 and Imagefloat), then it will
|
||||
* load the image into it
|
||||
*/
|
||||
int StdImageSource::load (const Glib::ustring &fname, int imageNum, bool batch)
|
||||
int StdImageSource::load (const Glib::ustring &fname)
|
||||
{
|
||||
|
||||
fileName = fname;
|
||||
@@ -187,7 +187,7 @@ int StdImageSource::load (const Glib::ustring &fname, int imageNum, bool batch)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void StdImageSource::getImage (const ColorTemp &ctemp, int tran, Imagefloat* image, const PreviewProps &pp, const ToneCurveParams &hrp, const ColorManagementParams &cmp, const RAWParams &raw)
|
||||
void StdImageSource::getImage (const ColorTemp &ctemp, int tran, Imagefloat* image, const PreviewProps &pp, const ToneCurveParams &hrp, const RAWParams &raw)
|
||||
{
|
||||
|
||||
// the code will use OpenMP as of now.
|
||||
|
||||
Reference in New Issue
Block a user