severity 679796 normal
thanks

On Sun, Jul 01, 2012 at 06:08:31PM +0200, Julien Cristau wrote:
> -CXXFLAGS = -Wall -g
> +CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
> +CFLAGS   := $(shell dpkg-buildflags --get CFLAGS)
> +CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
> +LDFLAGS  := $(shell dpkg-buildflags --get LDFLAGS)
> +
> 
> which means your package no longer uses -Wall.

Thanks for pointing that out. Upstream appends '-w' in configure.ac (and
has been since at least 2008 AFAICT), so it isn't a regression. I'll
readd -Wall on the next upload.

Best wishes,
Ryan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to