projects
/
platform
/
upstream
/
lz4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1283c7
)
Fix LZ4_DEPRECATED() in lz4hc.h
author
Takayuki MATSUOKA
<takayuki.matsuoka@gmail.com>
Wed, 15 Apr 2015 05:19:17 +0000
(14:19 +0900)
committer
Takayuki MATSUOKA
<takayuki.matsuoka@gmail.com>
Wed, 15 Apr 2015 05:19:17 +0000
(14:19 +0900)
lib/lz4hc.h
patch
|
blob
|
history
diff --git
a/lib/lz4hc.h
b/lib/lz4hc.h
index
d7db3bd
..
2667044
100644
(file)
--- a/
lib/lz4hc.h
+++ b/
lib/lz4hc.h
@@
-154,7
+154,7
@@
using LZ4_saveDictHC().
# 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