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

Issue 10867058: Try warnings as errors again, except on Official (Closed)

Created:
8 years, 4 months ago by scottmg
Modified:
8 years, 3 months ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Retry of warnings-as-errors for Windows third_party. Same as patch here: https://chromiumcodereview.appspot.com/10827429/ except that warnings as errors is off if buildtype=Official. The previous CL was OK everywhere that's visible on build.chromium.org including "Official" but fails on internal builds. R=thakis@chromium.org BUG=126483, 140121, 143877 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=153278

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase? not sure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -5 lines) Patch
M DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M build/common.gypi View 2 chunks +16 lines, -1 line 0 comments Download
M skia/skia.gyp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/leveldatabase/env_chromium.cc View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/lzma_sdk/CpuArch.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/lzma_sdk/README.chromium View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/mesa/mesa.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/qcms/qcms.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/yasm/yasm.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/memory_watcher/memory_watcher.gyp View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scottmg
https://chromiumcodereview.appspot.com/10867058/diff/1/build/common.gypi File build/common.gypi (right): https://chromiumcodereview.appspot.com/10867058/diff/1/build/common.gypi#newcode1692 build/common.gypi:1692: 'conditions': [ Only difference from previous CL is this ...
8 years, 4 months ago (2012-08-24 18:44:30 UTC) #1
Nico
Lgtm You probably want to unconditionality add this to the PDF vendor code too, so ...
8 years, 4 months ago (2012-08-24 19:05:03 UTC) #2
scottmg
Thanks. Trying to get access to pdf code, but I guess someone will yell at ...
8 years, 4 months ago (2012-08-24 19:06:06 UTC) #3
rvargas (doing something else)
This broke building the sandbox code under 64 bit. 1>------ Build started: Project: modp_b64, Configuration: ...
8 years, 3 months ago (2012-08-28 23:53:08 UTC) #4
scottmg
8 years, 3 months ago (2012-08-28 23:55:24 UTC) #5
On 2012/08/28 23:53:08, rvargas wrote:
> This broke building the sandbox code under 64 bit.
> 
> 1>------ Build started: Project: modp_b64, Configuration: Debug x64 ------
> 1>Compiling...
> 1>modp_b64.cc
> 1>d:\src\ch1\src\third_party\modp_b64\modp_b64.h(137) : error C2220: warning
> treated as error - no 'object' file generated
> 1>d:\src\ch1\src\third_party\modp_b64\modp_b64.h(137) : warning C4267:
> 'argument' : conversion from 'size_t' to 'int', possible loss of data
> 1>d:\src\ch1\src\third_party\modp_b64\modp_b64.h(155) : warning C4267:
> 'argument' : conversion from 'size_t' to 'int', possible loss of data
> 
> ----------------------
> 
> Note that this is not a configuration that we test in the waterfall, but it is
a
> supported configuration, required for NACL.
> 
> On second thoughts, it may be just a case of an undesired dependency on
modp_b64
> somewhere.

Sorry about that. If the warning's not easily fixable nor the dependency
removable we can add an exception similar to:
https://chromiumcodereview.appspot.com/10867058/diff/4001/third_party/mesa/me...

Powered by Google App Engine
This is Rietveld 408576698