X-Git-Url: http://git.scottworley.com/batteryviewer/blobdiff_plain/79ac753b684a82d2acddb865d50d941525b5706d..d2485ebc69f6ceef5148ec84731c6bcf4b5407e4:/batteryviewer.c diff --git a/batteryviewer.c b/batteryviewer.c index 4a1a850..7be007c 100644 --- a/batteryviewer.c +++ b/batteryviewer.c @@ -1,10 +1,12 @@ #include -static void print_hello(GtkWidget *widget, gpointer data) { +static void print_hello(GtkWidget *widget __attribute__((unused)), + gpointer data __attribute__((unused))) { g_print("Hello World\n"); } -static void activate(GtkApplication *app, gpointer user_data) { +static void activate(GtkApplication *app, + gpointer user_data __attribute__((unused))) { GtkWidget *window; GtkWidget *button;