Bug#811385: adplay: ftbfs with gcc-6

2016-01-18 Thread Trevor Saunders
Package: adplay Severity: normal Tags: upstream Usertags: ftbfs-gcc-6 Dear Maintainer, adplay fails to build with gcc 6 because adplay.cc:92 tries to initialize cfg.subsong which is an unsigned int with -1 which is invalid in C++11. The error from gcc is: adplay.cc:98:1: error: narrowing conver

Bug#811381: abiword: ftbfs with GCC-6

2016-01-18 Thread Trevor Saunders
Source: abiword Severity: normal Tags: upstream patch Usertags: ftbfs-gcc-6 Dear Maintainer, abiword fails to build with gcc-6. This appears to be because g++ uses C++ 11 by default which introduces several errors. They include brace initializers that use negative numbers to initialize unsigned