mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-25 19:55:48 +01:00
WINGs: Fix unused parameter compiler warnings in examples.
This commit is contained in:
committed by
Carlos R. Mafra
parent
fc35dfd277
commit
a47f07cfc3
@@ -41,6 +41,8 @@ void show(WMWidget * self, void *data)
|
||||
|
||||
void quit(WMWidget * self, void *data)
|
||||
{
|
||||
(void) self;
|
||||
(void) data;
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user