Initialize isLSB to avoid warning
This commit is contained in:
@@ -288,7 +288,7 @@ private:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
// the initial state is direct
|
// the initial state is direct
|
||||||
DecoderState() { mode = Direct; accum = bit = msb = 0; }
|
DecoderState() { mode = Direct; accum = bit = msb = 0; isLSB = false; }
|
||||||
|
|
||||||
// switch to/from shifted mode
|
// switch to/from shifted mode
|
||||||
void ToDirect() { mode = Direct; }
|
void ToDirect() { mode = Direct; }
|
||||||
|
Reference in New Issue
Block a user