Fixed release build

This commit is contained in:
Bartek Kryza
2022-06-08 23:33:53 +02:00
parent 0e7c30541a
commit 844bfcdbcd
8 changed files with 45 additions and 28 deletions

View File

@@ -73,6 +73,7 @@ std::string to_string(const hint_t t)
return "right";
default:
assert(false);
return "";
}
}