mirror of
https://github.com/bkaradzic/bx.git
synced 2026-09-07 02:48:33 +00:00
Fixed build. (#422)
This commit is contained in:
committed by
GitHub
parent
2b9ef62e7a
commit
d8a853795f
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user