diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-06-02 23:09:22 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-06-02 23:09:22 +0300 |
commit | b5fbab6123a39c9a55cd5d7af410e9aae067d5f8 (patch) | |
tree | 0e864fbc2f2ac3719bb063cfb4775c07a459bff4 /src/common | |
parent | Fix a Windows-specific FIXME in signal handling code. (diff) | |
download | xz-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/common')
0 files changed, 0 insertions, 0 deletions