Fix 'Non-static class member "yy_lp" is not initialized in this constructor nor in any functions that it calls".
Coverity CID 126893: Uninitialized members (UNINIT_CTOR)
This commit is contained in:
committed by
Robert Osfield
parent
85cd1c456f
commit
dfb8b71526
@@ -174,7 +174,6 @@ protected:
|
||||
int* yy_full_state;
|
||||
int yy_full_lp;
|
||||
|
||||
int yy_lp;
|
||||
int yy_looking_for_trail_begin;
|
||||
|
||||
int yy_more_flag;
|
||||
|
||||
Reference in New Issue
Block a user