Fix for 32 bit C++ compile error.
authorDaniel Pocock <daniel@pocock.pro>
Fri, 22 Aug 2014 14:33:08 +0000 (14:33 +0000)
committerMihaela Rosca <mihaelacr@google.com>
Wed, 3 Dec 2014 12:22:33 +0000 (13:22 +0100)
commit32d7cfd3814edfefed83f7c00efa8eb892d4e380
treeaf284b99edd7ef76ea4f00d1d15bd3d293ba60b3
parent8327c99eba50bd89c682eb018fd73bb05f4c0e19
Fix for 32 bit C++ compile error.

With strict error checking, 32 bit compiles on some platforms fail with
the error:

    "error: this decimal constant is unsigned only in ISO C90"

This patch fixes the error by adding the "u" unsigned qualifier to the
integers.

Author: daniel@pocock.pro

R=jia.shao.peng@gmail.com
BUG=

Review URL: https://codereview.appspot.com/123610044
cpp/test/phonenumbers/geocoding/phonenumber_offline_geocoder_test.cc