search for: 9a261cf0

Displaying 1 result from an estimated 1 matches for "9a261cf0".

2007 Mar 22
2
Patches to Fix Warnings
I've been looking at packaging swfdec on my Fedora 6 system. Unfortunately since a git source checkout compiles with -Werror I've been having problems because of all of the unused parameter warnings. I've developed some patches that eliminate the problem by marking all of the unused parameters with __attribute__ ((unused)). The attribute markings are all macroized so if you