From adb83d781eedf8d372510d7cc32c35580dbd3ce1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 15 Apr 2009 19:13:37 +0000 Subject: [PATCH] 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 4b034f83..3d5b15eb 100644 --- a/configure.ac +++ b/configure.ac @@ -262,6 +262,7 @@ EXTRA_WARNINGS="" WARNLIST=" all + shadow missing-prototypes missing-declarations strict-prototypes