mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-29 12:35:16 +00:00
cmake : re-enable GCC -Wshadow
ggml-ci
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user