]> the.earth.li Git - onak.git/commit
Silence scan-build warning about uninitialised fd_set structure
authorJonathan McDowell <noodles@earth.li>
Wed, 8 Jun 2016 11:27:41 +0000 (12:27 +0100)
committerJonathan McDowell <noodles@earth.li>
Wed, 8 Jun 2016 11:27:41 +0000 (12:27 +0100)
commitb49205ffcd195319303e0dd3a23aacda7a7c12ce
treedc54d8a2245b050b8c2f606ce3b6e581d9662dc1
parentcc4711251f673ac142f360cfd2a259879b851309
Silence scan-build warning about uninitialised fd_set structure

This is a false positive by scan-build (as FD_ZERO will initialise the
structure for us), but silence it anyway to achieve a clean run.
keyd.c