Commit f8857289 authored by knowledge4igor's avatar knowledge4igor

Remove asserts

parent b648071c
......@@ -51,9 +51,8 @@ const char* encodingString(Encoding encoding) {
case Encoding::Unknown:
return "unknown";
default:
assert(false && "Invalid encoding");
return "unknown";
}
assert(false && "Invalid encoding");
return "unknown";
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment