squash! server : add server_task_type field to server_task_result
Remove break statement from switch case SERVER_TASK_TYPE_NONE.
This commit is contained in:
parent
0e09ec84b5
commit
c6f6579785
1 changed files with 1 additions and 1 deletions
|
@ -2794,7 +2794,7 @@ struct server_context {
|
||||||
{
|
{
|
||||||
// do nothing
|
// do nothing
|
||||||
GGML_ASSERT(false && "Invalid task.type (SERVER_TASK_TYPE_NONE)\n");
|
GGML_ASSERT(false && "Invalid task.type (SERVER_TASK_TYPE_NONE)\n");
|
||||||
} break;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue