summaryrefslogtreecommitdiffstats
path: root/app/gfx
diff options
context:
space:
mode:
authorzhurunz@google.com <zhurunz@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-28 22:39:29 +0000
committerzhurunz@google.com <zhurunz@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-28 22:39:29 +0000
commita25741ace5c4fb0bf08744edc00313a55ec5e248 (patch)
tree1285ad606eaa8865e299c3a7be7084c999274633 /app/gfx
parent4a44bc32d152f0583bb196339c2568351573e304 (diff)
downloadchromium_src-a25741ace5c4fb0bf08744edc00313a55ec5e248.zip
chromium_src-a25741ace5c4fb0bf08744edc00313a55ec5e248.tar.gz
chromium_src-a25741ace5c4fb0bf08744edc00313a55ec5e248.tar.bz2
Fix build break with gcc 4.4.1. (std::strcat not defined.)
std::strcat has been moved into <cstring> As we seen before, ChromeOS gentoo build uses GCC 4.4.1 Since 4.3 release, there are a bunch of updates in GCC. Some of these changes are result of bug fixing, and some old behaviors have been intentionally changed in order to support new standards. The build breaks we have seen are mostly coming from the following cases: 1. Header dependency cleanup 2. Removal of Pre-ISO headers 3. Stricter requirements for function main signature See http://gcc.gnu.org/gcc-4.3/porting_to.html for details. Review URL: http://codereview.chromium.org/2343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/gfx')
0 files changed, 0 insertions, 0 deletions