WINGs: Marked args as unused for compiler in WINGs API code
commit9f1207342aa769b53a1c19e5b3555814703d1acf
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 19 Oct 2013 20:17:57 +0000 (19 22:17 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 19 Oct 2013 21:01:36 +0000 (19 18:01 -0300)
treeee4fb6b0f666828d62312c98f21a0ca1c3f73b15
parentbd58625a3f30e506ea70b805e4c5a32f6c0d700c
WINGs: Marked args as unused for compiler in WINGs API code

There are a few function in WING's API that take parameter for consistency
reason and for possible future evolution, but actually do not need the
argument.

As they are 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/wmenuitem.c
WINGs/wtext.c