We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cd4f1c + 9d316fc commit f02f47bCopy full SHA for f02f47b
1 file changed
wolfssl/wolfcrypt/wc_port.h
@@ -76,7 +76,7 @@
76
#endif /* !WARN_UNUSED_RESULT */
77
78
#ifndef WC_MAYBE_UNUSED
79
- #if (defined(__GNUC__) && (__GNUC__ >= 4)) || defined(__clang__) || \
+ #if (defined(__GNUC__) && (__GNUC__ >= 3)) || defined(__clang__) || \
80
defined(__IAR_SYSTEMS_ICC__)
81
#define WC_MAYBE_UNUSED __attribute__((unused))
82
#else
0 commit comments