build: Fix a couple more warnings. (#3598)

This commit is contained in:
squidbus
2025-09-13 15:33:42 -07:00
committed by GitHub
parent c51abe4e8b
commit 21a1888857
10 changed files with 27 additions and 16 deletions

View File

@@ -37,6 +37,8 @@ constexpr std::string_view NameOf(Condition condition) {
return "Execz";
case Condition::Execnz:
return "Execnz";
default:
UNREACHABLE();
}
}