WUtil: Marked args as unused for compiler in WUtil's API code
commit2dd4a34961ddff2760de56612630cf1ac5a94ed4
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 19 Oct 2013 20:17:49 +0000 (19 22:17 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 19 Oct 2013 21:01:36 +0000 (19 18:01 -0300)
treea5b2a2e44fe49760ab1bef74ba87d3060b0349a1
parent6dba612d58b2f48959a3a87528a3192e7f94f26c
WUtil: Marked args as unused for compiler in WUtil's API code

There is a function in WUtil's API that take a parameter for consistency
reason, but actually does not need the argument.

As it is a case we know about, this patch adds the appropriate stuff to
tell the compiler we are ok with this to avoid a false report.

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