aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2014-11-24 09:05:35 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-24 09:05:35 -0800
commit01c412e40ac4caa8df073b5235e22deb6f380b2b (patch)
treec868610406083a4f6427b99c70a4f8e3f05423bd /include
parent0ef7ba2a43a41e8e1e49a5187073db6dcca345b4 (diff)
Remove android-framework-only unused parameter.
Allows -Werror=unused-parameter to build on android framework. Review URL: https://codereview.chromium.org/757633002
Diffstat (limited to 'include')
-rw-r--r--include/core/SkShader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index 151511884a..e9911cef81 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -403,7 +403,7 @@ public:
* If the shader is a custom shader which has data the caller might want, call this function
* to get that data.
*/
- virtual bool asACustomShader(void** customData) const { return false; }
+ virtual bool asACustomShader(void** /* customData */) const { return false; }
#endif
//////////////////////////////////////////////////////////////////////////