summaryrefslogtreecommitdiff
path: root/tools/lzcomp.c
AgeCommit message (Collapse)Author
2020-05-23Match LZ compressed files (#724)aaaaaa123456789
Replace lzcomp with new version and match all LZ compressed files
2019-02-16Silence gcc warnings, even in TravisRangi
-Wno-missing-field-initializers is needed because of false positives over {0} initialization
2018-08-18Avoid warnings from gcc without having to silence them allRangi
2018-08-04Update lzcomp to the latest version and fix Makefiles accordinglyaaaaaa123456789
2018-06-20Silence -Wimplicit-fallthroughRangi
2017-09-24fix warnings in lzcomp and md5yenatch
2017-06-09Fix warnings about assignments in ‘if’ statementsBen10do
Assignments in ‘if’ statements cause a warning in Clang, asking you to enclose the assignment in brackets (to show that it was intentional).
2016-08-24Add C build tools.yenatch