mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 14:24:14 +01:00
WINGs: Fix unused parameter compiler warnings in examples.
This commit is contained in:
committed by
Carlos R. Mafra
parent
fc35dfd277
commit
a47f07cfc3
@@ -7,6 +7,7 @@ void showSelectedColor(void *self, void *cdata)
|
||||
{
|
||||
WMColorPanel *panel = (WMColorPanel *) self;
|
||||
|
||||
(void) cdata;
|
||||
printf("Selected Color: %s\n", WMGetColorRGBDescription(WMGetColorPanelColor(panel)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user