sts: add STS_UNREACHABLE_DEFAULT_CASE()
This commit is contained in:
@@ -70,8 +70,7 @@ namespace sts::spl {
|
||||
case HardwareType::Hoag:
|
||||
case HardwareType::Iowa:
|
||||
return true;
|
||||
default:
|
||||
std::abort();
|
||||
STS_UNREACHABLE_DEFAULT_CASE();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user