cmake : re-enable GCC -Wshadow
ggml-ci
This commit is contained in:
parent
34889bf810
commit
439e68c1e5
16 changed files with 73 additions and 65 deletions
|
@ -200,7 +200,7 @@ struct server_task {
|
|||
// used by SERVER_TASK_TYPE_SET_LORA
|
||||
std::vector<common_adapter_lora_info> set_lora;
|
||||
|
||||
server_task(server_task_type type) : type(type) {}
|
||||
server_task(server_task_type type_) : type(type_) {}
|
||||
|
||||
static slot_params params_from_json_cmpl(
|
||||
const llama_context * ctx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue