mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-17 17:29:58 +00:00
Avoid returning without value in release builds.
This commit is contained in:
parent
2edbbfbe37
commit
451b730c8e
@ -245,6 +245,7 @@ const char *_to_string(Operation operation, bool is_quick) {
|
||||
|
||||
default:
|
||||
assert(false);
|
||||
return "???";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user