Re: [PATCH] dl: fix grub_dl_is_persistent() for EMU

2025-07-04 Thread Daniel Kiper via Grub-devel
On Thu, Jul 03, 2025 at 12:41:26PM +0530, Sudhakar Kuppusamy wrote: > Reviewed-by: Sudhakar Kuppusamy Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] dl: fix grub_dl_is_persistent() for EMU

2025-07-03 Thread Sudhakar Kuppusamy
Reviewed-by: Sudhakar Kuppusamy > On 3 Jul 2025, at 11:39 AM, Gary Lin wrote: > > When attempting to build grub-emu, the compilation failed with the > following error message: > > include/grub/dl.h: In function ‘grub_dl_is_persistent’: > include/grub/dl.h:262:1: error: no return statement in

[PATCH] dl: fix grub_dl_is_persistent() for EMU

2025-07-02 Thread Gary Lin via Grub-devel
When attempting to build grub-emu, the compilation failed with the following error message: include/grub/dl.h: In function ‘grub_dl_is_persistent’: include/grub/dl.h:262:1: error: no return statement in function returning non-void [-Werror=return-type] To avoid the erorr, make the function alway