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 2021/09/17 12:55:19 UTC

[GitHub] [incubator-nuttx] acassis commented on pull request #4569: MPFS emmcsd

acassis commented on pull request #4569:
URL: https://github.com/apache/incubator-nuttx/pull/4569#issuecomment-921774283


   @jrosberg it is failing because this warning:
   ```
   Building NuttX...
   In file included from mmcsd/mmcsd_spi.c:39:
   mmcsd/mmcsd_spi.c: In function 'mmcsd_read':
   Error: mmcsd/mmcsd_spi.c:1300:9: error: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Werror=format=]
      finfo("Read %d bytes:\n", nbytes);
            ^~~~~~~~~~~~~~~~~~  ~~~~~~
   ```


-- 
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-unsubscribe@nuttx.apache.org

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