Searched defs:ZSTD_DEPRECATED (Results 1 – 1 of 1) sorted by relevance
1080 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API /* disable deprecation warnings */ macro1083 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated(message))) macro1085 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated)) macro1088 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API macro