summaryrefslogtreecommitdiff
path: root/src/truetype/ttgxvar.c
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/truetype/ttgxvar.c
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/truetype/ttgxvar.c')
-rw-r--r--src/truetype/ttgxvar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c
index 60a0095b6..20d27ee42 100644
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -4565,7 +4565,7 @@
#else /* !TT_CONFIG_OPTION_GX_VAR_SUPPORT */
/* ANSI C doesn't like empty source files */
- typedef int _tt_gxvar_dummy;
+ typedef int tt_gxvar_dummy_;
#endif /* !TT_CONFIG_OPTION_GX_VAR_SUPPORT */