Fixed build. (#422)

This commit is contained in:
Branimir Karadžić
2026-09-03 01:41:39 +00:00
committed by GitHub
parent 2b9ef62e7a
commit d8a853795f
4 changed files with 130 additions and 123 deletions

View File

@@ -25,6 +25,7 @@ namespace bx
{
StringView sv = scanner.acceptUntil(Scanner::Class::EndOfLine);
BX_TRACE("%d: '%S'", scanner.getLine(), &sv);
BX_UNUSED(sv);
scanner.acceptUntil(Scanner::Class::NewLine);
}