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/04/17 02:08:49 UTC

[GitHub] [incubator-nuttx-apps] liuguo09 opened a new pull request #184: Fix bas_program.c build warning under macos

liuguo09 opened a new pull request #184: Fix bas_program.c build warning under macos
URL: https://github.com/apache/incubator-nuttx-apps/pull/184
 
 
   bas_program.c:234:35: error: adding 'size_t' (aka 'unsigned long') to a string does not append to the string [-Werror,-Wstring-plus-int]
         FS_putChars(chn, "        " + len);
                          ~~~~~~~~~~~^~~~~
   bas_program.c:234:35: note: use array indexing to silence this warning
         FS_putChars(chn, "        " + len);
                                     ^
                          &          [    ]
   1 error generated.
   
   Signed-off-by: liuhaitao <li...@xiaomi.com>

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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #184: Fix bas_program.c build warning under macos

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #184: Fix bas_program.c build warning under macos
URL: https://github.com/apache/incubator-nuttx-apps/pull/184
 
 
   

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

[GitHub] [incubator-nuttx-apps] yamt commented on issue #184: Fix bas_program.c build warning under macos

Posted by GitBox <gi...@apache.org>.
yamt commented on issue #184: Fix bas_program.c build warning under macos
URL: https://github.com/apache/incubator-nuttx-apps/pull/184#issuecomment-615068515
 
 
   lgtm

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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #184: Fix bas_program.c build warning under macos

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #184: Fix bas_program.c build warning under macos
URL: https://github.com/apache/incubator-nuttx-apps/pull/184#issuecomment-615133731
 
 
   Since the modification is minor but github action is unstable now, let's merge this PR to unblock the warning as error PR:
   https://github.com/apache/incubator-nuttx-testing/pull/34

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