Skip to content

Commit

Permalink
fix: Disable another warning to make macOS happy
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed May 28, 2022
1 parent 4fd8ada commit a4c8bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/libimhex/include/hex/helpers/encoding_file.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

// TODO: Workaround for weird issue picked up by GCC 12.1.0 and later. This seems like a compiler bug mentioned in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98465
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunknown-warning-option"
#pragma GCC diagnostic ignored "-Wpragmas"
#pragma GCC diagnostic ignored "-Wrestrict"
#pragma GCC diagnostic ignored "-Wstringop-overread"
Expand Down

0 comments on commit a4c8bca

Please sign in to comment.