Fixes unhandled status ready with default: switch
Co-authored-by: Xuan Son Nguyen <thichthat@gmail.com>
This commit is contained in:
parent
61b483d3a8
commit
942f023930
1 changed files with 2 additions and 0 deletions
|
@ -3133,6 +3133,8 @@ int main(int argc, char ** argv) {
|
|||
res_error(res, format_error_response("Model failed to load", ERROR_TYPE_SERVER));
|
||||
return false;
|
||||
} break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue