You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/03/07 19:23:35 UTC

[GitHub] [incubator-nuttx] patacongo commented on issue #478: nxglib: Remove warning "Assuming 24-bit color is not packed"

patacongo commented on issue #478: nxglib: Remove warning "Assuming 24-bit color is not packed"
URL: https://github.com/apache/incubator-nuttx/pull/478#issuecomment-596129291
 
 
   There is an issue with the graphics/nxglib/nxglib_fillrun.h header file.
   
   It is not really a header file.  It is a "template" of a C file that is included with some definitions to make a complete C file.  So it will NOT pass the tests for a header file.
   
   It is not clear how this case should be handled.  I believe we either have change the file name extension (but then it won't be checked at all) or change the extension to .c (which is misleading too).
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services