Clean up compiler warnings
* src/sfnt.c (sfnt_multiply_divide_signed): Add MAYBE_UNUSED.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user