DescriptionFix 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
Committed: https://code.google.com/p/google-breakpad/source/detail?r=1196
Patch Set 1 #Patch Set 2 : #MessagesTotal messages: 6
|