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/05/01 14:32:32 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #936: sim: Suppress "has no symbols" warnings for macOS

xiaoxiang781216 opened a new pull request #936:
URL: https://github.com/apache/incubator-nuttx/pull/936


   Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
   
   ## Summary
   Fix the same issue as:
   https://github.com/apache/incubator-nuttx/pull/933
   But the approach is more general.
   
   ## Impact
   
   ## Testing
   
   


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



[GitHub] [incubator-nuttx] yamt commented on pull request #936: sim: Suppress "has no symbols" warnings for macOS

Posted by GitBox <gi...@apache.org>.
yamt commented on pull request #936:
URL: https://github.com/apache/incubator-nuttx/pull/936#issuecomment-622651117


   i feel this is a too ugly hack to just to suppress a warning.
   it even affects the binary.
   it's better to have a wrapper with "| grep -v those_warning".
   


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