From 9ebb039a81f5ea06e97d84ef7ee447da9dfca204 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 29 Oct 2024 23:14:31 -0400 Subject: Fix up some GCC compiler flag options for LTO and inlining --- ast.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ast.h') 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; -- cgit v1.2.3