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

Issue 726923002: Enable unused param checking for public includes. (Closed)

Created:
6 years, 1 month ago by djsollen
Modified:
6 years, 1 month ago
Reviewers:
mtklein, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Enable unused param checking for public includes. This CL cleans up the existing violations and enables the build time check to ensure that we don't regress. The motiviation behind this change is to allow clients who include our headers to be able to build with this warning enabled. Committed: https://skia.googlesource.com/skia/+/c87dd2ce965cd1bbc8a74abe0c141658a469d7f2

Patch Set 1 #

Patch Set 2 : fix errors #

Total comments: 8

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -33 lines) Patch
M gyp/tools.gyp View 1 chunk +3 lines, -1 line 0 comments Download
M include/core/SkCanvas.h View 2 chunks +3 lines, -3 lines 0 comments Download
M include/core/SkDevice.h View 2 chunks +3 lines, -3 lines 0 comments Download
M include/core/SkImageDecoder.h View 2 chunks +5 lines, -4 lines 0 comments Download
M include/core/SkPixelRef.h View 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkShader.h View 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkStream.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/core/SkTArray.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M include/effects/SkGradientShader.h View 5 chunks +5 lines, -5 lines 0 comments Download
M include/gpu/GrColor.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrContext.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M include/ports/SkFontConfigInterface.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/utils/SkCamera.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/utils/SkDeferredCanvas.h View 1 chunk +1 line, -2 lines 0 comments Download
M include/views/SkView.h View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
djsollen
6 years, 1 month ago (2014-11-14 15:27:44 UTC) #2
djsollen
6 years, 1 month ago (2014-11-14 16:19:22 UTC) #4
mtklein
https://codereview.chromium.org/726923002/diff/20001/include/core/SkTArray.h File include/core/SkTArray.h (left): https://codereview.chromium.org/726923002/diff/20001/include/core/SkTArray.h#oldcode471 include/core/SkTArray.h:471: SkASSERT(atIndex == array->count()); This seems like a loss. Seems ...
6 years, 1 month ago (2014-11-14 16:30:15 UTC) #5
djsollen
https://codereview.chromium.org/726923002/diff/20001/include/core/SkTArray.h File include/core/SkTArray.h (left): https://codereview.chromium.org/726923002/diff/20001/include/core/SkTArray.h#oldcode471 include/core/SkTArray.h:471: SkASSERT(atIndex == array->count()); On 2014/11/14 16:30:15, mtklein wrote: > ...
6 years, 1 month ago (2014-11-14 18:55:23 UTC) #6
mtklein
lgtm
6 years, 1 month ago (2014-11-14 18:57:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/726923002/40001
6 years, 1 month ago (2014-11-14 19:02:50 UTC) #9
commit-bot: I haz the power
6 years, 1 month ago (2014-11-14 19:11:50 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/c87dd2ce965cd1bbc8a74abe0c141658a469d7f2

Powered by Google App Engine
This is Rietveld 408576698