mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-24 06:58:52 +00:00
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
This commit is contained in:
parent
38606588bd
commit
adb83d781e
@ -262,6 +262,7 @@ EXTRA_WARNINGS=""
|
||||
|
||||
WARNLIST="
|
||||
all
|
||||
shadow
|
||||
missing-prototypes
|
||||
missing-declarations
|
||||
strict-prototypes
|
||||
|
Loading…
Reference in New Issue
Block a user