Make compilation unit rtengine/imagedata.cc -Wextra clean, #4155

This commit is contained in:
heckflosse
2017-10-23 20:59:47 +02:00
parent 841679c6db
commit 80b23e7168
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
#include "iptcpairs.h"
#include "imagesource.h"
#include "rt_math.h"
#pragma GCC diagnostic warning "-Wextra"
#define PRINT_HDR_PS_DETECTION 0
using namespace rtengine;
@@ -1041,7 +1041,7 @@ failure:
}
FramesData::FramesData (const Glib::ustring& fname, std::unique_ptr<RawMetaDataLocation> rml, bool firstFrameOnly, bool loadAll) :
FramesData::FramesData (const Glib::ustring& fname, std::unique_ptr<RawMetaDataLocation> rml, bool firstFrameOnly) :
iptc(nullptr), dcrawFrameCount (0)
{
if (rml && (rml->exifBase >= 0 || rml->ciffBase >= 0)) {