Fix for 32 bit C++ compile error.
authorroubert@google.com <roubert@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 22 Aug 2014 14:33:08 +0000 (14:33 +0000)
committerroubert@google.com <roubert@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 22 Aug 2014 14:33:08 +0000 (14:33 +0000)
commitd36fd98790eefa61dc64f53c093245c9ad6dcb7f
treeaf284b99edd7ef76ea4f00d1d15bd3d293ba60b3
parente06546291f71b40cf4174bfbfc35138b8c7c05b4
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

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@686 ee073f10-1060-11df-b6a4-87a95322a99c
cpp/test/phonenumbers/geocoding/phonenumber_offline_geocoder_test.cc