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