mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-03-01 11:20:04 +00:00
fixed clang warnings
This commit is contained in:
@@ -179,7 +179,6 @@ void cosmoL_freeLexState(CState *state, CLexState *lstate) {
|
||||
}
|
||||
|
||||
CToken cosmoL_scanToken(CLexState *state) {
|
||||
_scanTokenEnter:
|
||||
skipWhitespace(state);
|
||||
|
||||
state->startChar = state->currentChar;
|
||||
|
||||
Reference in New Issue
Block a user