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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to