]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/kern/emu/main.c: Build fix for emu.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Dec 2013 17:09:19 +0000 (18:09 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Dec 2013 17:09:19 +0000 (18:09 +0100)
ChangeLog
grub-core/kern/emu/main.c

index c3aa95e35ee0623f785d29288fa00fe10e4436fa..865da058b6caadf60d365212360b01011c6108b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        Build fixes for argp.h with older gcc.
index eddb192f912692202fc83871bd5b103193edd7fe..4b509139c4af8e935c586fca6347c850a49e9555 100644 (file)
@@ -98,6 +98,8 @@ static struct argp_option options[] = {
   { 0, 0, 0, 0, 0, 0 }
 };
 
+#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+
 static char *
 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
 {
   const char *dev_map;