mniestroj opened a new pull request #82:
URL: https://github.com/apache/mynewt-mcumgr/pull/82


   Following warning message appears when building Zephyr for qemu_x86 platform:
   
     /zephyr/include/logging/log_core.h:238:10: warning: format '%x' \
       expects argument of type 'unsigned int', but argument 3 has type \
       'long unsigned int' [-Wformat=]
   
   Suppress that by casting to unsigned int.
   
   Signed-off-by: Marcin Niestroj <m.niest...@grinn-global.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:
us...@infra.apache.org


Reply via email to