summaryrefslogtreecommitdiff
path: root/src/autofit
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2023-02-26 20:18:54 +0100
committerWerner Lemberg <wl@gnu.org>2023-02-26 20:18:54 +0100
commitd399657f1ba6b4c6898317cd35c6934fe487ca62 (patch)
treedb37298c8f80e0f5355e7b6e36f0e8a10424e332 /src/autofit
parentf19ab673273b33078904f53c29d1a1d837793213 (diff)
downloadfreetype2-d399657f1ba6b4c6898317cd35c6934fe487ca62.tar.gz
* src/*: Replace leading underscores with trailing ones in dummy variables.
This is to avoid clang warnings.
Diffstat (limited to 'src/autofit')
-rw-r--r--src/autofit/ft-hb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autofit/ft-hb.c b/src/autofit/ft-hb.c
index 09a8401c4..71aee0455 100644
--- a/src/autofit/ft-hb.c
+++ b/src/autofit/ft-hb.c
@@ -108,7 +108,7 @@ hb_ft_font_create_ (FT_Face ft_face,
#else /* !FT_CONFIG_OPTION_USE_HARFBUZZ */
/* ANSI C doesn't like empty source files */
-typedef int _ft_hb_dummy;
+typedef int ft_hb_dummy_;
#endif /* !FT_CONFIG_OPTION_USE_HARFBUZZ */