25087f0
Upstream, this is part of this commit:
25087f0
25087f0
commit 26761e9616f8a52aa14e7041ac9cbb0e139a1d83
25087f0
Author: Skef Iterum <iterumllc@skef.org>
25087f0
Date:   Thu May 13 05:33:44 2021 -0700
25087f0
25087f0
    Antlr 4 feature file parser and CMake build system
25087f0
25087f0
diff --git a/c/makeotf/makeotf_lib/source/hotconv/STAT.c b/c/makeotf/makeotf_lib/source/hotconv/STAT.c
25087f0
index a93cb6571ad14fab..7d31230cf87bd941 100644
25087f0
--- a/c/makeotf/makeotf_lib/source/hotconv/STAT.c
25087f0
+++ b/c/makeotf/makeotf_lib/source/hotconv/STAT.c
25087f0
@@ -301,7 +301,7 @@ void STATAddDesignAxis(hotCtx g, Tag tag, uint16_t nameID, uint16_t ordering) {
25087f0
 
25087f0
     // Currently registered tags are 'wght', 'wdth', 'opsz', 'ital', 'slnt'
25087f0
     char tagString[4] = {TAG_ARG(tag)};
25087f0
-    const uint32_t *regTags[5] = {
25087f0
+    const uint32_t regTags[5] = {
25087f0
                                   TAG('i', 't', 'a', 'l'),
25087f0
                                   TAG('o', 'p', 's', 'z'),
25087f0
                                   TAG('s', 'l', 'n', 't'),