watcom
This commit is contained in:
parent
501b2e1269
commit
7ab8233fca
1 changed files with 2 additions and 0 deletions
|
|
@ -796,6 +796,8 @@ union LZ4_streamDecode_u {
|
|||
# define LZ4_DEPRECATED(message) __attribute__((deprecated(message)))
|
||||
# elif defined(__GNUC__) && (__GNUC__ * 10 + __GNUC_MINOR__ >= 31)
|
||||
# define LZ4_DEPRECATED(message) __attribute__((deprecated))
|
||||
# elif defined(__WATCOMC__)
|
||||
# define LZ4_DEPRECATED(message)
|
||||
# else
|
||||
# pragma message("WARNING: LZ4_DEPRECATED needs custom implementation for this compiler")
|
||||
# define LZ4_DEPRECATED(message) /* disabled */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue