aboutsummaryrefslogtreecommitdiff
path: root/stdlib/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-10-29 23:14:31 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-10-29 23:14:31 -0400
commit9ebb039a81f5ea06e97d84ef7ee447da9dfca204 (patch)
treedc229247feb19ddec117e3c680dd1c13a40dbdd1 /stdlib/types.h
parent3e019df9f429caef4b05947cc70652634ebb2467 (diff)
Fix up some GCC compiler flag options for LTO and inlining
Diffstat (limited to 'stdlib/types.h')
-rw-r--r--stdlib/types.h1
1 files changed, 0 insertions, 1 deletions
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;