-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
bugcomponent-tls13size-xsEstimated task size: extra small (a few hours at most)Estimated task size: extra small (a few hours at most)
Description
mbedtls/library/ssl_tls13_generic.c
Line 219 in d4b6bc7
int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED; |
This return variable is used only in MBEDTLS_SSL_DEBUG_RET macro. When it is not used, compilator throws warning:
library/ssl_tls13_generic.c(228) : Warning[Pe550]: variable "ret" was set but never used
Can this be re-worked? Maybe just used void typecast:
(void) ret;
Thank you!
Metadata
Metadata
Assignees
Labels
bugcomponent-tls13size-xsEstimated task size: extra small (a few hours at most)Estimated task size: extra small (a few hours at most)
Type
Projects
Status
Triage in