mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Add #warning(<string>) builtin compile time procedure
This commit is contained in:
@@ -1438,7 +1438,7 @@ parse_stmt :: proc(p: ^Parser) -> ^ast.Stmt {
|
||||
case: error(p, stmt.pos, "#partial can only be applied to a switch statement")
|
||||
}
|
||||
return stmt
|
||||
case "assert", "panic":
|
||||
case "assert", "panic", "warning":
|
||||
bd := ast.new(ast.Basic_Directive, tok.pos, end_pos(tag))
|
||||
bd.tok = tok
|
||||
bd.name = name
|
||||
|
||||
Reference in New Issue
Block a user