Bug#454899: FTBFS with GCC 4.3: duplicate function parameters

2008-03-09 Thread Cyril Brulebois
tag 454899 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (07/12/2007): > Package: quickplot > Version: 0.8.13-2 > Usertags: ftbfs-gcc-4.3 Hi, please find attached a patch to fix this FTBFS. Cheers, -- Cyril Brulebois --- a/App.h +++ b/App.h @@ -41,7 +41,7 @@ public: - App(int *ar

Bug#454899: FTBFS with GCC 4.3: duplicate function parameters

2007-12-07 Thread Martin Michlmayr
Package: quickplot Version: 0.8.13-2 Usertags: ftbfs-gcc-4.3 Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. GCC 4.3 now prints an error message when C++ code contains dup