]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* conf/Makefile.common (CFLAGS_GNULIB): Add -Wno-unused-parameter.
authorColin Watson <cjwatson@ubuntu.com>
Tue, 16 Nov 2010 15:54:18 +0000 (15:54 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 16 Nov 2010 15:54:18 +0000 (15:54 +0000)
(-Wunused implies -Wunused-parameter, but not vice versa).

ChangeLog
conf/Makefile.common

index 7eada1d4902fc7e85af500d3456452eba0f58cd8..42489cab780b7176279777015ea4b2cd8df69df6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-16  Colin Watson  <cjwatson@debian.org>
+
+       * conf/Makefile.common (CFLAGS_GNULIB): Add -Wno-unused-parameter.
+       (-Wunused implies -Wunused-parameter, but not vice versa).
+
 2010-11-16  Colin Watson  <cjwatson@ubuntu.com>
 
        * configure.ac: Make error messages less confusing by testing for
index 73b3d819bd70d1d4163ce3eefbb6295f3a84ec14..2df8465c09d76af6918e9055918410251e194c0d 100644 (file)
@@ -97,7 +97,7 @@ platformdir = $(pkglibrootdir)/$(target_cpu)-$(platform)
 CFLAGS_GCRY = -Wno-error -Wno-missing-field-initializers
 CPPFLAGS_GCRY = -I$(top_srcdir)/grub-core/lib/libgcrypt_wrap
 
-CFLAGS_GNULIB = -Wno-undef -Wno-sign-compare -Wno-unused
+CFLAGS_GNULIB = -Wno-undef -Wno-sign-compare -Wno-unused -Wno-unused-parameter
 CPPFLAGS_GNULIB = -I$(top_builddir)/grub-core/gnulib -I$(top_srcdir)/grub-core/gnulib
 
 CFLAGS_POSIX = -fno-builtin