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/10/31 13:29:48 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #872: testing/ostest: Fix the compiler warning

xiaoxiang781216 commented on a change in pull request #872:
URL: https://github.com/apache/incubator-nuttx-apps/pull/872#discussion_r739811515



##########
File path: testing/ostest/aio.c
##########
@@ -219,7 +219,7 @@ static int remove_done(void)
         {
           /* Check if the I/O has completed */
 
-          printf("  list[%d]. result = %d\n", i, aiocbp->aio_result);
+          printf("  list[%d]. result = %ld\n", i, aiocbp->aio_result);

Review comment:
       Done.




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