diff options
author | Kenny Root <kroot@google.com> | 2011-02-08 10:56:09 -0800 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2011-02-08 11:16:04 -0800 |
commit | 10943605487833f68a0e9429c8c18735cdf6a963 (patch) | |
tree | f7dbbd23effff064c17812232403eae12755cc8f /chrome/common | |
parent | 04e22e47ad84934d4f73cf169d39d25562882e85 (diff) | |
download | external_chromium-10943605487833f68a0e9429c8c18735cdf6a963.zip external_chromium-10943605487833f68a0e9429c8c18735cdf6a963.tar.gz external_chromium-10943605487833f68a0e9429c8c18735cdf6a963.tar.bz2 |
Fix for GCC 4.2.1 on X86 target
GCC 4.2.1 fails with the error:
external/chromium/net/base/gzip_header.cc: In member function
'GZipHeader::Status GZipHeader::ReadMore(const char*, int, const
char**)':
external/chromium/net/base/gzip_header.cc:108: error: no matching
function for call to 'min(ptrdiff_t, int)'
Cast the second int argument to ptrdiff_t so it doesn't complain.
Change-Id: I1bcb4476d7ff92aa00d41aa42118a72351373a46
Diffstat (limited to 'chrome/common')
0 files changed, 0 insertions, 0 deletions