diff options
Diffstat (limited to 'lib/zstd/mem.h')
-rw-r--r-- | lib/zstd/mem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zstd/mem.h b/lib/zstd/mem.h index 3a0f34c8706c..93d7a2c377fe 100644 --- a/lib/zstd/mem.h +++ b/lib/zstd/mem.h | |||
@@ -27,7 +27,7 @@ | |||
27 | /*-**************************************** | 27 | /*-**************************************** |
28 | * Compiler specifics | 28 | * Compiler specifics |
29 | ******************************************/ | 29 | ******************************************/ |
30 | #define ZSTD_STATIC static __inline __attribute__((unused)) | 30 | #define ZSTD_STATIC static inline |
31 | 31 | ||
32 | /*-************************************************************** | 32 | /*-************************************************************** |
33 | * Basic Types | 33 | * Basic Types |