added -Wformat-security flag, as recommended by @pixelb

This commit is contained in:
Yann Collet
2017-03-05 21:17:32 -08:00
parent 1f2c95c5f3
commit 8b1d004031
5 changed files with 11 additions and 5 deletions
+1
View File
@@ -9,6 +9,7 @@ arch : 32-bits variant able to generate and decode very long matches (>32 MB), b
API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
build: new: meson build system in contrib/meson, by Dima Krasner
build: improved cmake script, by @Majlen
build: added -Wformat-security flag, as recommended by Padraig Brady
doc : new : educational decoder, by Sean Purcell
v1.1.3