mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 03:00:53 +02: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