Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilers

This commit is contained in:
Takayuki MATSUOKA 2015-04-15 00:19:13 +09:00
parent d7298d2059
commit e1283c7991

View File

@ -297,7 +297,7 @@ int LZ4_decompress_fast_usingDict (const char* source, char* dest, int originalS
# define LZ4_DEPRECATED(message) __declspec(deprecated(message))
# else
# pragma message("WARNING: You need to implement LZ4_DEPRECATED for this compiler")
# define LZ4_DEPRECATED
# define LZ4_DEPRECATED(message)
# endif
#endif // LZ4_DEPRECATE_WARNING_DEFBLOCK