[Github-comments] [geany/geany] Ctags sync, part 1 (#1160)
Colomban Wendling
notifications at xxxxx
Thu Sep 8 19:47:27 UTC 2016
```
../../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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160908/946069ea/attachment.html>
More information about the Github-comments
mailing list