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

2008-03-03 Thread Cyril Brulebois
tag 454980 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (08/12/2007): > Package: zoneminder > Version: 1.22.3-8 > Usertags: ftbfs-gcc-4.3 Hi, please find attached a patch to fix this FTBFS. Cheers, -- Cyril Brulebois --- a/src/zm_image.h +++ b/src/zm_image.h @@ -249,7 +249,7 @@ bool Un

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

2007-12-08 Thread Martin Michlmayr
Package: zoneminder Version: 1.22.3-8 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 du