reduce silencing of warnings for dcraw code

This commit is contained in:
heckflosse
2018-12-08 01:30:09 +01:00
parent b3ee765bf0
commit 04d5ba3f91
2 changed files with 3 additions and 6 deletions

View File

@@ -343,7 +343,7 @@ void parse_qt (int end);
// ph1_bithuff(int nbits, ushort *huff);
class ph1_bithuff_t {
public:
ph1_bithuff_t(DCraw *p, IMFILE *i, short &o):parent(p),order(o),ifp(i),bitbuf(0),vbits(0){}
ph1_bithuff_t(DCraw *p, IMFILE *i, short &o):order(o),ifp(i),bitbuf(0),vbits(0){}
unsigned operator()(int nbits, ushort *huff);
unsigned operator()(int nbits);
unsigned operator()();
@@ -376,7 +376,6 @@ private:
}
}
DCraw *parent;
short ℴ
IMFILE* const ifp;
UINT64 bitbuf;