summaryrefslogtreecommitdiffstats
path: root/lib/lz4hc.h
diff options
context:
space:
mode:
authorTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2015-04-15 05:19:17 (GMT)
committerTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2015-04-15 05:19:17 (GMT)
commit3d46d4b144223a69ab7e6ed327d426a7b5bdf10f (patch)
treece5410cfa948a5aeb9169c6923e6cf9e27ac8a36 /lib/lz4hc.h
parente1283c7991b9b55348480dd114af1aa47410811b (diff)
downloadlz4-3d46d4b144223a69ab7e6ed327d426a7b5bdf10f.zip
lz4-3d46d4b144223a69ab7e6ed327d426a7b5bdf10f.tar.gz
lz4-3d46d4b144223a69ab7e6ed327d426a7b5bdf10f.tar.bz2
Fix LZ4_DEPRECATED() in lz4hc.h
Diffstat (limited to 'lib/lz4hc.h')
-rw-r--r--lib/lz4hc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4hc.h b/lib/lz4hc.h
index d7db3bd..2667044 100644
--- 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