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
+2
View File
@@ -417,6 +417,8 @@ struct maximum {
else {
return (lhs < rhs ? rhs : lhs);
}
CUTE_GCC_UNREACHABLE;
}
};