11a131328b1a63cae50628f90a8ed9a4c3589dda
* contrib/hbbzip2/Makefile
+ Added bzip2 header detection and setup.
; TOFIX: Some warnings:
mingw:
hbbzip2.c: In function 'hb_bz2Compress':
hbbzip2.c:96: warning: left shift count >= width of type
hbbzip2.c: In function 'hb_bz2UncompressedSize':
hbbzip2.c:138: warning: left shift count >= width of type
hbbzip2.c: In function 'hb_bz2Uncompress':
hbbzip2.c:177: warning: left shift count >= width of type
msvc:
hbbzip2.c(96) : warning C4293: '<<' : shift count negative or too big, undefined behavior
hbbzip2.c(138) : warning C4293: '<<' : shift count negative or too big, undefined behavior
hbbzip2.c(177) : warning C4293: '<<' : shift count negative or too big, undefined behavior
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%