* src/base/ftdebug.c (FT_Throw): Restore missing `FT_UNUSED' calls.
This commit is contained in:
parent
aff04e91f6
commit
9a323e4762
|
@ -1,3 +1,7 @@
|
|||
2018-08-31 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/base/ftdebug.c (FT_Throw): Restore missing `FT_UNUSED' calls.
|
||||
|
||||
2018-08-31 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/base/ftdebug.c (FT_Throw): Reduce chattiness.
|
||||
|
|
|
@ -95,6 +95,10 @@
|
|||
line,
|
||||
error,
|
||||
FT_Error_String( error ) );
|
||||
#else
|
||||
FT_UNUSED( error );
|
||||
FT_UNUSED( line );
|
||||
FT_UNUSED( file );
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue