Clean up compiler warnings
* src/sfnt.c (sfnt_multiply_divide_signed): Add MAYBE_UNUSED.
This commit is contained in:
parent
7b43566a28
commit
5a3ce490b9
1 changed files with 1 additions and 1 deletions
|
@ -3210,7 +3210,7 @@ sfnt_multiply_divide (unsigned int a, unsigned int b, unsigned int c)
|
|||
/* The same as sfnt_multiply_divide, but handle signed values
|
||||
instead. */
|
||||
|
||||
static int
|
||||
static MAYBE_UNUSED int
|
||||
sfnt_multiply_divide_signed (int a, int b, int c)
|
||||
{
|
||||
int sign;
|
||||
|
|
Loading…
Add table
Reference in a new issue