aboutsummaryrefslogtreecommitdiff
path: root/src/xz/suffix.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-06-02 23:09:22 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-06-02 23:09:22 +0300
commitb5fbab6123a39c9a55cd5d7af410e9aae067d5f8 (patch)
tree0e864fbc2f2ac3719bb063cfb4775c07a459bff4 /src/xz/suffix.c
parentFix a Windows-specific FIXME in signal handling code. (diff)
downloadxz-b5fbab6123a39c9a55cd5d7af410e9aae067d5f8.tar.xz
Silence a bogus Valgrind warning.
When using -O2 with GCC, it liked to swap two comparisons in one "if" statement. It's otherwise fine except that the latter part, which is seemingly never executed, got executed (nothing wrong with that) and then triggered warning in Valgrind about conditional jump depending on uninitialized variable. A few people find this annoying so do things a bit differently to avoid the warning.
Diffstat (limited to 'src/xz/suffix.c')
0 files changed, 0 insertions, 0 deletions