One more warning I overlooked in https://github.com/geany/geany/pull/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;
| ^
```
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/4232
-- Commit Summary --
* regex: Remove unused variable
-- File Changes --
M ctags/gnu_regex/regex_internal.c (4)
-- Patch Links --
https://github.com/geany/geany/pull/4232.patch
https://github.com/geany/geany/pull/4232.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4232
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/[email protected]>