diff options
Diffstat (limited to 'com32/hdt/hdt-cli-dmi.c')
-rw-r--r-- | com32/hdt/hdt-cli-dmi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli-dmi.c b/com32/hdt/hdt-cli-dmi.c index bc09e2d5..6fb954e5 100644 --- a/com32/hdt/hdt-cli-dmi.c +++ b/com32/hdt/hdt-cli-dmi.c @@ -330,7 +330,8 @@ static void show_dmi_memory_bank(int argc, char** argv, hardware->dmi.memory[bank].part_number); } -void main_show_dmi(struct s_hardware *hardware) +void main_show_dmi(int argc __unused, char **argv __unused, + struct s_hardware *hardware) { detect_dmi(hardware); |