From 8abbb2bca147ef15862752d99e20a487941ddfb3 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 24 Mar 2024 07:22:50 -0400 Subject: [PATCH] unused variable warning fix --- src/glyphs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/glyphs.c b/src/glyphs.c index d4dc953f6..f38f2697b 100644 --- a/src/glyphs.c +++ b/src/glyphs.c @@ -99,14 +99,13 @@ glyphrep_to_custom_map_entries(const char *op, int *glyphptr) { to_custom_symbol_find = zero_find; char buf[BUFSZ], *c_glyphid, *c_unicode, *c_colorval, *cp; - int milestone, reslt = 0; + int reslt = 0; long rgb = 0L; boolean slash = FALSE, colon = FALSE; if (!glyphid_cache) reslt = 1; /* for debugger use only; no cache available */ - milestone = 0; Snprintf(buf, sizeof buf, "%s", op); c_unicode = c_colorval = (char *) 0; c_glyphid = cp = buf; @@ -120,7 +119,6 @@ glyphrep_to_custom_map_entries(const char *op, int *glyphptr) slash = TRUE; *cp = '\0'; } - milestone++; } cp++; if (colon) {