littlekernel / lk

LK embedded kernel
MIT License
3.14k stars 615 forks source link

[lib][bio] fix compile warning with arch/arm64 #194

Closed TristanHsieh closed 6 years ago

TristanHsieh commented 7 years ago

lib/bio/bio.c:345:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

Signed-off-by: Tristan Shieh tristan.shieh@mediatek.com