mirror of
https://git.proxmox.com/git/grub2
synced 2026-01-24 09:38:23 +00:00
* grub-core/kern/emu/main.c: Ignore missing prototype for main.
This commit is contained in:
parent
6f07c4e407
commit
8a3f0a24b5
@ -1,3 +1,7 @@
|
||||
2013-12-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/emu/main.c: Ignore missing prototype for main.
|
||||
|
||||
2013-12-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Pass font config to config.h and not by TARGET_CFLAGS as adding
|
||||
|
||||
@ -166,6 +166,8 @@ static struct argp argp = {
|
||||
|
||||
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wmissing-prototypes"
|
||||
|
||||
int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user