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

Issue 28163003: mac: Enable -Wunused-const-variable. (Closed)

Created:
7 years, 2 months ago by Nico
Modified:
7 years, 2 months ago
Reviewers:
hans
CC:
chromium-reviews
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M build/common.gypi View 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_sync_service.cc View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/prefs/pref_metrics_service.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Nico
7 years, 2 months ago (2013-10-18 05:33:13 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/28163003/110001
7 years, 2 months ago (2013-10-18 05:37:19 UTC) #2
Nico
Committed patchset #4 manually as r229395.
7 years, 2 months ago (2013-10-18 13:17:50 UTC) #3
tonyg
I think this patch broke the perf bots (or possibly https://codereview.chromium.org/27374002). http://build.chromium.org/p/chromium.perf/builders/Mac%20Builder/builds/51227/steps/compile/logs/stdio /b/build/slave/chromium-rel-mac-builder/build/src/chrome/renderer/media/chrome_key_systems.cc:39:12: error: unused ...
7 years, 2 months ago (2013-10-18 20:52:13 UTC) #4
Nico
All main waterfall bots look happy. Does the perf waterfall build stuff that isn't build ...
7 years, 2 months ago (2013-10-18 21:00:46 UTC) #5
Nico
Oh, I guess the CQ landed https://codereview.chromium.org/27374002 with tryjobs that didn't have my change yet ...
7 years, 2 months ago (2013-10-18 21:01:50 UTC) #6
acolwell GONE FROM CHROMIUM
On 2013/10/18 20:52:13, tonyg wrote: > I think this patch broke the perf bots (or ...
7 years, 2 months ago (2013-10-18 21:08:36 UTC) #7
Nico
This warning is emitted prior to optimizations. The perf bot gyps with "ffmpeg_branding=Chrome proprietary_codecs=1" which ...
7 years, 2 months ago (2013-10-18 21:11:27 UTC) #8
Nico
7 years, 2 months ago (2013-10-18 21:28:26 UTC) #9
https://codereview.chromium.org/28053006


On Fri, Oct 18, 2013 at 2:11 PM, Nico Weber <thakis@chromium.org> wrote:

> This warning is emitted prior to optimizations.
>
> The perf bot gyps with "ffmpeg_branding=Chrome proprietary_codecs=1" which
> is probably why it's special. I'm trying to repro this locally.
>
>
> On Fri, Oct 18, 2013 at 2:08 PM, <acolwell@chromium.org> wrote:
>
>> On 2013/10/18 20:52:13, tonyg wrote:
>>
>>> I think this patch broke the perf bots (or possibly
>>>
https://codereview.chromium.**org/27374002<https://codereview.chromium.org/27...
>>> ).
>>>
>>
>>
>> http://build.chromium.org/p/**chromium.perf/builders/Mac%**
>>
2520Builder/builds/51227/**steps/compile/logs/stdio<http://build.chromium.org/p/chromium.perf/builders/Mac%2520Builder/builds/51227/steps/compile/logs/stdio>
>>
>>
>>
>> /b/build/slave/chromium-rel-**mac-builder/build/src/chrome/**
>> renderer/media/chrome_key_**systems.cc:39:12:
>>
>>> error: unused variable 'kAvc1Avc3' [-Werror,-Wunused-const-**
>>> variable,24]
>>>   const char kAvc1Avc3[] = "avc1,avc3";
>>>              ^
>>> 1 error generated.
>>>
>>
>>
>>  ** BUILD FAILED **
>>>
>>
>> The constant is referenced on line 167. Unless the compiler is doing crazy
>> cross-function optimization, I don't see why it would report this.
>>
>>
https://codereview.chromium.**org/28163003/<https://codereview.chromium.org/2...
>>
>
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698