From 7b640238e57391d117822e732c6d3d4b82ee8397 Mon Sep 17 00:00:00 2001 From: valdok Date: Fri, 30 Jun 2023 00:28:30 +0300 Subject: [PATCH] build fix (7) --- core/keccak.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/keccak.h b/core/keccak.h index 2be38518c..f6ce362b3 100644 --- a/core/keccak.h +++ b/core/keccak.h @@ -6,6 +6,7 @@ #if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__) # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Warray-bounds" // incorrectly triggers here +# pragma GCC diagnostic ignored "-Wstringop-overflow" #endif namespace beam