zstd/contrib
Pádraig Brady 38a3428b37 support -Werror=format-security
Fedora now enables this option by default, resulting
in the following build failure:

Logging.h: In instantiation of
'void pzstd::Logger::operator()(int, const char*, Args ...)
Pzstd.cpp:413:48:   required from here
Logging.h:46:17: error: format not a string literal and no format arguments
[-Werror=format-security]
     std::fprintf(out_, fmt, args...);
     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
2017-03-05 19:42:51 -08:00
..
gen_html added manual target to contrib/gen_html/Makefile 2017-02-22 00:57:50 -08:00
meson Moved to contrib 2017-02-18 23:30:57 +02:00
pzstd support -Werror=format-security 2017-03-05 19:42:51 -08:00