[mythtv] [PATCH] mythvideo cd support
J. Donavan Stanley
jdonavan at jdonavan.net
Thu Jul 1 09:22:57 EDT 2004
Xavier Hervy wrote:
> About warning, for one of them i made a stupid test on a parameter to
> remove the warning (if (modetree != modetree) return "";)
> For the two others, i made something now with parameter then they
> should be removed.
Anywhere that you have an unused parameter just leave the name off the
function declaration so "void foo(int bar)" becomes "void foo(int)" that
will remove the warning without inserting unneeded code.
More information about the mythtv-dev
mailing list