suppress compilation warnings (#2195)

This commit is contained in:
reed
2025-04-10 14:48:01 -04:00
committed by GitHub
parent dd76dec4ef
commit 5120b21cc3
5 changed files with 23 additions and 1 deletions
@@ -84,6 +84,8 @@ as_arithmetic_tuple(T const& t) {
} else {
return t;
}
CUTE_GCC_UNREACHABLE;
}
//