aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index fada01d4..1631b0f2 100644
--- a/ast.h
+++ b/ast.h
@@ -93,7 +93,6 @@ struct type_ast_s {
file_t *file;
const char *start, *end;
union {
-#pragma GCC diagnostic ignored "-Wpedantic"
struct {} UnknownTypeAST;
struct {
const char *name;