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

Issue 1510233002: clang/win: Fix -Wextra warnings in webrtc. (Closed)

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

Description

clang/win: Fix -Wextra warnings in webrtc. Fixes one sign mismatch warning, and one "const has no effect and is ignored" warning. BUG=chromium:567877 Committed: https://crrev.com/61a90f94b60979a1f5569ea71739e233455e296f Cr-Commit-Position: refs/heads/master@{#10976}

Patch Set 1 #

Patch Set 2 : onemore #

Patch Set 3 : debug #

Total comments: 2

Patch Set 4 : comments #

Total comments: 3

Patch Set 5 : backto1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M webrtc/base/sec_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/systeminfo.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc View 1 2 4 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (10 generated)
Nico
5 years ago (2015-12-09 15:47:58 UTC) #2
Nico
+perkj too in case he's in a better timezone than sergeyu (who might not be ...
5 years ago (2015-12-09 15:55:06 UTC) #4
Sergey Ulanov
lgtm, but please see my suggestion https://codereview.webrtc.org/1510233002/diff/40001/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc File webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc (right): https://codereview.webrtc.org/1510233002/diff/40001/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc#newcode239 webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc:239: assert(tls_index_.Value() != static_cast<int32_t>(TLS_OUT_OF_INDEXES)); ...
5 years ago (2015-12-09 20:50:42 UTC) #5
Nico
https://codereview.webrtc.org/1510233002/diff/40001/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc File webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc (right): https://codereview.webrtc.org/1510233002/diff/40001/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc#newcode239 webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc:239: assert(tls_index_.Value() != static_cast<int32_t>(TLS_OUT_OF_INDEXES)); done
5 years ago (2015-12-09 21:11:26 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1510233002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1510233002/60001
5 years ago (2015-12-09 21:42:09 UTC) #9
Sergey Ulanov
https://codereview.webrtc.org/1510233002/diff/60001/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc File webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc (right): https://codereview.webrtc.org/1510233002/diff/60001/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc#newcode36 webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc:36: int32_t kTlsIndexNotSet = 0; // Should not be a ...
5 years ago (2015-12-09 22:31:51 UTC) #10
Nico
https://codereview.webrtc.org/1510233002/diff/60001/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc File webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc (right): https://codereview.webrtc.org/1510233002/diff/60001/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc#newcode36 webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc:36: int32_t kTlsIndexNotSet = 0; // Should not be a ...
5 years ago (2015-12-10 15:05:46 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1510233002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1510233002/80001
5 years ago (2015-12-10 15:06:03 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) linux_baremetal on ...
5 years ago (2015-12-10 17:06:29 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1510233002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1510233002/80001
5 years ago (2015-12-10 17:20:44 UTC) #19
Sergey Ulanov
https://codereview.webrtc.org/1510233002/diff/60001/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc File webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc (right): https://codereview.webrtc.org/1510233002/diff/60001/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc#newcode36 webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc:36: int32_t kTlsIndexNotSet = 0; // Should not be a ...
5 years ago (2015-12-10 17:29:55 UTC) #20
Nico
On 2015/12/10 17:29:55, Sergey Ulanov wrote: > https://codereview.webrtc.org/1510233002/diff/60001/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc > File webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc > (right): > > ...
5 years ago (2015-12-10 17:34:19 UTC) #21
Nico
...also, do you know what's up with the _baremetal bots not kicking off any builds? ...
5 years ago (2015-12-10 17:34:49 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years ago (2015-12-10 18:50:31 UTC) #23
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/61a90f94b60979a1f5569ea71739e233455e296f Cr-Commit-Position: refs/heads/master@{#10976}
5 years ago (2015-12-10 18:50:42 UTC) #25
kjellander_webrtc
5 years ago (2015-12-11 09:59:21 UTC) #26
Message was sent while issue was closed.
On 2015/12/10 17:34:49, Nico wrote:
> ...also, do you know what's up with the _baremetal bots not kicking off any
> builds? Do I need to NOTRY=true this?

This was caused by them having too long queues, causing the jobs to time out.
We're running over the limit of our capacity at peak hours, which is
unfortunate. I haven't been able to spend enough time addressing those problems
(getting analyze to work is my best bet:
https://code.google.com/p/chromium/issues/detail?id=482463).

Powered by Google App Engine
This is Rietveld 408576698