Mark an argument as unused

This commit is contained in:
Matthias Clasen 2022-12-16 14:04:54 -05:00 committed by Behdad Esfahbod
parent 601d3806c9
commit a98c6fdd92
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ struct ClipBoxFormat1
return_trace (c->check_struct (this)); return_trace (c->check_struct (this));
} }
void get_clip_box (ClipBoxData &clip_box, const VarStoreInstancer &instancer) const void get_clip_box (ClipBoxData &clip_box, const VarStoreInstancer &instancer HB_UNUSED) const
{ {
clip_box.xMin = xMin; clip_box.xMin = xMin;
clip_box.yMin = yMin; clip_box.yMin = yMin;