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
|
11 years ago | |
|---|---|---|
| .. | ||
| area_code_map_test.cc | CPP: use new geocoding data in AreaCodeMap. | 11 years ago |
| geocoding_data_test.cc | JS/C++: Added mobile token support to phone number util | 11 years ago |
| geocoding_test_data.h | CPP: Move base/ to phonenumbers/. | 11 years ago |
| geocoding_test_program.cc | CPP: Build a separate library for geocoding. | 11 years ago |
| mapping_file_provider_test.cc | CPP: Implement MappingFileProvider. | 11 years ago |
| phonenumber_offline_geocoder_test.cc | Fix for 32 bit C++ compile error. | 11 years ago |