WINGS: removed compiler warnings.

This patch removes compiler warnings.
This commit is contained in:
Rodolfo García Peñas (kix)
2014-02-13 08:55:47 +00:00
committed by Carlos R. Mafra
parent 201ea95e9d
commit 3b97d33d0a
5 changed files with 9 additions and 34 deletions
+3 -1
View File
@@ -775,10 +775,12 @@ void WMSetSplitViewVertical(WMSplitView * sPtr, Bool flag)
*/
}
int WMGetSplitViewDividerThickness(WMSplitView * sPtr)
int WMGetSplitViewDividerThickness(WMSplitView *sPtr)
{
CHECK_CLASS(sPtr, WC_SplitView);
(void) sPtr;
return (DIVIDER_THICKNESS);
}