[Github-comments] [geany/geany] Highlight C function names (patch available) (#1231)
Colomban Wendling
notifications at xxxxx
Fri Sep 16 08:54:43 UTC 2016
> @elextr just want to mention that usually no one use such prototypes, usually parameters names present in prototypes;
In C++ it's common to leave a parameter name out even in the function definition, as @elextr to avoid "unused parameter" warnings (e.g. when overriding a method, or writing a callback function or some other things with a forced signature).
In C it's a little less common to see prototypes without parameter names, but it isn't rare either, some people use this style in all headers.
--
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/issues/1231#issuecomment-247551099
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160916/d4ec447f/attachment.html>
More information about the Github-comments
mailing list