]> git.sur5r.net Git - i3/i3/commit
Make gcc happy about some possibly uninitialized variables (Thanks badboy)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 15 Sep 2009 14:58:10 +0000 (16:58 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 15 Sep 2009 14:58:10 +0000 (16:58 +0200)
commit775d3a0d9152699118a03aa8207e247a89f3082b
treeaaee6a1eeca5ffcc02ff54a2c3ca6c2792bc9579
parent30ad7e93e7338f86821b59438e072a7abf5db32d
Make gcc happy about some possibly uninitialized variables (Thanks badboy)

This warning only showed up with CFLAGS=-O2.
The variables in question could never be uninitialized because
they were definitely set, have a look at the code. But anyways,
less warnings is always a good thing ;-).
src/handlers.c