From: Vladimir Serbinenko Date: Wed, 4 Dec 2013 13:32:04 +0000 (+0100) Subject: * conf/Makefile.common (CFLAGS_GNULIB): Remove -Wno-old-style-definition X-Git-Tag: grub-2.02-beta1~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3046431daac7f83463aee2d07157afec974a80c;p=thirdparty%2Fgrub.git * conf/Makefile.common (CFLAGS_GNULIB): Remove -Wno-old-style-definition as it's no longer necessarry. --- diff --git a/ChangeLog b/ChangeLog index ccd9e8e34..2ba98abdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-12-04 Vladimir Serbinenko + + * conf/Makefile.common (CFLAGS_GNULIB): Remove -Wno-old-style-definition + as it's no longer necessarry. + 2013-12-04 Vladimir Serbinenko * configure.ac: Allow compilation with older GCC for ARM. diff --git a/conf/Makefile.common b/conf/Makefile.common index 8a71f136e..811573f39 100644 --- a/conf/Makefile.common +++ b/conf/Makefile.common @@ -73,7 +73,7 @@ grubconfdir = $(sysconfdir)/grub.d platformdir = $(pkglibdir)/$(target_cpu)-$(platform) starfielddir = $(pkgdatadir)/themes/starfield -CFLAGS_GNULIB = -Wno-undef -Wno-sign-compare -Wno-unused -Wno-unused-parameter -Wno-redundant-decls -Wno-unreachable-code -Wno-conversion -Wno-old-style-definition +CFLAGS_GNULIB = -Wno-undef -Wno-sign-compare -Wno-unused -Wno-unused-parameter -Wno-redundant-decls -Wno-unreachable-code -Wno-conversion CPPFLAGS_GNULIB = -I$(top_builddir)/grub-core/gnulib -I$(top_srcdir)/grub-core/gnulib CFLAGS_POSIX = -fno-builtin