mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-14 13:33:42 +00:00
Merge pull request #1092 from TomHarte/68kWarning
Avoid returning without value in release builds.
This commit is contained in:
commit
84a6c89a92
@ -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