Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1095 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API /* disable deprecation warnings */ macro
1098 # define ZSTD_DEPRECATED(message) [[deprecated(message)]] ZSTDLIB_STATIC_API macro
1100 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated(message))) macro
1102 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated)) macro
1104 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __declspec(deprecated(message)) macro
1107 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API macro