Skip to content

Commit d715ee8

Browse files
authored
Fix CI breakage from recent merge (#12504)
1 parent 6ae867d commit d715ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/external/abseil-cpp.patch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ index d886cb30..c2a2d15e 100644
55
@@ -35,6 +35,12 @@
66
#ifndef ABSL_META_TYPE_TRAITS_H_
77
#define ABSL_META_TYPE_TRAITS_H_
8-
8+
99
+// Added by firebase-ios-sdk/cmake/external/abseil-cpp.patch.txt
1010
+#if __clang__
1111
+#pragma clang diagnostic push
@@ -18,7 +18,7 @@ index d886cb30..c2a2d15e 100644
1818
@@ -794,4 +800,9 @@ using swap_internal::StdSwapIsUnconstrained;
1919
ABSL_NAMESPACE_END
2020
} // namespace absl
21-
21+
2222
+// Added by firebase-ios-sdk/cmake/external/abseil-cpp.patch.txt
2323
+#if __clang__
2424
+#pragma clang diagnostic pop

0 commit comments

Comments
 (0)