chore: 修复Clang/GCC编译警告

This commit is contained in:
Hao Guan
2023-03-20 19:35:40 +10:00
parent 2e3bd3397d
commit ffdb9b1123
15 changed files with 35 additions and 23 deletions

View File

@@ -107,6 +107,8 @@ bool asst::Assistant::set_instance_option(InstanceOptionKey key, const std::stri
return true;
}
break;
default:
break;
}
Log.error("Unknown key or value", value);
return false;