diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-29 23:14:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-29 23:14:31 -0400 |
| commit | 9ebb039a81f5ea06e97d84ef7ee447da9dfca204 (patch) | |
| tree | dc229247feb19ddec117e3c680dd1c13a40dbdd1 /stdlib/types.h | |
| parent | 3e019df9f429caef4b05947cc70652634ebb2467 (diff) | |
Fix up some GCC compiler flag options for LTO and inlining
Diffstat (limited to 'stdlib/types.h')
| -rw-r--r-- | stdlib/types.h | 1 |
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; |
