mirror of
https://github.com/facebook/zstd.git
synced 2025-07-17 12:37:51 +02:00
[contrib][linux-kernel] Fix test warnings
This commit is contained in:
@ -12,8 +12,7 @@
|
|||||||
|
|
||||||
#define EXPORT_SYMBOL(symbol) \
|
#define EXPORT_SYMBOL(symbol) \
|
||||||
void* __##symbol = symbol
|
void* __##symbol = symbol
|
||||||
#define MODULE_LICENSE(license) static char const *const LICENSE = license
|
#define MODULE_LICENSE(license)
|
||||||
#define MODULE_DESCRIPTION(description) \
|
#define MODULE_DESCRIPTION(description)
|
||||||
static char const *const DESCRIPTION = description
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user