Skip to content

Commit

Permalink
scanner: silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Feb 3, 2024
1 parent a87eba1 commit 2b22f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ static bool scan_script_block_text(Scanner *scanner, TSLexer *lexer) {

done:

(void)count;
/* printf("done: %d, count: %d\n", has_marked, count); */

return has_marked;
Expand Down

0 comments on commit 2b22f22

Please sign in to comment.