grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* grub_machine_fini definition inconsistencies
@ 2013-11-10  6:56 Glenn Washburn
  2013-11-10 12:33 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Washburn @ 2013-11-10  6:56 UTC (permalink / raw)
  To: grub-devel@gnu.org

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-10 23:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-10  6:56 grub_machine_fini definition inconsistencies Glenn Washburn
2013-11-10 12:33 ` Vladimir 'φ-coder/phcoder' Serbinenko
2013-11-10 23:41   ` Glenn Washburn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).