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

Issue 12480002: Fixing some warnings on Linux (Closed)

Created:
7 years, 9 months ago by sugoi1
Modified:
7 years, 9 months ago
Reviewers:
bsalomon, sugoi, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Fixing some warnings on Linux There were only a few warnings left, so I fixed them and enabled the unused variable warning by removing the "-Wno-unused" flag. Only the -Wno-unused-parameter remains for now (could be removed later). Committed: https://code.google.com/p/skia/source/detail?r=8030

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 9

Patch Set 10 : #

Total comments: 7

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -24 lines) Patch
M bench/benchmain.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M gm/gmmain.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -0 lines 0 comments Download
M gyp/common_conditions.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -1 line 0 comments Download
M include/views/SkWidget.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleLines.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleOvalTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SamplePathClip.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleSlides.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleTextAlpha.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleUnitMapper.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleVertices.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M src/animator/SkAnimator.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M src/animator/SkScriptTokenizer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +5 lines, -4 lines 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/gr_unittests.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +3 lines, -1 line 0 comments Download
M src/ports/SkFontHost_fontconfig.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -1 line 0 comments Download
M src/views/SkWidgets.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M src/views/animated/SkScrollBarView.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M src/views/unix/SkOSWindow_Unix.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
sugoi
https://codereview.chromium.org/12480002/diff/1/src/gpu/gr_unittests.cpp File src/gpu/gr_unittests.cpp (right): https://codereview.chromium.org/12480002/diff/1/src/gpu/gr_unittests.cpp#newcode39 src/gpu/gr_unittests.cpp:39: GrAssert(index < 0); This code does nothing in RELEASE ...
7 years, 9 months ago (2013-03-05 21:21:27 UTC) #1
sugoi
https://codereview.chromium.org/12480002/diff/1/gyp/utils.gyp File gyp/utils.gyp (right): https://codereview.chromium.org/12480002/diff/1/gyp/utils.gyp#newcode252 gyp/utils.gyp:252: ['skia_os in ["android", "linux", "freebsd", "openbsd", "solaris", "nacl"]', { ...
7 years, 9 months ago (2013-03-05 21:39:35 UTC) #2
sugoi
I sent the patch to all non mac, non windows trybots. Hopefully, I'll get all ...
7 years, 9 months ago (2013-03-05 21:51:16 UTC) #3
bsalomon
On 2013/03/05 21:51:16, sugoi wrote: > I sent the patch to all non mac, non ...
7 years, 9 months ago (2013-03-05 21:57:54 UTC) #4
sugoi
I'm going to ignore the original lgtm, as this cl has become a lot larger ...
7 years, 9 months ago (2013-03-06 16:14:59 UTC) #5
sugoi
Ok, so for treating warnings as errors, I chickened out for now. I changed this ...
7 years, 9 months ago (2013-03-07 15:16:37 UTC) #6
bsalomon
On 2013/03/07 15:16:37, sugoi wrote: > Ok, so for treating warnings as errors, I chickened ...
7 years, 9 months ago (2013-03-07 15:20:58 UTC) #7
sugoi
On 2013/03/07 15:20:58, bsalomon wrote: > 1) Someone should confirm the PDF 999...9LL change I ...
7 years, 9 months ago (2013-03-07 15:34:59 UTC) #8
bsalomon
On 2013/03/07 15:34:59, sugoi wrote: > On 2013/03/07 15:20:58, bsalomon wrote: > > 2) Everytwhere ...
7 years, 9 months ago (2013-03-07 15:47:33 UTC) #9
sugoi
On 2013/03/07 15:47:33, bsalomon wrote: > SK_OVERRIDE didn't exist when these headers were written. I ...
7 years, 9 months ago (2013-03-07 15:55:49 UTC) #10
sugoi
I'm having some trouble using the buildbots for some reason, so I just removed SkPDFCatalog.cpp ...
7 years, 9 months ago (2013-03-07 20:52:02 UTC) #11
sugoi1
7 years, 9 months ago (2013-03-07 20:53:09 UTC) #12
Message was sent while issue was closed.
Committed patchset #15 manually as r8030 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698