pkarashchenko edited a comment on pull request #5659:
URL: https://github.com/apache/incubator-nuttx/pull/5659#issuecomment-1056720815


   @xiaoxiang781216 seems that after toolchain update CI is not passing anymore
   ```
   mmcsd/mmcsd_spi.c:223:28: note: while referencing 'g_mmcsdslot' 
   
   529 223 | static struct mmcsd_slot_s g_mmcsdslot[CONFIG_MMCSD_NSLOTS]; 
   
   530 | ^~~~~~~~~~~ 
   
   531Error: mmcsd/mmcsd_spi.c:2007:22: error: array subscript slotno is 
outside array bounds of 'struct mmcsd_slot_s[0]' [-Werror=array-bounds] 
   
   532 2007 | slot = &g_mmcsdslot[slotno]; 
   
   533 | ~~~~~~~~~~~^~~~~~~~
   
   ```


-- 
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