Avoid MSVC's C6323 warning (use of arithmetic operator on Boolean type)
authorSven Panne <svenpanne@chromium.org>
Tue, 13 Jan 2015 10:52:29 +0000 (11:52 +0100)
committerSven Panne <svenpanne@chromium.org>
Tue, 13 Jan 2015 10:52:44 +0000 (10:52 +0000)
commitc09b26d14b3cea570eb419c404b689ce73488c88
treef6b78b3793d1a952de37baf07aec59eedd03eb5e
parentca741a0b3c244a690b2ad263ed5b389c9628d5d4
Avoid MSVC's C6323 warning (use of arithmetic operator on Boolean type)

We could use BoolToInt consistently, but for now let's just fix the warnings.

R=jochen@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#26037}
src/date.cc
src/runtime/runtime-scopes.cc
src/utils.h