* grub-core/kern/emu/main.c: Ignore missing prototype for main.
This commit is contained in:
parent
6f07c4e407
commit
8a3f0a24b5
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-12-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/kern/emu/main.c: Ignore missing prototype for main.
|
||||||
|
|
||||||
2013-12-04 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-12-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Pass font config to config.h and not by TARGET_CFLAGS as adding
|
Pass font config to config.h and not by TARGET_CFLAGS as adding
|
||||||
|
|
|
@ -166,6 +166,8 @@ static struct argp argp = {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#pragma GCC diagnostic ignored "-Wmissing-prototypes"
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char *argv[])
|
main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue