grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grub_machine_fini definition inconsistencies


From: Glenn Washburn
Subject: grub_machine_fini definition inconsistencies
Date: Sun, 10 Nov 2013 00:56:08 -0600

I'm now getting compilation errors for platform efi.

/home/crass/development/bootloader/grub2-src/grub.git/grub-core/lib/efi/halt.c:
In function
‘grub_halt’: 
/home/crass/development/bootloader/grub2-src/grub.git/grub-core/lib/efi/halt.c:30:3:
error: too few arguments to function ‘grub_machine_fini’ In file
included
from 
/home/crass/development/bootloader/grub2-src/grub.git/grub-core/lib/efi/halt.c:24:0:
 
/home/crass/development/bootloader/grub2-src/grub.git/include/grub/kernel.h:117:6:
note: declared here

grub_machine_fini is defined to take one int argument in
include/grub/kernel.h, however grub-core/lib/efi/halt.c is calling
grub_machine_fini with no arguments.  Grep has shown several such
invocations.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]