use unreachable instead of break on invalid cvd enum value
This commit is contained in:
parent
e2f3f5fe63
commit
92f2e342a3
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ void CConfigManager::configSetValueSafe(const std::string& COMMAND, const std::s
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
break;
|
UNREACHABLE();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue