summaryrefslogtreecommitdiff
path: root/identifiers.c
diff options
context:
space:
mode:
Diffstat (limited to 'identifiers.c')
-rw-r--r--identifiers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/identifiers.c b/identifiers.c
index 28989d9..52f09b0 100644
--- a/identifiers.c
+++ b/identifiers.c
@@ -132,6 +132,7 @@ static char *ident_to_str(Identifier i) {
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstringop-overflow"
#pragma GCC diagnostic ignored "-Wrestrict"
+#pragma GCC diagnostic ignored "-Warray-bounds"
#endif
memcpy(str, i->text, i->len);