From ddb7355862fd792c6b85e6b92ec4a63b9c1690f6 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Wed, 30 May 2012 13:56:50 +0200 Subject: [PATCH] * Makefile.util.def: Remove -Wno-format. * grub-core/Makefile.core.def: Likewise. --- ChangeLog | 5 +++++ Makefile.util.def | 1 - grub-core/Makefile.core.def | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41c21f59b..2ef7663f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-05-30 Vladimir Serbinenko + + * Makefile.util.def: Remove -Wno-format. + * grub-core/Makefile.core.def: Likewise. + 2012-05-30 Vladimir Serbinenko * tests/cmp_unit_test.c: Add missing failure message. diff --git a/Makefile.util.def b/Makefile.util.def index dc2d21aae..712a39355 100644 --- a/Makefile.util.def +++ b/Makefile.util.def @@ -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; diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index af2a24e08..5591445a7 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -1615,7 +1615,6 @@ module = { module = { name = exfctest; common = tests/example_functional_test.c; - cflags = -Wno-format; }; module = {