diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-08 17:17:15 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-08 17:17:15 -0400 |
| commit | aeed1992e94c5ab6a5104a06a921101fbe8f40ed (patch) | |
| tree | 8ba6dc531acefa0eedd330224f16f750496e8dbe /builtins/types.h | |
| parent | cf9d5b1619b9e5e886d2754f167046ff77d36abf (diff) | |
Fix nearly every GCC warning and add __attribute__((pure/const)) where
appropriate
Diffstat (limited to 'builtins/types.h')
| -rw-r--r-- | builtins/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/types.h b/builtins/types.h index 0b48ab36..f06730a7 100644 --- a/builtins/types.h +++ b/builtins/types.h @@ -45,6 +45,7 @@ typedef struct TypeInfo { struct { const char *type_str; } TypeInfoInfo; +#pragma GCC diagnostic ignored "-Wpedantic" struct {} OpaqueInfo; struct { const char *name; |
