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

Issue 26969005: Output character literals rather than ints in create_resources.py (Closed)

Created:
7 years, 2 months ago by Chris Bracken
Modified:
7 years, 2 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Output character literals rather than ints in create_resources.py Fixes the following class of errors under gcc 4.8: out/ReleaseX64/obj/gen/resources_gen.cc:3074:1: error: narrowing conversion of ‘137’ from ‘int’ to ‘const char’ inside { } is ill-formed in C++11 [-Werror=narrowing] BUG= R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=28752

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M runtime/tools/create_resources.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Chris Bracken
7 years, 2 months ago (2013-10-16 17:56:17 UTC) #1
siva
lgtm
7 years, 2 months ago (2013-10-16 21:05:46 UTC) #2
Chris Bracken
7 years, 2 months ago (2013-10-16 21:32:07 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r28752 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698