WINGs: Fix unused parameter compiler warnings in examples.

This commit is contained in:
Doug Torrance
2014-11-02 13:14:54 +01:00
committed by Carlos R. Mafra
parent fc35dfd277
commit a47f07cfc3
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ void showSelectedColor(void *self, void *cdata)
{
WMColorPanel *panel = (WMColorPanel *) self;
(void) cdata;
printf("Selected Color: %s\n", WMGetColorRGBDescription(WMGetColorPanelColor(panel)));
}