mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-01 08:08:17 +02:00
* src/base/ftdebug.c (FT_Throw): Restore missing `FT_UNUSED' calls.
This commit is contained in:
parent
aff04e91f6
commit
9a323e4762
2 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue