From 66cc2ad1e7b051e5693e7d46f26785f4ddb8e9bd Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Fri, 6 Nov 2009 04:55:18 +0000 Subject: [PATCH] clean some warns --- scrotwm.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scrotwm.c b/scrotwm.c index 1ddb08f..b012389 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -3982,10 +3982,12 @@ enternotify(XEvent *e) { XCrossingEvent *ev = &e->xcrossing; XEvent cne; - struct ws_win *win, *w; + struct ws_win *win; +#if 0 + struct ws_win *w; Window focus_return; int revert_to_return; - +#endif DNPRINTF(SWM_D_FOCUS, "enternotify: window: %lu mode %d detail %d root " "%lu subwindow %lu same_screen %d focus %d state %d\n", ev->window, ev->mode, ev->detail, ev->root, ev->subwindow, -- 1.7.10.4