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

Issue 1399313002: Make the WARN_UNUSED_RESULT macro match the Chromium one. (Closed)

Created:
5 years, 2 months ago by dcheng
Modified:
5 years, 2 months ago
Reviewers:
jiayl2
CC:
danakj, kjellander_webrtc, tterriberry_mozilla.com, webrtc-reviews_webrtc.org
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Make the WARN_UNUSED_RESULT macro match the Chromium one. BUG=none Committed: https://crrev.com/3402bcda563ae445d8f0dc9afbc17d32254e5d2e Cr-Commit-Position: refs/heads/master@{#10259}

Patch Set 1 #

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

Messages

Total messages: 9 (2 generated)
dcheng
As an aside... can we somehow make it possible for Chrome engineers to make WebRTC ...
5 years, 2 months ago (2015-10-12 19:52:47 UTC) #2
jiayl2
On 2015/10/12 19:52:47, dcheng wrote: > As an aside... can we somehow make it possible ...
5 years, 2 months ago (2015-10-12 23:25:33 UTC) #3
jiayl2
lgtm rubber stamp
5 years, 2 months ago (2015-10-12 23:26:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1399313002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1399313002/1
5 years, 2 months ago (2015-10-12 23:27:12 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 2 months ago (2015-10-12 23:28:20 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/3402bcda563ae445d8f0dc9afbc17d32254e5d2e Cr-Commit-Position: refs/heads/master@{#10259}
5 years, 2 months ago (2015-10-12 23:28:32 UTC) #8
kjellander_chromium
5 years, 2 months ago (2015-10-13 06:56:07 UTC) #9
Message was sent while issue was closed.
On 2015/10/12 19:52:47, dcheng wrote:
> As an aside... can we somehow make it possible for Chrome engineers to make
> WebRTC changes inside src/third_party/webrtc?

This is unfortunately not possible since our master repo at
https://chromium.googlesource.com/external/webrtc/ is not mirrored in Chrome.
src/third_party/webrtc is the webrtc/ subdirectory of our master repo, similar
to
src/third_party/libjingle/source/talk being the talk/ subdirectory.

We currently have no one working on this, and I believe the master bug for the
effort is: https://code.google.com/p/webrtc/issues/detail?id=3379
With that solved, it would be easy to change to what you suggest (I'd love to
have that too). My suggestion is you comment in the bug :)

> Some platforms (like Windows) have a non-trivial setup cost and a non-trivial
> compile cost. In fact, when I tried fetch webrtc, it failed when it tried to
> call setup_links.py... because it needs admin privileges. Getting a checkout
of
> WebRTC should not require that you be an admin.

This is an unfortunate side-effect of how we re-use Chromium's build toolchain.
See https://code.google.com/p/webrtc/issues/detail?id=4911 for a discussion
around this. I'm open to another solution if anyone can figure out one. It might
be fixed if I can find time to work on
https://code.google.com/p/webrtc/issues/detail?id=5006

Powered by Google App Engine
This is Rietveld 408576698