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

Issue 135883002: Regression(r164927): gcc 4.8 build with C++11 support is broken (Closed)

Created:
6 years, 11 months ago by Inactive
Modified:
6 years, 11 months ago
CC:
blink-reviews, yurys+blink_chromium.org, loislo+blink_chromium.org, adamk+blink_chromium.org, Inactive, abarth-chromium, Nico
Visibility:
Public.

Description

Regression(r164927): gcc 4.8 build with C++11 support is broken Fix C++11 build with gcc 4.8 by moving the OVERRIDE before the WTF_ATTRIBUTE_PRINTF(). Although clang did not seem to have trouble with it, gcc refuses to compile unless OVERRIDE is right after the method method and before the WTF_ATTRIBUTE_PRINTF(). R=eseidel, abarth BUG=333316 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164944

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M Source/wtf/FilePrintStream.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Inactive
6 years, 11 months ago (2014-01-12 03:36:56 UTC) #1
eseidel
lgtm
6 years, 11 months ago (2014-01-12 03:37:58 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/135883002/1
6 years, 11 months ago (2014-01-12 03:38:09 UTC) #3
eseidel
6 years, 11 months ago (2014-01-12 03:38:15 UTC) #4
commit-bot: I haz the power
6 years, 11 months ago (2014-01-13 00:58:19 UTC) #5
Message was sent while issue was closed.
Change committed as 164944

Powered by Google App Engine
This is Rietveld 408576698