summaryrefslogtreecommitdiffstats
path: root/tests/checkFrame.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix g++-4.4 warningTakayuki Matsuoka2021-05-301-1/+1
| | | | | | | | | | g++-4.4 creates the following warning for this line. ``` g++-4.4 -Wno-deprecated -O3 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror -I../lib -I../programs -DXXH_NAMESPACE=LZ4_ lz4frame.o lz4.o lz4hc.o xxhash.o checkFrame.c -o checkFrame checkFrame.c: In function ‘int frameCheck(cRess_t, FILE*, unsigned int, size_t)’: checkFrame.c:156: error: comparison between signed and unsigned integer expressions ```
* updated license & header datesYann Collet2020-11-251-1/+1
|
* better visual conformanceYann Collet2020-11-151-9/+0
| | | | | | only include <intrin.h> on vs2005+ (#947) remove some useless #pragma fix a few minor Visual warnings
* fix minor static analyzer warningsYann Collet2020-09-301-0/+1
| | | | | detected by scan-build and cppcheck fix #786
* fix several minor static analyzer warningsYann Collet2019-04-181-1/+1
|
* checkFrame: removed %zuYann Collet2019-04-081-7/+12
| | | | not liked by mingw
* support custom block sizes: fix memory leak to make CI builds happyBlaise Sanouillet2018-10-021-21/+55
|
* support custom block sizes: remove unneeded fudging, fix leaked filehandles, ↵Blaise Sanouillet2018-10-011-95/+98
| | | | other nits
* support custom block sizes: fix constBlaise Sanouillet2018-09-281-2/+2
|
* support custom block sizesBlaise Sanouillet2018-09-281-0/+269