Fix compilation error triggered with -Werror=sign-compare
commit206e3f5c887d7cdf3f9b5786c6a9dc83418fdafb
authorsimonb@chromium.org <simonb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 3 Jul 2014 17:28:04 +0000 (3 17:28 +0000)
committersimonb@chromium.org <simonb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 3 Jul 2014 17:28:04 +0000 (3 17:28 +0000)
treed35e6551467c11e62890ed36b840e1f0d676b474
parentb2c7cf90fbce85a51e297941c9c873e6c2275f00
Fix compilation error triggered with -Werror=sign-compare

Fix error encountered while checking back-port to the Android NDK.
Also, tidy a distraction from README.chromium.

Fixes:
  .../crazy_linker_shared_library.cpp:199:21: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]

BUG=385553

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281288 0039d316-1c4b-4281-b951-d872f2087c98
third_party/android_crazy_linker/README.chromium
third_party/android_crazy_linker/src/src/crazy_linker_shared_library.cpp