]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* conf/Makefile.common (CFLAGS_GNULIB): Remove -Wno-old-style-definition
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 4 Dec 2013 13:32:04 +0000 (14:32 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 4 Dec 2013 13:32:04 +0000 (14:32 +0100)
as it's no longer necessarry.

ChangeLog
conf/Makefile.common

index ccd9e8e34198c5172a1ea293b43e0615d35ab798..2ba98abdda6ae1a66da328c7de2125f99011586f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-04  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * conf/Makefile.common (CFLAGS_GNULIB): Remove -Wno-old-style-definition
+       as it's no longer necessarry.
+
 2013-12-04  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * configure.ac: Allow compilation with older GCC for ARM.
index 8a71f136e93790e73963a9d79a0e6f3341690c7e..811573f39c22b30b4c29d30759385f87344f70a8 100644 (file)
@@ -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