NetBSD / pkgsrc

Automatic conversion of the NetBSD pkgsrc CVS module, use with care
https://www.pkgsrc.org
308 stars 164 forks source link

error: type of 'len' defaults to 'int' [-Wimplicit-int] #151

Open MBeijer opened 1 month ago

MBeijer commented 1 month ago

Error when building archivers/lha with gcc 14:

header.c: In function '_skip_bytes':
header.c:71:1: error: type of 'len' defaults to 'int' [-Wimplicit-int]
   71 | _skip_bytes(len)
     | ^~~~~~~~~~~