We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce73c1d commit 87e63a0Copy full SHA for 87e63a0
1 file changed
wolfssl/wolfcrypt/wc_port.h
@@ -83,8 +83,9 @@
83
#endif /* !WC_MAYBE_UNUSED */
84
85
#ifndef WC_DEPRECATED
86
- #if (defined(__GNUC__) && (__GNUC__ >= 4)) || defined(__clang__) || \
87
- defined(__IAR_SYSTEMS_ICC__)
+ #if !defined(WOLFSSL_ZEPHYR) && \
+ ((defined(__GNUC__) && (__GNUC__ >= 4)) || defined(__clang__) || \
88
+ defined(__IAR_SYSTEMS_ICC__))
89
#define WC_DEPRECATED __attribute__((deprecated))
90
#else
91
#define WC_DEPRECATED
0 commit comments