fixed clang warnings

This commit is contained in:
2020-11-17 13:17:23 -06:00
parent ef8218996c
commit 329d34aa43
4 changed files with 6 additions and 6 deletions

View File

@@ -179,7 +179,6 @@ void cosmoL_freeLexState(CState *state, CLexState *lstate) {
}
CToken cosmoL_scanToken(CLexState *state) {
_scanTokenEnter:
skipWhitespace(state);
state->startChar = state->currentChar;