summaryrefslogtreecommitdiff
path: root/sfntly/table/core/cmap_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sfntly/table/core/cmap_table.h')
-rw-r--r--sfntly/table/core/cmap_table.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sfntly/table/core/cmap_table.h b/sfntly/table/core/cmap_table.h
index 2242613..bfd69aa 100644
--- a/sfntly/table/core/cmap_table.h
+++ b/sfntly/table/core/cmap_table.h
@@ -312,7 +312,9 @@ public:
int32_t EntryCount(int32_t sub_header_index);
int32_t IdRangeOffset(int32_t sub_header_index);
int32_t IdDelta(int32_t sub_header_index);
- void Iterator(CMapTable::CMap::CharacterIterator* output) { }
+ void Iterator(CMapTable::CMap::CharacterIterator* output) {
+ UNREFERENCED_PARAMETER(output);
+ }
};
// CMapTable::Builder