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 @@  /*-****************************************  *  Compiler specifics  ******************************************/ -#define ZSTD_STATIC static __inline __attribute__((unused)) +#define ZSTD_STATIC static inline  /*-**************************************************************  *  Basic Types  |