mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-05-30 16:20:03 +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