]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Add debug info fix
authorlongpanda <admin@ventoy.net>
Tue, 3 May 2022 00:54:52 +0000 (08:54 +0800)
committerlongpanda <admin@ventoy.net>
Tue, 3 May 2022 00:54:52 +0000 (08:54 +0800)
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c

index 25bfed6acf633db227fb487c4d3a0076187f24c2..1d1b972fa7b28d0469d6bb0f6cc8d2b853287f04 100644 (file)
@@ -5582,6 +5582,8 @@ static grub_err_t ventoy_cmd_dump_rsv_page(grub_extcmd_context_t ctxt, int argc,
     grub_printf("Total pages: %llu\n", (unsigned long long)total);
     grub_printf("Required pages: %llu\n", (unsigned long long)required);
 #else
+    (void)total;
+    (void)required;
     grub_printf("Non EFI mode!\n");
 #endif