Fix some warnings
commit5eebb8bc3c6b7b8aab76da82f04493c51badefdd
authorBrad Jorsch <anomie@users.sourceforge.net>
Fri, 8 Oct 2010 19:08:30 +0000 (8 15:08 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 8 Oct 2010 20:00:23 +0000 (8 22:00 +0200)
tree31b20fb88d141a85c3d9789542e4fb4ccaaff740
parent51134d243862bbea45c272591df2f1f5de1f67a1
Fix some warnings

Non-obvious fixes:

WINGs/wfilepanel.c: Cast to void to avoid an unused calculated value
warning.

WINGs/wtabview.c: Test tab<0 to avoid a warning from the next condition
about signed overflow in an inlined invocation of the function.

Signed-off-by: Brad Jorsch <anomie@users.sourceforge.net>
WINGs/dragdestination.c
WINGs/wfilepanel.c
WINGs/wtabview.c
src/actions.c
src/event.c
src/startup.c
wrlib/scale.c