Explorar o código

configure.ac: enable gcc's -Wshadow warning

* configure.ac (WARNLIST): Add -Wshadow to the list.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2078 fd59a12c-fef9-0310-b244-a6a79926bd2f
Jim Meyering %!s(int64=17) %!d(string=hai) anos
pai
achega
adb83d781e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -262,6 +262,7 @@ EXTRA_WARNINGS=""
 
 WARNLIST="
 	all
+	shadow
 	missing-prototypes
 	missing-declarations
 	strict-prototypes