mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Pop only when pushed.
Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
This commit is contained in:
parent
5ffc42442d
commit
be1e9c5951
|
|
@ -546,7 +546,7 @@ static inline mbedtls_ct_condition_t mbedtls_ct_bool_not(mbedtls_ct_condition_t
|
||||||
return (mbedtls_ct_condition_t) (~x);
|
return (mbedtls_ct_condition_t) (~x);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#if __GNUC__ > 4
|
||||||
/* Restore warnings for -Wredundant-decls on gcc */
|
/* Restore warnings for -Wredundant-decls on gcc */
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue