suppress compilation warnings (#2195)
This commit is contained in:
@@ -417,6 +417,8 @@ struct maximum {
|
||||
else {
|
||||
return (lhs < rhs ? rhs : lhs);
|
||||
}
|
||||
|
||||
CUTE_GCC_UNREACHABLE;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user