Skip to content

Commit 892b02d

Browse files
committed
fix compiler warning
1 parent febdec3 commit 892b02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
14031403
add_opt(common_arg(
14041404
{"--cpu-topology"},
14051405
"print detailed CPU topology information and exit",
1406-
[](common_params & params) {
1406+
[](common_params & /*params*/) {
14071407
cpu_print_topology_info();
14081408
exit(0);
14091409
}

0 commit comments

Comments
 (0)