Bug#664964: redundant format security flags

2012-03-21 Thread Jonathan Nieder
Hi Peter, Peter Eisentraut wrote: > The format security flags offered by dpkg-buildflags are > > CFLAGS/CXXFLAGS="-Wformat -Wformat-security -Werror=format-security" [...] > Please remove "-Wformat-security" from the default configuration. I suspect the intent is to allow DEB_CFLAGS_MAI

Bug#664964: redundant format security flags

2012-03-21 Thread Peter Eisentraut
Package: dpkg-dev Version: 1.16.1.2 Severity: minor Tags: patch The format security flags offered by dpkg-buildflags are CFLAGS/CXXFLAGS="-Wformat -Wformat-security -Werror=format-security" But -Werror=format-security already implies -Wformat-security, so using both adds nothing but bloats up th