gfs2-utils: RHEL7 - gfs2-utils configure: Remove checks for non-existent -W flags

Andrew Price andyp at fedoraproject.org
Tue Apr 7 21:23:03 UTC 2015


Gitweb:        http://git.fedorahosted.org/git/?p=gfs2-utils.git;a=commitdiff;h=768b31bd776cbcf9156bcf0517f4665b13ae32b4
Commit:        768b31bd776cbcf9156bcf0517f4665b13ae32b4
Parent:        941e00cac99042465e49512e641d60aee7924544
Author:        Andrew Price <anprice at redhat.com>
AuthorDate:    Fri Oct 10 20:58:35 2014 +0100
Committer:     Andrew Price <anprice at redhat.com>
CommitterDate: Wed Apr 1 16:51:34 2015 +0100

gfs2-utils configure: Remove checks for non-existent -W flags

  checking whether gcc supports -Wunsigned-char... no
  checking whether gcc supports -Wgnu89-inline... no

This has always been the case, as far as I can tell, and I can't find
any mention of a compiler which does support these flags. Remove the
checks for these flags from configure.ac.

Signed-off-by: Andrew Price <anprice at redhat.com>
---
 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2269aba..e70409c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -197,8 +197,6 @@ WARNLIST="
 	format-security
 	format-nonliteral
 	no-long-long
-	unsigned-char
-	gnu89-inline
 	no-strict-aliasing
 	"
 


More information about the cluster-commits mailing list