mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 05:44:11 +01:00
WINGS: removed compiler warnings.
This patch removes compiler warnings.
This commit is contained in:
committed by
Carlos R. Mafra
parent
201ea95e9d
commit
3b97d33d0a
@@ -141,6 +141,8 @@ static void didResizeProgressIndicator(W_ViewDelegate * self, WMView * view)
|
||||
|
||||
/* Parameter not used, but tell the compiler that it is ok */
|
||||
(void) self;
|
||||
(void) width;
|
||||
(void) height;
|
||||
|
||||
assert(width > 0);
|
||||
assert(height > 0);
|
||||
|
||||
Reference in New Issue
Block a user