summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-04-15 05:53:17 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-04-15 05:53:17 (GMT)
commit240b554412b240d7ed64a47015d13a541701869c (patch)
treece5410cfa948a5aeb9169c6923e6cf9e27ac8a36
parent5f732e17015415fc17ec1f8bdaf32f7ed7df1af6 (diff)
parent3d46d4b144223a69ab7e6ed327d426a7b5bdf10f (diff)
downloadlz4-240b554412b240d7ed64a47015d13a541701869c.zip
lz4-240b554412b240d7ed64a47015d13a541701869c.tar.gz
lz4-240b554412b240d7ed64a47015d13a541701869c.tar.bz2
Merge pull request #94 from t-mat/dev
Fix LZ4_DEPRECATED() in 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