Skip to content

Commit

Permalink
build fix (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Jun 29, 2023
1 parent e788c3b commit 7b64023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/keccak.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b64023

Please sign in to comment.