We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36a9ca commit 9d316fcCopy full SHA for 9d316fc
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