compilation with GCC <= 4.2.
* grub-core/kern/emu/argp_common.c: Likewise.
+2013-12-08 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * 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.
+
2013-12-08 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/kernel.h [__sparc__]: Restrict sparc64-ieee1275 to
#include <config.h>
#include <config-util.h>
+#pragma GCC diagnostic ignored "-Wmissing-prototypes"
+
#define _GNU_SOURCE 1
#include <stdlib.h>
#include <unistd.h>
#include <grub/loader.h>
#include <grub/util/misc.h>
+#pragma GCC diagnostic ignored "-Wmissing-prototypes"
+
#include "progname.h"
#include <argp.h>