We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae867d commit d715ee8Copy full SHA for d715ee8
cmake/external/abseil-cpp.patch.txt
@@ -5,7 +5,7 @@ index d886cb30..c2a2d15e 100644
5
@@ -35,6 +35,12 @@
6
#ifndef ABSL_META_TYPE_TRAITS_H_
7
#define ABSL_META_TYPE_TRAITS_H_
8
-
+
9
+// Added by firebase-ios-sdk/cmake/external/abseil-cpp.patch.txt
10
+#if __clang__
11
+#pragma clang diagnostic push
@@ -18,7 +18,7 @@ index d886cb30..c2a2d15e 100644
18
@@ -794,4 +800,9 @@ using swap_internal::StdSwapIsUnconstrained;
19
ABSL_NAMESPACE_END
20
} // namespace absl
21
22
23
24
+#pragma clang diagnostic pop
0 commit comments