mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-05 08:10:04 +01:00
Update library/constant_time_impl.h
Co-authored-by: Dave Rodgman <dave.rodgman@arm.com> Signed-off-by: Matthias Schulz <140500342+mschulz-at-hilscher@users.noreply.github.com>
This commit is contained in:
parent
3f80ffb9ff
commit
90c8c3235b
|
|
@ -546,7 +546,7 @@ static inline mbedtls_ct_condition_t mbedtls_ct_bool_not(mbedtls_ct_condition_t
|
|||
return (mbedtls_ct_condition_t) (~x);
|
||||
}
|
||||
|
||||
#if __GNUC__ > 4
|
||||
#if defined(MBEDTLS_COMPILER_IS_GCC) && (__GNUC__ > 4)
|
||||
/* Restore warnings for -Wredundant-decls on gcc */
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue