mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 09:50:03 +00:00
Add more uses of #no_capture
This commit is contained in:
@@ -12,7 +12,7 @@ import "core:fmt"
|
||||
/*
|
||||
Silent error handler for the parser.
|
||||
*/
|
||||
Error_Handler :: proc(pos: xml.Pos, fmt: string, args: ..any) {}
|
||||
Error_Handler :: proc(pos: xml.Pos, fmt: string, #no_capture args: ..any) {}
|
||||
|
||||
OPTIONS :: xml.Options{ flags = { .Ignore_Unsupported, }, expected_doctype = "unicode", }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user