Skip to content

Commit

Permalink
Fix CI breakage from recent merge (#12504)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Mar 9, 2024
1 parent 6ae867d commit d715ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/external/abseil-cpp.patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ index d886cb30..c2a2d15e 100644
@@ -35,6 +35,12 @@
#ifndef ABSL_META_TYPE_TRAITS_H_
#define ABSL_META_TYPE_TRAITS_H_

+// Added by firebase-ios-sdk/cmake/external/abseil-cpp.patch.txt
+#if __clang__
+#pragma clang diagnostic push
Expand All @@ -18,7 +18,7 @@ index d886cb30..c2a2d15e 100644
@@ -794,4 +800,9 @@ using swap_internal::StdSwapIsUnconstrained;
ABSL_NAMESPACE_END
} // namespace absl

+// Added by firebase-ios-sdk/cmake/external/abseil-cpp.patch.txt
+#if __clang__
+#pragma clang diagnostic pop
Expand Down

0 comments on commit d715ee8

Please sign in to comment.