* 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:
parent
388f3cd0d1
commit
d14772c455
3 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue