소스 검색

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 17 년 전
부모
커밋
adb83d781e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

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