mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 06:14:49 +01:00
Warnings were: Cc bin.linuxx86/fileunix.o fileunix.c: In function ‘file_archscan’: fileunix.c:217:6: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration] 217 | if( read( fd, buf, SARMAG ) != SARMAG || | ^~~~ | fread fileunix.c:220:6: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration] 220 | close( fd ); | ^~~~~ | pclose fileunix.c:272:3: warning: implicit declaration of function ‘lseek’; did you mean ‘fseek’? [-Wimplicit-function-declaration] 272 | lseek(fd, offset + SARHDR, 0); | ^~~~~ | fseek Change-Id: Iedcdec01deb929d6c91ebc9d7eb72497fe078dd4 Reviewed-on: https://review.haiku-os.org/c/buildtools/+/4399 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Description
No description provided
Languages
C
38.1%
C++
21.3%
Makefile
9.1%
Ada
7.7%
D
4.3%
Other
18.8%