Skip to content

Commit

Permalink
Update msgpack.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
usafchn authored Apr 18, 2024
1 parent e6cab04 commit 515293a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bazel/patches/msgpack.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ index 2586f275..e325ee3b 100644
#include <memory>
#include <vector>

+#if (defined __arm__ || defined __aarch64__) && \
+ (defined(linux) || defined(__linux) || defined(__linux__)) && \
+#if (defined(linux) || defined(__linux) || defined(__linux__)) && \
+ (defined(__GNUC__) || defined(__GNUG__))
+// This is a bug of arm linux gcc, suppressing false positives.
+#pragma GCC diagnostic ignored "-Wmismatched-new-delete"
Expand Down

0 comments on commit 515293a

Please sign in to comment.