MariuszSkamra opened a new pull request, #3347:
URL: https://github.com/apache/mynewt-core/pull/3347

   This disables maybe-uninitialized errors in tinycrypt library to fix 
spurious compilation errors.
   
   Error: In function 'uECC_vli_modMult_fast',
       inlined from 'uECC_vli_modSquare_fast' at 
repos/apache-mynewt-core/crypto/tinycrypt/src/ecc.c:386:2,
       inlined from 'XYcZ_addC' at 
repos/apache-mynewt-core/crypto/tinycrypt/src/ecc.c:702:2:
   repos/apache-mynewt-core/crypto/tinycrypt/src/ecc.c:377:9: error: 't5' may 
be used uninitialized [-Werror=maybe-uninitialized]
     377 |         uECC_vli_mult(product, left, right, curve->num_words);
         |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to