* grub-core/kern/emu/main.c: Ignore missing prototype for main.

This commit is contained in:
Vladimir Serbinenko 2013-12-04 10:28:23 +01:00
parent 6f07c4e407
commit 8a3f0a24b5
2 changed files with 6 additions and 0 deletions

View file

@ -166,6 +166,8 @@ static struct argp argp = {
#pragma GCC diagnostic ignored "-Wmissing-prototypes"
int
main (int argc, char *argv[])
{