mark fall through as intentional
This commit is contained in:
parent
26095748df
commit
44beccfd06
1 changed files with 2 additions and 0 deletions
|
@ -60,10 +60,12 @@ unsigned int check_token_errors(char tokens[][MAX_TOKEN_SIZE], shash_hashtable_t
|
|||
break;
|
||||
}
|
||||
}
|
||||
// Do not fall through
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
// fall through
|
||||
case 0:
|
||||
{
|
||||
// Check the adress stored at the next token
|
||||
|
|
Loading…
Reference in a new issue