summaryrefslogtreecommitdiffstats
path: root/src/StatWindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/StatWindow.cc')
-rw-r--r--src/StatWindow.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/StatWindow.cc b/src/StatWindow.cc
index c1226d9..2fb903b 100644
--- a/src/StatWindow.cc
+++ b/src/StatWindow.cc
@@ -47,7 +47,7 @@ void StatWindow::onCloseButton() {
hide();
}
-static void stat_cb(struct pa_context *c, const struct pa_stat_info *i, void *userdata) {
+static void stat_cb(struct pa_context *, const struct pa_stat_info *i, void *userdata) {
char t[20];
StatWindow *s = (struct StatWindow*) userdata;
@@ -80,7 +80,7 @@ void StatWindow::present() {
onRefreshButton();
}
-bool StatWindow::on_delete_event(GdkEventAny* e) {
+bool StatWindow::on_delete_event(GdkEventAny*) {
hide();
return false;
}