mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-15 02:22:01 +00:00
* grub-core/kern/emu/main.c: Build fix for emu.
This commit is contained in:
parent
ca3e20886e
commit
96650a82ec
@ -1,3 +1,7 @@
|
|||||||
|
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/kern/emu/main.c: Build fix for emu.
|
||||||
|
|
||||||
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Build fixes for argp.h with older gcc.
|
Build fixes for argp.h with older gcc.
|
||||||
|
@ -98,6 +98,8 @@ static struct argp_option options[] = {
|
|||||||
{ 0, 0, 0, 0, 0, 0 }
|
{ 0, 0, 0, 0, 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#pragma GCC diagnostic ignored "-Wformat-nonliteral"
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
help_filter (int key, const char *text, void *input __attribute__ ((unused)))
|
help_filter (int key, const char *text, void *input __attribute__ ((unused)))
|
||||||
{
|
{
|
||||||
@ -112,6 +114,8 @@ help_filter (int key, const char *text, void *input __attribute__ ((unused)))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pragma GCC diagnostic error "-Wformat-nonliteral"
|
||||||
|
|
||||||
struct arguments
|
struct arguments
|
||||||
{
|
{
|
||||||
const char *dev_map;
|
const char *dev_map;
|
||||||
|
Loading…
Reference in New Issue
Block a user