JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clean some warns
authorMarco Peereboom <marco@conformal.com>
Fri, 6 Nov 2009 04:55:18 +0000 (04:55 +0000)
committerMarco Peereboom <marco@conformal.com>
Fri, 6 Nov 2009 04:55:18 +0000 (04:55 +0000)
scrotwm.c

index 1ddb08f..b012389 100644 (file)
--- 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,