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

Issue 423233003: dbus: don't add attributes in extern template class specialization (Closed)

Created:
6 years, 4 months ago by Mostyn Bramley-Moore
Modified:
6 years, 4 months ago
Reviewers:
keybuk, Nico, satorux1, tzik
CC:
chromium-reviews, vivekg
Project:
chromium
Visibility:
Public.

Description

dbus: don't add attributes in extern template class specialization This previous CL added attributes to some template specializations: https://codereview.chromium.org/408143012 This breaks gcc 4.8, which gives the following warning: ../../dbus/property.h:412:62: error: type attributes ignored after type is already defined [-Werror=attributes] Since the template class already has the attribute, I suspect that the additional attribute specifications are redundant. ie I think we can remove them. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286567

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -14 lines) Patch
M dbus/property.h View 1 chunk +14 lines, -14 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Mostyn Bramley-Moore
@tzik: does this small patch still work for non-ChromeOS build + latest clang?
6 years, 4 months ago (2014-07-29 22:43:47 UTC) #1
Nico
I think this is the right fix, see https://codereview.chromium.org/419203003/#msg5 But tzik said on that thread ...
6 years, 4 months ago (2014-07-29 22:46:04 UTC) #2
Mostyn Bramley-Moore
On 2014/07/29 22:46:04, Nico (away) wrote: > I think this is the right fix, see ...
6 years, 4 months ago (2014-07-29 22:58:16 UTC) #3
Nico
On Tue, Jul 29, 2014 at 3:58 PM, <mostynb@opera.com> wrote: > On 2014/07/29 22:46:04, Nico ...
6 years, 4 months ago (2014-07-29 22:59:27 UTC) #4
tzik
On 2014/07/29 22:59:27, Nico (away) wrote: > On Tue, Jul 29, 2014 at 3:58 PM, ...
6 years, 4 months ago (2014-07-30 05:13:44 UTC) #5
tzik
On 2014/07/30 05:13:44, tzik wrote: > On 2014/07/29 22:59:27, Nico (away) wrote: > > On ...
6 years, 4 months ago (2014-07-30 05:15:43 UTC) #6
Mostyn Bramley-Moore
The CQ bit was checked by mostynb@opera.com
6 years, 4 months ago (2014-07-30 07:42:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/423233003/1
6 years, 4 months ago (2014-07-30 07:44:44 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-30 08:59:28 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-30 09:03:19 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/903)
6 years, 4 months ago (2014-07-30 09:03:20 UTC) #11
Mostyn Bramley-Moore
Oops, missing OWNER approval. @keybuk: can you please take a look?
6 years, 4 months ago (2014-07-30 09:38:58 UTC) #12
keybuk
On 2014/07/30 09:38:58, Mostyn Bramley-Moore wrote: > Oops, missing OWNER approval. > > @keybuk: can ...
6 years, 4 months ago (2014-07-30 16:50:30 UTC) #13
Nico
On 2014/07/30 16:50:30, keybuk wrote: > On 2014/07/30 09:38:58, Mostyn Bramley-Moore wrote: > > Oops, ...
6 years, 4 months ago (2014-07-30 16:51:46 UTC) #14
keybuk
On 2014/07/30 16:51:46, Nico (away) wrote: > I'm pretty sure it's correct. If you're sure ...
6 years, 4 months ago (2014-07-30 16:56:52 UTC) #15
Nico
On 2014/07/30 16:56:52, keybuk wrote: > On 2014/07/30 16:51:46, Nico (away) wrote: > > I'm ...
6 years, 4 months ago (2014-07-30 16:58:50 UTC) #16
keybuk
On 2014/07/30 16:58:50, Nico (away) wrote: > On 2014/07/30 16:56:52, keybuk wrote: > > On ...
6 years, 4 months ago (2014-07-30 17:07:41 UTC) #17
Nico
On 2014/07/30 17:07:41, keybuk wrote: > On 2014/07/30 16:58:50, Nico (away) wrote: > > On ...
6 years, 4 months ago (2014-07-30 17:21:13 UTC) #18
Mostyn Bramley-Moore
To try and explain the patch a bit more: CHROME_DBUS_EXPORT is a macro which in ...
6 years, 4 months ago (2014-07-30 17:32:20 UTC) #19
satorux1
LGTM. mostynb@, thank you for explaining this.
6 years, 4 months ago (2014-07-30 18:36:08 UTC) #20
Nico
The CQ bit was checked by thakis@chromium.org
6 years, 4 months ago (2014-07-30 18:37:07 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/423233003/1
6 years, 4 months ago (2014-07-30 18:38:05 UTC) #22
commit-bot: I haz the power
6 years, 4 months ago (2014-07-30 18:44:45 UTC) #23
Message was sent while issue was closed.
Change committed as 286567

Powered by Google App Engine
This is Rietveld 408576698