Kaydet (Commit) 02876952 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: silence assertWithSideEffect

Change-Id: Iaaf69ea5e8d5eeaa3a61660c3abe04ff3e83d061
üst b1166d7b
......@@ -461,7 +461,7 @@ static eq_stack *stk = 0;
void push_token(MzString &white, MzString &token, istream *strm)
{
// one time stack
assert(stk->state(strm) == false);
assert(stk->token.length() == 0);
stk->white = white;
stk->token = token;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment