* grub-core/kern/emu/main.c: Silence missing prototypes to allow emu

compilation with GCC <= 4.2.
	* grub-core/kern/emu/argp_common.c: Likewise.
This commit is contained in:
Vladimir Serbinenko 2013-12-08 18:21:10 +01:00
parent 388f3cd0d1
commit d14772c455
3 changed files with 10 additions and 0 deletions

View file

@ -44,6 +44,8 @@
#include <grub/loader.h>
#include <grub/util/misc.h>
#pragma GCC diagnostic ignored "-Wmissing-prototypes"
#include "progname.h"
#include <argp.h>