Silence a warning under clang/asan
authorYves Orton <demerphq@gmail.com>
Sat, 15 Dec 2012 20:55:47 +0000 (21:55 +0100)
committerYves Orton <demerphq@gmail.com>
Sat, 15 Dec 2012 21:13:19 +0000 (22:13 +0100)
commit8ee91b45111f396b427530ccf9d50a687fe8636c
treef96746e9067becf5cad15c7966ee7c4ce4859c0a
parent496575ce841293eaf818395fc1f56e7fb74a18cc
Silence a warning under clang/asan

This should silence the following warning:

dump.c:459:57: warning: comparison of constant 85 with expression of
   type 'svtype' is always false [-Wtautological-constant-out-of-range-compare]

The warning is a false positive, this code is /meant/ to detect
conditions that should not happen.
dump.c