windows: fix integer truncation issues for helper binaries
authorEvan Martin <martine@danga.com>
Fri, 10 Aug 2012 20:39:25 +0000 (13:39 -0700)
committerEvan Martin <martine@danga.com>
Fri, 10 Aug 2012 20:44:43 +0000 (13:44 -0700)
commit09775f02209a07a4e1032b9ab9d8ce5f0ff8d583
tree2955ace975992b8468596feb05425be12e6ba26a
parentd58a10965610eb6b338e411ce816b810d76ab59e
windows: fix integer truncation issues for helper binaries

Disable the size_t truncation warning.  (Note that this leaves on
the other truncation-related warnings, like int->char.)
configure.py
src/canon_perftest.cc
src/hash_collision_bench.cc
src/util_test.cc