Gary-Hobson opened a new pull request, #14028:
URL: https://github.com/apache/nuttx/pull/14028

   ## Summary
   using static inline functions sometimes generates compilation warnings: 
nxfonts/nxfonts_bitmaps_sans23x27.c:168:50: warning: declaration of ‘ffs’ 
shadows a built-in function [-Wshadow]
     168 | static __attribute__((always_inline)) inline int ffs(int j)
   
   This problem also seems to exist in the Linux kernel: 
https://lore.kernel.org/all/[email protected]/
   
   ## Impact
   
   ## Testing
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to