]> git.sur5r.net Git - i3/i3/commit
Remove some dead code, add default paths to switch() to make static analyzers happy
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 10 Jun 2009 17:59:36 +0000 (19:59 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 10 Jun 2009 17:59:36 +0000 (19:59 +0200)
commitd70ea033562ac8f72d580225db1945c03359437b
tree44f8e4dc59020b9b0132e4dedf1a221d5157f8e7
parent2f334c3f59f0d9c2c679e8cef8a1771c748c826c
Remove some dead code, add default paths to switch() to make static analyzers happy

Check was done with scan-build from the LLVM suite. The remaining reports are false
positives and have been reported to llvm:

http://llvm.org/bugs/show_bug.cgi?id=4358
http://llvm.org/bugs/show_bug.cgi?id=4359
src/commands.c
src/handlers.c
src/layout.c
src/util.c