diff options
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 286f6d7a2..4f93ed3e6 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -5634,6 +5634,8 @@ bool parse_file(Parser *p, AstFile *f) { } else { f->flags |= AstFile_IsLazy; } + } else { + warning(tok, "Ignoring unknown tag '%.*s'", LIT(lc)); } } } |