diff options
-rw-r--r-- | src/interface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c index d6ab8b0..cdfaba2 100644 --- a/src/interface.c +++ b/src/interface.c @@ -42,6 +42,8 @@ static void allocate_volume_bar(struct interface *ifc) { gint x, y, max_x, max_y; + (void) y; + (void) max_y; if (ifc->volume_bar) return; |