pkarashchenko commented on pull request #5518:
URL: https://github.com/apache/incubator-nuttx/pull/5518#issuecomment-1044094533


   > declare all function as void * because it's hard to create the right 
declaration in a general script.
   
   Yes. But as an alternative we can generate all prototypes as `void f(void);` 
instead of `extern void *f;` so most probably the warning will go away


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to