```
../../ctags/main/lregex.c:656:13: warning: no previous prototype for
'printRegexKinds' [-Wmissing-prototypes]
extern void printRegexKinds (const langType language CTAGS_ATTR_UNUSED,
boolean indent CTAGS_ATTR_UNUSED)
^~~~~~~~~~~~~~~
../../ctags/main/read.c:605:14: warning: no previous prototype for
'readLineFromBypass' [-Wmissing-prototypes]
extern char *readLineFromBypass (
^~~~~~~~~~~~~~~~~~
```
Suggests unused or missing their header inclusion.
```
../../ctags/main/main.c:125:13: warning: 'printTotals' defined but not used
[-Wunused-function]
static void printTotals (const clock_t *const timeStamps)
^~~~~~~~~~~
```
No biggie either, but maybe worth noting.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1160#issuecomment-245717654