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/16 15:43:39 UTC

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #808: Fix sixlowpan_framer.c build warnings under macos

liuguo09 opened a new pull request #808: Fix sixlowpan_framer.c build warnings under macos
URL: https://github.com/apache/incubator-nuttx/pull/808
 
 
   sixlowpan/sixlowpan_framer.c:104:20: warning: unused function 'sixlowpan_saddrnull'
         [-Wunused-function]
   static inline bool sixlowpan_saddrnull(FAR const uint8_t *saddr)
                      ^
   sixlowpan/sixlowpan_framer.c:124:20: warning: unused function 'sixlowpan_eaddrnull'
         [-Wunused-function]
   static inline bool sixlowpan_eaddrnull(FAR const uint8_t *eaddr)
                      ^
   2 warnings 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] xiaoxiang781216 merged pull request #808: Fix sixlowpan_framer.c build warnings under macos

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

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