mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix preprocessor syntax error.
Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
This commit is contained in:
@ -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.
|
||||||
*/
|
*/
|
||||||
#ifdef __GNUC__ > 4
|
#if __GNUC__ > 4
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Wredundant-decls"
|
#pragma GCC diagnostic ignored "-Wredundant-decls"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user