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 c405f44 commit f4f3687Copy full SHA for f4f3687
absl/numeric/int128.h
@@ -1148,11 +1148,14 @@ constexpr int64_t BitCastToSigned(uint64_t v) {
1148
1149
} // namespace int128_internal
1150
1151
+#pragma clang diagnostic push
1152
+#pragma clang diagnostic ignored "-Wmodules-import-nested-redundant"
1153
#if defined(ABSL_HAVE_INTRINSIC_INT128)
1154
#include "absl/numeric/int128_have_intrinsic.inc" // IWYU pragma: export
1155
#else // ABSL_HAVE_INTRINSIC_INT128
1156
#include "absl/numeric/int128_no_intrinsic.inc" // IWYU pragma: export
1157
#endif // ABSL_HAVE_INTRINSIC_INT128
1158
+#pragma clang diagnostic pop
1159
1160
ABSL_NAMESPACE_END
1161
} // namespace absl
0 commit comments