Fix GCC 3.4.0 build error

This commit is contained in:
Eric Blankenhorn
2026-03-30 09:04:27 -05:00
parent b36a9ca80e
commit 9d316fc234
+1 -1
View File
@@ -76,7 +76,7 @@
#endif /* !WARN_UNUSED_RESULT */
#ifndef WC_MAYBE_UNUSED
#if (defined(__GNUC__) && (__GNUC__ >= 4)) || defined(__clang__) || \
#if (defined(__GNUC__) && (__GNUC__ >= 3)) || defined(__clang__) || \
defined(__IAR_SYSTEMS_ICC__)
#define WC_MAYBE_UNUSED __attribute__((unused))
#else