Control: tags -1 patch

On Fri, 04 May 2018 12:24:04 +0000 Matthias Klose <d...@debian.org> wrote:
> Package: src:wbar
> Version: 2.3.4-7
> Severity: normal
> Tags: sid buster
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-8

> In file included from /usr/include/gtk-2.0/gtk/gtk.h:89,
>                  from ../src/config/Functions.h:4,
>                  from ../src/config/Functions.cc:1:
> /usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:59:8: error: unnecessary 
> parentheses in declaration of '__gtk_reserved1' [-Werror=parentheses]
>    void (*__gtk_reserved1);

Ah, it is the lovely -Werror.

It seems that gcc-8 build succeeds when I add this line in debian/rules:

  export DEB_CXXFLAGS_MAINT_APPEND = -Wno-error


With best regards,
Juhani

Reply via email to