[Pkg-urxvt-maintainers] Bug#679796: Bug#679796: rxvt-unicode: no longer built with -Wall

Ryan Kavanagh rak at debian.org
Tue Jul 3 14:32:34 UTC 2012


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






More information about the Pkg-urxvt-maintainers mailing list