reduce silencing of warnings for dcraw code
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user