diff options
author | brucedawson <brucedawson@chromium.org> | 2014-10-31 15:55:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-31 22:55:42 +0000 |
commit | ef7aaab8ef5dbd2c0538eee5339ae2908717b779 (patch) | |
tree | 00351bc43faa3746f7c1b2a91822fea9f7178c54 /printing/printed_document_win.cc | |
parent | fda1c1146ba1944abd2c032ef25cf2f4d35e49c0 (diff) | |
download | chromium_src-ef7aaab8ef5dbd2c0538eee5339ae2908717b779.zip chromium_src-ef7aaab8ef5dbd2c0538eee5339ae2908717b779.tar.gz chromium_src-ef7aaab8ef5dbd2c0538eee5339ae2908717b779.tar.bz2 |
Fix mismatched parentheses that were revealed through /analyze warnings.
The incorrectly placed parentheses means that failure of the first
function didn't stop the others from executing, and overall failure was
evaluated incorrectly -- always succeeding I think.
Warnings were:
d:\src\chromium2\src\media\audio\win\core_audio_util_win.cc(361) :
C6215: Cast between semantically different integer types: Boolean type to HRESULT.
C6230: Implicit cast between semantically different integer types: using HRESULT in a Boolean context.
BUG=427616
Review URL: https://codereview.chromium.org/688663004
Cr-Commit-Position: refs/heads/master@{#302340}
Diffstat (limited to 'printing/printed_document_win.cc')
0 files changed, 0 insertions, 0 deletions