#758063 FTBFS with clang instead of gcc

#758063#5
Date:
2014-08-13 21:34:00 UTC
From:
To:
Hello,

Using the rebuild infrastructure, your package fails to build with clang
(instead of gcc).

We detected this kinf of error:
http://clang.debian.net/status.php?version=3.5.0rc1&key=NOT_ALLOWED_HERE

Full build log is available here:
http://clang.debian.net/logs/2014-08-05/bogl_0.1.18-9_unstable_clang.log

Thanks,
Alexander

#758063#10
Date:
2014-08-17 20:59:42 UTC
From:
To:
Hello,

Please see a more description to the patch above.
The "bogl" package mostly contains the following type of clang issue:

Definition of the function in the other definition of the function.
This type of issues has bee fixed by moving inner function to out of the
function. Additional parameters in most cases had been added to the new
function.