lha icon indicating copy to clipboard operation
lha copied to clipboard

Minor warning

Open polluks opened this issue 3 years ago • 0 comments

gcc (Debian 8.3.0-6) 8.3.0

gcc -DHAVE_CONFIG_H -I. -I..  -DEUC -DSUPPORT_LH7   -g -O2 -MT header.o -MD -MP -MF .deps/header.Tpo -c -o header.o header.c
header.c: In function '_skip_bytes':
header.c:71:1: warning: type of 'len' defaults to 'int' [-Wimplicit-int]
 _skip_bytes(len)
 ^~~~~~~~~~~

https://stackoverflow.com/a/18424897/1430535

polluks avatar Jul 08 '22 13:07 polluks