Make compilation unit rtengine/imagedata.cc -Wextra clean, #4155
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
#include "iptcpairs.h"
|
#include "iptcpairs.h"
|
||||||
#include "imagesource.h"
|
#include "imagesource.h"
|
||||||
#include "rt_math.h"
|
#include "rt_math.h"
|
||||||
|
#pragma GCC diagnostic warning "-Wextra"
|
||||||
#define PRINT_HDR_PS_DETECTION 0
|
#define PRINT_HDR_PS_DETECTION 0
|
||||||
|
|
||||||
using namespace rtengine;
|
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)
|
iptc(nullptr), dcrawFrameCount (0)
|
||||||
{
|
{
|
||||||
if (rml && (rml->exifBase >= 0 || rml->ciffBase >= 0)) {
|
if (rml && (rml->exifBase >= 0 || rml->ciffBase >= 0)) {
|
||||||
|
@@ -95,7 +95,7 @@ private:
|
|||||||
unsigned int dcrawFrameCount;
|
unsigned int dcrawFrameCount;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
FramesData (const Glib::ustring& fname, std::unique_ptr<RawMetaDataLocation> rml = nullptr, bool firstFrameOnly = false, bool loadAll = false);
|
FramesData (const Glib::ustring& fname, std::unique_ptr<RawMetaDataLocation> rml = nullptr, bool firstFrameOnly = false);
|
||||||
~FramesData ();
|
~FramesData ();
|
||||||
|
|
||||||
void setDCRawFrameCount (unsigned int frameCount);
|
void setDCRawFrameCount (unsigned int frameCount);
|
||||||
|
Reference in New Issue
Block a user