diff options
author | mark@chromium.org <mark@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2013-06-28 20:45:10 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2013-06-28 20:45:10 +0000 |
commit | bbd0e398011570a6361e5c62dec5e52c83d843cb (patch) | |
tree | 8304cebd370def09ae126ba4b025e02afb71b4a8 /m4/ltoptions.m4 | |
parent | Fix a clang warning. (diff) | |
download | breakpad-bbd0e398011570a6361e5c62dec5e52c83d843cb.tar.xz |
Fix a clang warning:
../../breakpad/src/processor/tokenize.cc:65:7: error: logical not is only applied to the left hand side of this comparison [-Werror,-Wlogical-not-parentheses]
if (!remaining > 0) {
^ ~
../../breakpad/src/processor/tokenize.cc:65:7: note: add parentheses after the '!' to evaluate the comparison first
if (!remaining > 0) {
^
( )
../../breakpad/src/processor/tokenize.cc:65:7: note: add parentheses around left hand side expression to silence this warning
if (!remaining > 0) {
^
( )
R=thakis@chromium.org
Review URL: https://breakpad.appspot.com/608002
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1196 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'm4/ltoptions.m4')
0 files changed, 0 insertions, 0 deletions