aboutsummaryrefslogtreecommitdiffstats
path: root/com32/hdt/hdt-cli-cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/hdt/hdt-cli-cpu.c')
-rw-r--r--com32/hdt/hdt-cli-cpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli-cpu.c b/com32/hdt/hdt-cli-cpu.c
index cfd66ef7..b57c1656 100644
--- a/com32/hdt/hdt-cli-cpu.c
+++ b/com32/hdt/hdt-cli-cpu.c
@@ -169,7 +169,8 @@ void handle_cpu_commands(char *cli_line, struct s_hardware *hardware)
}
}
-void main_show_cpu(struct s_hardware *hardware)
+void main_show_cpu(int argc __unused, char **argv __unused,
+ struct s_hardware *hardware)
{
cpu_detect(hardware);
detect_dmi(hardware);