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 2022/03/26 17:00:29 UTC

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1091: apps: fix compile warning

pkarashchenko commented on a change in pull request #1091:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1091#discussion_r835785981



##########
File path: testing/scanftest/scanftest_main.c
##########
@@ -1396,7 +1396,7 @@ int main(int argc, FAR char *argv[])
           sscanf(type_data[t].input, type_data[t].format, &nou);
           if (type_data[t].value.u != nou)
             {
-              printf("Test #%u assigned %nou instead of %lli.\n",
+              printf("Test #%u assigned %uou instead of %lli.\n",

Review comment:
       ```suggestion
                 printf("Test #%u assigned %u instead of %lli.\n",
   ```




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