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

Issue 40100: Fix the 64-bit build. Implicit conversion from string constant to... (Closed)

Created:
11 years, 9 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix the 64-bit build. Implicit conversion from string constant to char* gives a warning. Using const char* instead. Committed: http://code.google.com/p/v8/source/detail?r=1409

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/stub-cache.h View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
11 years, 9 months ago (2009-03-04 07:21:14 UTC) #1
Christian Plesner Hansen
11 years, 9 months ago (2009-03-04 07:40:49 UTC) #2
Lgtm

Powered by Google App Engine
This is Rietveld 408576698