[Swfdec] Patches to Fix Warnings
David Schleef
ds at schleef.org
Thu Mar 22 14:04:52 PDT 2007
On Thu, Mar 22, 2007 at 12:43:15PM -0500, Jeffrey C. Ollie wrote:
> 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.
Are you adding -W to your CFLAGS? Unused parameter warnings aren't
part of -Wall because the warning kinda dumb. I personally would
prefer to use -Wno-unused-parameter rather than add warning
supression everywhere.
dave...
More information about the Swfdec
mailing list