Remove build-time warning from pe_image.cc
commit092983ab37029417aa4ecc800e27ebcc05c909b5
authorNico Weber <thakis@chromium.org>
Wed, 26 Nov 2014 18:15:01 +0000 (26 10:15 -0800)
committerNico Weber <thakis@chromium.org>
Wed, 26 Nov 2014 18:16:18 +0000 (26 18:16 +0000)
tree2aa76e22762e697a268c061261d2ed9b480fbf7a
parentcab58d7abc3301e2c8f43482adcfa6a58c4fc64e
Remove build-time warning from pe_image.cc

This warning has been printed for over 1.5 years on every 64-bit build. Things
like this make people blind to warnings.

The code does look questionable on 64-bit, and the tests for this code are
apparently disabled for 64-bit too. This should be looked at (see bug), but
a warning on every build is not how this will happen.

BUG=167707,82385
R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/725293009

Cr-Commit-Position: refs/heads/master@{#305834}
base/win/pe_image.cc