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

Unified Diff: include/ports/SkFontConfigInterface.h

Issue 726923002: Enable unused param checking for public includes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/gpu/GrContext.h ('k') | include/utils/SkCamera.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/ports/SkFontConfigInterface.h
diff --git a/include/ports/SkFontConfigInterface.h b/include/ports/SkFontConfigInterface.h
index c596267db415001668c6d390f6391a1b7a0ddbdc..7a77b16e35c7f77952de917062dd782c00a71ab2 100644
--- a/include/ports/SkFontConfigInterface.h
+++ b/include/ports/SkFontConfigInterface.h
@@ -105,8 +105,8 @@ public:
// New APIS, which have default impls for now (which do nothing)
virtual SkDataTable* getFamilyNames() { return SkDataTable::NewEmpty(); }
- virtual bool matchFamilySet(const char inFamilyName[],
- SkString* outFamilyName,
+ virtual bool matchFamilySet(const char[] /*inFamilyName*/,
+ SkString* /*outFamilyName*/,
SkTArray<FontIdentity>*) {
return false;
}
« no previous file with comments | « include/gpu/GrContext.h ('k') | include/utils/SkCamera.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698