1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/test/unit
Zdenek Kabelac 2e72b04376 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'.
2011-11-21 13:15:40 +00:00
..
bitset_t.c Cleanup gcc warning 2011-11-21 13:15:40 +00:00
Makefile.in Add some cflags to ldflags 2011-11-21 13:11:03 +00:00
matcher_data.h Implement a CUnit-based runner for unit tests. Copy and adapt (actual unit) 2011-11-20 21:43:20 +00:00
matcher_t.c Implement a CUnit-based runner for unit tests. Copy and adapt (actual unit) 2011-11-20 21:43:20 +00:00
run.c Implement a CUnit-based runner for unit tests. Copy and adapt (actual unit) 2011-11-20 21:43:20 +00:00