From 8a3f0a24b5d4ecc92753e76f008d2f693c330f8c Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Wed, 4 Dec 2013 10:28:23 +0100 Subject: [PATCH] * grub-core/kern/emu/main.c: Ignore missing prototype for main. --- ChangeLog | 4 ++++ grub-core/kern/emu/main.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index acff45e79..96aacf1fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-04 Vladimir Serbinenko + + * grub-core/kern/emu/main.c: Ignore missing prototype for main. + 2013-12-04 Vladimir Serbinenko Pass font config to config.h and not by TARGET_CFLAGS as adding diff --git a/grub-core/kern/emu/main.c b/grub-core/kern/emu/main.c index 94c2902f6..39fa3be10 100644 --- a/grub-core/kern/emu/main.c +++ b/grub-core/kern/emu/main.c @@ -166,6 +166,8 @@ static struct argp argp = { +#pragma GCC diagnostic ignored "-Wmissing-prototypes" + int main (int argc, char *argv[]) {