Avoid a couple warnings
This commit is contained in:
parent
ecbca38db7
commit
a287c07912
|
@ -222,6 +222,7 @@ static GdkFilterReturn _close_on_filter(GdkXEvent * xevent, GdkEvent * event,
|
||||||
{
|
{
|
||||||
Close * close = data;
|
Close * close = data;
|
||||||
XEvent * xev = xevent;
|
XEvent * xev = xevent;
|
||||||
|
(void) event;
|
||||||
|
|
||||||
if(xev->type != PropertyNotify)
|
if(xev->type != PropertyNotify)
|
||||||
return GDK_FILTER_CONTINUE;
|
return GDK_FILTER_CONTINUE;
|
||||||
|
@ -239,6 +240,7 @@ static void _close_on_screen_changed(GtkWidget * widget, GdkScreen * previous,
|
||||||
Close * close = data;
|
Close * close = data;
|
||||||
GdkWindow * window;
|
GdkWindow * window;
|
||||||
GdkEventMask events;
|
GdkEventMask events;
|
||||||
|
(void) previous;
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: %s()\n", __func__);
|
fprintf(stderr, "DEBUG: %s()\n", __func__);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user