From: longpanda Date: Tue, 3 May 2022 00:54:52 +0000 (+0800) Subject: Add debug info fix X-Git-Tag: v1.0.75~15 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/75c6c7257f6a695e98c1f875db36e4807715bc25?ds=sidebyside Add debug info fix --- diff --git a/GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c b/GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c index 25bfed6..1d1b972 100644 --- a/GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c +++ b/GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c @@ -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