From ba7d2c8e48711cf089c35745234d71574bc7ae7f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 21 Jun 2026 22:04:49 +0200 Subject: fixed some warnings when building with `-Wall` --- regc_lex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'regc_lex.c') diff --git a/regc_lex.c b/regc_lex.c index ae71884..2033913 100644 --- a/regc_lex.c +++ b/regc_lex.c @@ -1147,6 +1147,7 @@ newline(void) ^ static const chr *ch(NOPARMS); ^ #endif */ +#if 0 #ifdef REG_DEBUG static const chr * ch(void) @@ -1156,6 +1157,7 @@ ch(void) return chstr; } #endif +#endif /* - chrnamed - return the chr known by a given (chr string) name -- cgit v1.2.3