One more warning I overlooked in #4228.
clang reports:
[202/372] Compiling C object libregex.a.p/ctags_gnu_regex_regex.c.o
In file included from ../ctags/gnu_regex/regex.c:63:
../ctags/gnu_regex/regex_internal.c:697:36: warning: variable 'q' set but not used [-Wunused-but-set-variable]
697 | const unsigned char *raw, *p, *q, *end;
| ^
https://github.com/geany/geany/pull/4232
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.