=> 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 flops-2.0 (cd /tmp/benchmarks/flops/work ; gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DUNIX -o flops flops.c -lm) flops.c: In function 'main': flops.c:226:4: warning: implicit declaration of function 'dtime' [-Wimplicit-function-declaration] dtime(TimeArray); ^~~~~ flops.c:641:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ flops.c:641:4: warning: incompatible implicit declaration of built-in function 'exit' flops.c:641:4: note: include '' or provide a declaration of 'exit' flops.c: At top level: flops.c:719:1: warning: return type defaults to 'int' [-Wimplicit-int] dtime(p) ^~~~~