Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Issue 7027: Move const qualifies around to avoid GCC warnings. (GCC 4.3.2)... (Closed)

Created:
12 years, 2 months ago by Seo Sanghyeon
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Move const qualifies around to avoid GCC warnings. (GCC 4.3.2) src/objects.h: In instantiation of 'v8::internal::VectorIterator<const char>': src/objects.cc:3681: instantiated from here src/objects.h:3451: error: type qualifiers ignored on function return type

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M src/objects.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/objects.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Seo Sanghyeon
12 years, 2 months ago (2008-10-09 19:50:17 UTC) #1
Erik Corry
12 years, 2 months ago (2008-10-10 08:18:38 UTC) #2
LGTM, thanks.

Powered by Google App Engine
This is Rietveld 408576698