Skip to content

Commit f02f47b

Browse files
authored
Merge pull request #10101 from embhorn/zd21478
Fix GCC 3.4.0 build error
2 parents 2cd4f1c + 9d316fc commit f02f47b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/wc_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
#endif /* !WARN_UNUSED_RESULT */
7777

7878
#ifndef WC_MAYBE_UNUSED
79-
#if (defined(__GNUC__) && (__GNUC__ >= 4)) || defined(__clang__) || \
79+
#if (defined(__GNUC__) && (__GNUC__ >= 3)) || defined(__clang__) || \
8080
defined(__IAR_SYSTEMS_ICC__)
8181
#define WC_MAYBE_UNUSED __attribute__((unused))
8282
#else

0 commit comments

Comments
 (0)