[hackers] [dwm] thanks to Juka to check -Wall ;)

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Tue May 08 08:57:28 2007

changeset: 869:5ea550e6a341
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Tue May 08 08:52:34 2007 +0200
summary: thanks to Juka to check -Wall ;)

diff -r 3ccd8e6f0664 -r 5ea550e6a341 event.c
--- a/event.c Mon May 07 13:14:55 2007 +0200
+++ b/event.c Tue May 08 08:52:34 2007 +0200
@@ -209,9 +209,7 @@ configurerequest(XEvent *e) {
 
 static void
 configurenotify(XEvent *e) {
- Client *c;
         XConfigureEvent *ev = &e->xconfigure;
- XWindowChanges wc;
 
         if (ev->window == root && (ev->width != sw || ev->height != sh)) {
                 sw = ev->width;
Received on Tue May 08 2007 - 08:57:28 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:56:44 UTC