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

Issue 13721002: Add a space between string literals and PRIuS (Closed)

Created:
7 years, 8 months ago by stuartmorgan
Modified:
7 years, 8 months ago
Reviewers:
Nico, akalin
CC:
chromium-reviews, Raghu Simha, haitaol1, akalin, tim (not reviewing), (unused - use chromium)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add a space between string literals and PRIuS This is required to build on iOS (with the Xcode 4.6 toolchain) in C++11 mode, to avoid the error: "invalid suffix on literal; C++11 requires a space between literal and identifier" BUG=226494 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193361

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M chrome/browser/sync/glue/tab_node_pool.cc View 1 chunk +1 line, -1 line 2 comments Download
M sync/engine/apply_control_data_updates_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/sync_manager_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
stuartmorgan
akalin for review CC'ing thakis since I'm curious why Mac didn't have this problem. Was ...
7 years, 8 months ago (2013-04-05 10:08:54 UTC) #1
Nico
Hi Stuart, we don't need this in chromium/mac because we build with -Wno-reserved-user-defined-literal (also see ...
7 years, 8 months ago (2013-04-05 17:05:36 UTC) #2
stuartmorgan
On 2013/04/05 17:05:36, Nico wrote: > we don't need this in chromium/mac because we build ...
7 years, 8 months ago (2013-04-05 18:48:07 UTC) #3
Nico
On Fri, Apr 5, 2013 at 11:48 AM, <stuartmorgan@chromium.org> wrote: > On 2013/04/05 17:05:36, Nico ...
7 years, 8 months ago (2013-04-05 18:51:54 UTC) #4
stuartmorgan
On 2013/04/05 18:51:54, Nico wrote: > In any case, it's probably better if your compiler ...
7 years, 8 months ago (2013-04-05 18:54:30 UTC) #5
Nico
On Fri, Apr 5, 2013 at 11:54 AM, <stuartmorgan@chromium.org> wrote: > On 2013/04/05 18:51:54, Nico ...
7 years, 8 months ago (2013-04-05 18:56:20 UTC) #6
akalin
LGTM
7 years, 8 months ago (2013-04-10 00:16:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stuartmorgan@chromium.org/13721002/1
7 years, 8 months ago (2013-04-10 00:17:59 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=132975
7 years, 8 months ago (2013-04-10 03:55:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stuartmorgan@chromium.org/13721002/1
7 years, 8 months ago (2013-04-10 06:50:55 UTC) #10
commit-bot: I haz the power
7 years, 8 months ago (2013-04-10 10:18:30 UTC) #11
Message was sent while issue was closed.
Change committed as 193361

Powered by Google App Engine
This is Rietveld 408576698