mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
Mark an argument as unused
This commit is contained in:
parent
601d3806c9
commit
a98c6fdd92
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ struct ClipBoxFormat1
|
|||
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.yMin = yMin;
|
||||
|
|
Loading…
Add table
Reference in a new issue