On Wed, Feb 22, 2023 at 09:58:44AM +0100, Samuel Thibault wrote: > John Paul Adrian Glaubitz, le mer. 22 févr. 2023 09:43:02 +0100, a ecrit: > > Found during a test build on Debian/hurd-i386 with --disable-werror enabled: > > > > In file included from grub-core/osdep/getroot.c:12: > > grub-core/osdep/hurd/getroot.c: In function > > ‘grub_util_find_hurd_root_device’: > > grub-core/osdep/hurd/getroot.c:126:13: error: unused variable ‘next’ > > [-Werror=unused-variable] > > 126 | char *next; > > | ^~~~ > > grub-core/osdep/hurd/getroot.c:125:14: error: unused variable ‘size’ > > [-Werror=unused-variable] > > 125 | size_t size; > > | ^~~~ > > > > Fixes: e981b0a24 (osdep/hurd/getroot: Use "part:" qualifier) > > > > Signed-off-by: John Paul Adrian Glaubitz <[email protected]> > > Reviewed-by: Samuel Thibault <[email protected]>
Reviewed-by: Daniel Kiper <[email protected]> Daniel _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
