mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 15:52:23 +01:00
wolfssl/wolfcrypt/types.h: add missing static attribute to WC_WUR_INT().
This commit is contained in:
@@ -465,7 +465,7 @@ enum {
|
||||
#ifdef NO_INLINE
|
||||
#define WC_WUR_INT(x) (x)
|
||||
#else
|
||||
WC_INLINE WARN_UNUSED_RESULT int WC_WUR_INT(int x) { return x; }
|
||||
static WC_INLINE WARN_UNUSED_RESULT int WC_WUR_INT(int x) { return x; }
|
||||
#endif
|
||||
|
||||
#ifdef WORD64_AVAILABLE
|
||||
|
||||
Reference in New Issue
Block a user