mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Silence a warning from Clang >=15 about an unused local variable
The assembly code uses t only on some architectures. Fixes #7166. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
3
ChangeLog.d/clang-15-bignum-warning.txt
Normal file
3
ChangeLog.d/clang-15-bignum-warning.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
Bugfix
|
||||
* Silence a warning about an unused local variable in bignum.c on
|
||||
some architectures. Fixes #7166.
|
Reference in New Issue
Block a user