]> sourceware.org Git - lvm2.git/commit
Cleanup gcc warning
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 21 Nov 2011 13:15:40 +0000 (13:15 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 21 Nov 2011 13:15:40 +0000 (13:15 +0000)
commitc571aeae6f54288c627dfcd04d843d848ab7d1d4
tree745c5106caa3e498cd2b0fad7963180f73afdfb2
parentd6a05ea5e6f695939841be06a904e27afa3448c5
Cleanup gcc warning

bitset_t.c:39: warning: 'last' may be used uninitialized in this function

Compiler is not smart enough to see the code path which avoid using
unitialized 'last'.
test/unit/bitset_t.c
This page took 0.031442 seconds and 5 git commands to generate.