]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.util.def: Remove -Wno-format.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 30 May 2012 11:56:50 +0000 (13:56 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 30 May 2012 11:56:50 +0000 (13:56 +0200)
* grub-core/Makefile.core.def: Likewise.

ChangeLog
Makefile.util.def
grub-core/Makefile.core.def

index 41c21f59b48ff58ddade102061a3207354b2078e..2ef7663f4b3add61d030f0cb061713e2e74f88c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-30  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * Makefile.util.def: Remove -Wno-format.
+       * grub-core/Makefile.core.def: Likewise.
+
 2012-05-30  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * tests/cmp_unit_test.c: Add missing failure message.
index dc2d21aae59bf575ac64398d94a4f0a1eba54075..712a3935583aba6425348fd53fadab66fe03eba8 100644 (file)
@@ -703,7 +703,6 @@ program = {
   common = grub-core/kern/list.c;
   common = grub-core/kern/misc.c;
   common = grub-core/tests/lib/test.c;
-  cflags = -Wno-format;
   ldadd = libgrubmods.a;
   ldadd = libgrubgcry.a;
   ldadd = libgrubkern.a;
index af2a24e08b243c4f769b6173a7e59c7a487d616b..5591445a7f924501e1f49afbdaccdc02bb1b92a9 100644 (file)
@@ -1615,7 +1615,6 @@ module = {
 module = {
   name = exfctest;
   common = tests/example_functional_test.c;
-  cflags = -Wno-format;
 };
 
 module = {