summaryrefslogtreecommitdiffstats
path: root/bindings/python/wrapper_bottom.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-06-09 12:52:20 -0400
committerSimo Sorce <simo@redhat.com>2014-06-09 12:54:54 -0400
commit0857af798eaa80fada0b827ec3cce6f010233222 (patch)
tree9d23265c82b220aefe7744d6613ed30df26d0709 /bindings/python/wrapper_bottom.c
parent1c598394ee0ae5a930f73123bdc0226af583ae31 (diff)
downloadlasso-0857af798eaa80fada0b827ec3cce6f010233222.tar.gz
lasso-0857af798eaa80fada0b827ec3cce6f010233222.tar.xz
lasso-0857af798eaa80fada0b827ec3cce6f010233222.zip
Fix some uninitialized value
The compiler complain about these values not being initialized. come of them do not really matter as they are only really used when later initialized in the code and the code paths would not use them if not initialized in a previous block, however some of these seem real issues. In all cases make the compiler happy so we get less noise in the build and less false positives in code chckers. License: MIT Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'bindings/python/wrapper_bottom.c')
0 files changed, 0 insertions, 0 deletions