Searched defs:ZSTD_DEPRECATED (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dzstd_lib.h1080 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API /* disable deprecation warnings */ macro
1083 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated(message))) macro
1085 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated)) macro
1088 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API macro
[all...]

Completed in 105 milliseconds