mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-07 05:29:03 +00:00
ignore variable unused warning
This commit is contained in:
parent
c701340719
commit
0b748060ad
1 changed files with 3 additions and 0 deletions
|
@ -1971,6 +1971,9 @@ void device_print_props(struct device_info * dev_info_set, int n, struct llama_m
|
|||
// LOG_INF("| %-10.2f ", latency);
|
||||
// LOG_INF("\n");
|
||||
|
||||
(void)model;
|
||||
(void)cparams;
|
||||
|
||||
LOG_INF("-------------------------------------------------------------------------------------------\n\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue