breakpad/src
mark@chromium.org 29b0d713c9 Fix harmless warning in dwarf_cfi_to_module.cc.
This function already establishes that (signed) i must be positive by the time
it assigns it to (unsigned) reg. Because reg is unsigned, it is impossible for
it to be negative. Because i was already checked for positivity, this check
can be removed entirely. It was not a miswritten check that intended to check
i instead of reg, because i is already checked.

This addresses the following warning:

dwarf_cfi_to_module.cc:135:9: warning: comparison of 0 <= unsigned expression is always true [-Wtautological-compare]

Committed r859
Review URL: http://breakpad.appspot.com/310003

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@861 4c0a9323-5329-0410-9bdc-e9ce6186880e
2011-10-11 17:38:35 +00:00
..
client Remove duplicate definition of GTMLoggerDebug. 2011-10-11 17:37:32 +00:00
common Fix harmless warning in dwarf_cfi_to_module.cc. 2011-10-11 17:38:35 +00:00
google_breakpad Handle ios dump. 2011-10-11 14:17:02 +00:00
processor Handle ios dump. 2011-10-11 14:17:02 +00:00
third_party Adding svn:ignore properties for .deps and .dirstamp 2011-10-06 13:24:35 +00:00
tools Fix harmless printf abuse in symupload. 2011-10-11 17:38:01 +00:00
breakpad_googletest_includes.h Add more error information to minidump processing return code. Also added dependency on google test, and modified minidump processing unit tests to use google test 2009-05-29 00:53:02 +00:00
config.h.in Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up being useful enough to use in production, so let's drop the maintenence burden 2011-07-07 20:53:52 +00:00