Home
last modified time | relevance | path

Searched refs:LZ4F_DEPRECATE (Results 1 - 1 of 1) sorted by relevance

/third_party/lz4/lib/
H A Dlz4frame.h88 # define LZ4F_DEPRECATE(x) x macro
91 # define LZ4F_DEPRECATE(x) x /* __declspec(deprecated) x - only works with C++ */ macro
93 # define LZ4F_DEPRECATE(x) x __attribute__((deprecated)) macro
95 # define LZ4F_DEPRECATE(x) x /* no deprecation warning for this compiler */ macro
114 # define LZ4F_OBSOLETE_ENUM(x) , LZ4F_DEPRECATE(x) = LZ4F_##x

Completed in 1 milliseconds