wrlib: Marked args as unused for compiler
commitf619546af9ed4abc3fdb7f18defddea2a4a1aba9
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 8 Nov 2013 17:50:02 +0000 (8 18:50 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:03 +0000 (30 18:11 +0000)
tree977000f061eb3d90ffa9c29452a60874b45dddc4
parent3b2362662eaf90c31e6fd2d7dcc801118c7784ee
wrlib: Marked args as unused for compiler

The two functions require an argument which is used when the libXpm is
used, which means having the same argument list for the builtin code to be
permutable.

This patch adds the appropriate stuff to avoid a false report from the
compiler.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
wrlib/nxpm.c