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

Andrew Price andyp at fedoraproject.org
Mon Oct 13 15:56:31 UTC 2014


Gitweb:        http://git.fedorahosted.org/git/?p=gfs2-utils.git;a=commitdiff;h=7d5f1f6069e0b7b9df386175ca85d9d388407fbe
Commit:        7d5f1f6069e0b7b9df386175ca85d9d388407fbe
Parent:        456b884ac4ce75559b90a4d4fb197db813f7c327
Author:        Andrew Price <anprice at redhat.com>
AuthorDate:    Fri Oct 10 20:58:35 2014 +0100
Committer:     Andrew Price <anprice at redhat.com>
CommitterDate: Fri Oct 10 20:58:35 2014 +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