Re: [PATCH] fix compiler warnings in hurd/boot

2015-12-29 Thread Samuel Thibault
Applied, thanks!

[PATCH] fix compiler warnings in hurd/boot

2015-12-29 Thread Flavio Cruz
Lately, I've had the chance to cross-compile the hurd using gcc 5.3 and I've decided to fix some compiler warnings I've noticed. I'll send the patches for each sub-directory in separate emails. boot: Fix boot.c compiler warning. * boot/boot.c: Compare header without using pointer dereferencing.