commit | be1e9c595142f9826218706f52181e278dace6c6 | [log] [tgz] |
---|---|---|
author | Matthias Schulz <mschulz@hilscher.com> | Mon Nov 13 09:33:33 2023 +0100 |
committer | Matthias Schulz <mschulz@hilscher.com> | Mon Nov 13 09:33:33 2023 +0100 |
tree | 1e9e395d0d3e8c1ba0729794621d68855bdee6be | |
parent | 5ffc42442da437008a4c3ae4540a57893e59b1a5 [diff] [blame] |
Pop only when pushed. Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
diff --git a/library/constant_time_impl.h b/library/constant_time_impl.h index 793ded4..273d215 100644 --- a/library/constant_time_impl.h +++ b/library/constant_time_impl.h
@@ -546,7 +546,7 @@ return (mbedtls_ct_condition_t) (~x); } -#ifdef __GNUC__ +#if __GNUC__ > 4 /* Restore warnings for -Wredundant-decls on gcc */ #pragma GCC diagnostic pop #endif