mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-25 22:56:35 +08: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
be1e9c5951
commit
3f80ffb9ff
@ -31,7 +31,7 @@
|
|||||||
* Disable -Wredundant-decls so that gcc does not warn about this. This is re-enabled
|
* Disable -Wredundant-decls so that gcc does not warn about this. This is re-enabled
|
||||||
* at the bottom of this file.
|
* at the bottom of this file.
|
||||||
*/
|
*/
|
||||||
#if __GNUC__ > 4
|
#if defined(MBEDTLS_COMPILER_IS_GCC) && (__GNUC__ > 4)
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Wredundant-decls"
|
#pragma GCC diagnostic ignored "-Wredundant-decls"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user