Takayuki Matsuoka
|
3c3624c3a6
|
Fix g++-4.4 warning
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
```
|
2021-05-30 16:53:16 +09:00 |
|
Yann Collet
|
87a80acbe7
|
updated license & header dates
|
2020-11-25 14:45:14 -08:00 |
|
Yann Collet
|
e0f85f2fc8
|
better visual conformance
only include <intrin.h> on vs2005+ (#947)
remove some useless #pragma
fix a few minor Visual warnings
|
2020-11-14 16:27:57 -08:00 |
|
Yann Collet
|
392809d66e
|
fix minor static analyzer warnings
detected by scan-build and cppcheck
fix #786
|
2020-09-29 17:09:58 -07:00 |
|
Yann Collet
|
4f6de46f60
|
fix several minor static analyzer warnings
|
2019-04-18 12:05:50 -07:00 |
|
Yann Collet
|
da19cc79da
|
checkFrame: removed %zu
not liked by mingw
|
2019-04-08 14:21:09 -07:00 |
|
Blaise Sanouillet
|
294293d899
|
support custom block sizes: fix memory leak to make CI builds happy
|
2018-10-02 05:38:30 -07:00 |
|
Blaise Sanouillet
|
d4703852b1
|
support custom block sizes: remove unneeded fudging, fix leaked filehandles, other nits
|
2018-10-01 05:22:50 -07:00 |
|
Blaise Sanouillet
|
4d9435f1ee
|
support custom block sizes: fix const
|
2018-09-28 10:00:38 -07:00 |
|
Blaise Sanouillet
|
64ad395d27
|
support custom block sizes
|
2018-09-28 08:02:49 -07:00 |
|