Initialize isLSB to avoid warning
This commit is contained in:
parent
2fc569f0c2
commit
0508764973
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ private:
|
|||
|
||||
public:
|
||||
// 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
|
||||
void ToDirect() { mode = Direct; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue