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 --- stdlib/types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stdlib/types.h') diff --git a/stdlib/types.h b/stdlib/types.h index f9b32af5..a8a9b4e6 100644 --- a/stdlib/types.h +++ b/stdlib/types.h @@ -53,7 +53,6 @@ struct TypeInfo_s { struct { const TypeInfo_t *type; } OptionalInfo; -#pragma GCC diagnostic ignored "-Wpedantic" struct {} OpaqueInfo; struct { const char *name; -- cgit v1.2.3