summaryrefslogtreecommitdiff
path: root/test/test_avltree.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2016-10-25 17:57:36 +0200
committerRichard Braun <rbraun@sceen.net>2016-10-25 17:57:36 +0200
commit4996cbc643d9d6c01cbc4c236df022d8d896909e (patch)
tree414ef2e6dac2c31ff777efe1a984eafa528b514d /test/test_avltree.c
parentae7816e57f3c9e2e5de9b8304ae9ab761d1e18e3 (diff)
Fix uninitialized variable warnings
Instead of using the GCC-specific var = var notation, which Clang seems to dislike, drop the idea of silencing the warning, and instead force the variables to a null initialization value (0, NULL, {}, whatever works).
Diffstat (limited to 'test/test_avltree.c')
0 files changed, 0 insertions, 0 deletions