=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for as31-19900126nb2 yacc -d as31.y /bin/mv y.tab.c as31.c gcc -O -c as31.c as31.y:961:1: warning: return type defaults to 'int' [-Wimplicit-int] yyerror(s) ^~~~~~~ as31.y:1018:1: warning: return type defaults to 'int' [-Wimplicit-int] makeop(op,m,add) ^~~~~~ as31.y: In function 'makeop': as31.y:1018:1: warning: type of 'add' defaults to 'int' [-Wimplicit-int] as31.y: At top level: as31.y:1054:1: warning: return type defaults to 'int' [-Wimplicit-int] inclc(i) ^~~~~ as31.y: In function 'inclc': as31.y:1054:1: warning: type of 'i' defaults to 'int' [-Wimplicit-int] as31.y: At top level: as31.y:1105:1: warning: return type defaults to 'int' [-Wimplicit-int] dumplist(txt,show) ^~~~~~~~ as31.y: In function 'dumplist': as31.y:1105:1: warning: type of 'show' defaults to 'int' [-Wimplicit-int] as31.y: At top level: as31.y:1140:1: warning: return type defaults to 'int' [-Wimplicit-int] genstr(s) ^~~~~~ as31.y:1147:1: warning: return type defaults to 'int' [-Wimplicit-int] genword(w) ^~~~~~~ gcc -O -c symbol.c symbol.c:29:0: warning: "NULL" redefined #define NULL (0) In file included from /usr/include/string.h:43:0, from symbol.c:23: /usr/include/sys/null.h:13:0: note: this is the location of the previous definition #define NULL ((void *)0) symbol.c:283:1: warning: return type defaults to 'int' [-Wimplicit-int] strcase(s,t) ^~~~~~~ symbol.c:327:8: warning: return type defaults to 'int' [-Wimplicit-int] static hash(s) ^~~~ symbol.c:386:1: warning: return type defaults to 'int' [-Wimplicit-int] syminit() ^~~~~~~ gcc -O -c lexer.c lexer.c:48:1: warning: return type defaults to 'int' [-Wimplicit-int] get_ch() ^~~~~~ lexer.c:63:1: warning: return type defaults to 'int' [-Wimplicit-int] unget_ch(c) ^~~~~~~~ lexer.c:100:1: warning: return type defaults to 'int' [-Wimplicit-int] yylex() ^~~~~ lexer.c: In function 'yylex': lexer.c:102:9: warning: type defaults to 'int' in declaration of 'nl_flag' [-Wimplicit-int] static nl_flag=0; /* sync. error messages and the cur. line */ ^~~~~~~ gcc -O -c emitter.c emitter.c:62:1: warning: return type defaults to 'int' [-Wimplicit-int] emitusage() ^~~~~~~~~ emitter.c:96:1: warning: return type defaults to 'int' [-Wimplicit-int] emitclose() ^~~~~~~~~ emitter.c:151:8: warning: return type defaults to 'int' [-Wimplicit-int] static open1(file,ftype,arg) ^~~~~ emitter.c:165:8: warning: return type defaults to 'int' [-Wimplicit-int] static close1() ^~~~~~ emitter.c:171:8: warning: return type defaults to 'int' [-Wimplicit-int] static addr1(a) ^~~~~ emitter.c:178:8: warning: return type defaults to 'int' [-Wimplicit-int] static byte1(b) ^~~~~ emitter.c:206:8: warning: return type defaults to 'int' [-Wimplicit-int] static open2(file,ftype,arg) ^~~~~ emitter.c:216:8: warning: return type defaults to 'int' [-Wimplicit-int] static close2() ^~~~~~ emitter.c:221:8: warning: return type defaults to 'int' [-Wimplicit-int] static addr2(a) ^~~~~ emitter.c:227:8: warning: return type defaults to 'int' [-Wimplicit-int] static byte2(b) ^~~~~ emitter.c:247:8: warning: return type defaults to 'int' [-Wimplicit-int] static open3(file,ftype,arg) ^~~~~ emitter.c: In function 'open3': emitter.c:247:8: warning: type of 'ftype' defaults to 'int' [-Wimplicit-int] emitter.c: At top level: emitter.c:257:8: warning: return type defaults to 'int' [-Wimplicit-int] static close3() ^~~~~~ emitter.c:263:8: warning: return type defaults to 'int' [-Wimplicit-int] static addr3(a) ^~~~~ emitter.c:270:8: warning: return type defaults to 'int' [-Wimplicit-int] static byte3(b) ^~~~~ emitter.c:346:8: warning: return type defaults to 'int' [-Wimplicit-int] static open4(file,ftype,arg) ^~~~~ emitter.c:364:8: warning: return type defaults to 'int' [-Wimplicit-int] static close4() ^~~~~~ emitter.c: In function 'close4': emitter.c:367:3: warning: implicit declaration of function 'finishline'; did you mean '__noinline'? [-Wimplicit-function-declaration] finishline(); ^~~~~~~~~~ __noinline emitter.c: At top level: emitter.c:383:8: warning: return type defaults to 'int' [-Wimplicit-int] static addr4(a) ^~~~~ emitter.c:391:8: warning: return type defaults to 'int' [-Wimplicit-int] static byte4(b) ^~~~~ emitter.c: In function 'byte4': emitter.c:391:8: warning: type of 'b' defaults to 'int' [-Wimplicit-int] emitter.c: At top level: emitter.c:400:1: warning: return type defaults to 'int' [-Wimplicit-int] srec_wrbyte(byte) ^~~~~~~~~~~ emitter.c: In function 'srec_wrbyte': emitter.c:400:1: warning: type of 'byte' defaults to 'int' [-Wimplicit-int] emitter.c: At top level: emitter.c:406:1: warning: return type defaults to 'int' [-Wimplicit-int] finishline() ^~~~~~~~~~ gcc -O -c main.c main.c:26:1: warning: data definition has no type or storage class emitaddr(unsigned long ); ^~~~~~~~ main.c:26:1: warning: type defaults to 'int' in declaration of 'emitaddr' [-Wimplicit-int] main.c:57:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ main.c: In function 'main': main.c:57:1: warning: type of 'argc' defaults to 'int' [-Wimplicit-int] main.c:69:3: warning: implicit declaration of function 'emitusage' [-Wimplicit-function-declaration] emitusage(); ^~~~~~~~~ main.c:117:2: warning: implicit declaration of function 'syminit'; did you mean 'symlinkat'? [-Wimplicit-function-declaration] syminit(); ^~~~~~~ symlinkat main.c:125:3: warning: implicit declaration of function 'emitclose'; did you mean 'cgetclose'? [-Wimplicit-function-declaration] emitclose(); ^~~~~~~~~ cgetclose main.c:133:2: warning: implicit declaration of function 'yyparse'; did you mean 'pause'? [-Wimplicit-function-declaration] yyparse(); ^~~~~~~ pause gcc -O -o as31 as31.o symbol.o lexer.o emitter.o main.o chmod a+rx as31