You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/02/01 14:03:09 UTC

[GitHub] mkiiskila opened a new pull request #1628: mbedtls; fix build warning of uninitialized variable.

mkiiskila opened a new pull request #1628: mbedtls; fix build warning of uninitialized variable.
URL: https://github.com/apache/mynewt-core/pull/1628
 
 
   Error: repos/apache-mynewt-core/crypto/mbedtls/src/x509_crt.c: In function 'x509_crt_find_parent_in':
   repos/apache-mynewt-core/crypto/mbedtls/src/x509_crt.c:2097:30: error: 'signature_is_good' may be used uninitialized in this function [-Werror=maybe-uninitialized]
            *r_signature_is_good = signature_is_good;
            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
   cc1: all warnings being treated as errors
   
   exit status 1
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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