summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-12-17 11:32:49 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-12-17 11:32:49 (GMT)
commitf68eead36c0eb8f6f4e5c912dfe204c52bb7b7c5 (patch)
tree679a95436fb5a3a3729ad1e674f7e204296b96ef /NEWS
parent0569a68edd58d741e46ec1e50d6dd936de77dbfa (diff)
downloadlz4-f68eead36c0eb8f6f4e5c912dfe204c52bb7b7c5.zip
lz4-f68eead36c0eb8f6f4e5c912dfe204c52bb7b7c5.tar.gz
lz4-f68eead36c0eb8f6f4e5c912dfe204c52bb7b7c5.tar.bz2
Added : -pedantic compilation option
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bf7efe9..8aeab1b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
Changed : lz4 is C90 compatible
+Changed : added -pedantic option, fixed a few mminor warnings
r125:
Changed : endian and alignment code