=> 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 cue2pops-20180104 --- cue2pops --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Wall -Wextra cue2pops.c -o cue2pops In file included from /usr/include/stdio.h:597:0, from cue2pops.c:5: cue2pops.c: In function 'get_lead_out': cue2pops.c:344:23: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(&LeadOut[0], "%02d", leadoutM); ^ cue2pops.c:344:2: note: '__builtin___sprintf_chk' output between 3 and 8 bytes into a destination of size 7 sprintf(&LeadOut[0], "%02d", leadoutM); ^ cue2pops.c:345:23: warning: '%02d' directive writing between 2 and 9 bytes into a region of size 5 [-Wformat-overflow=] sprintf(&LeadOut[2], "%02d", leadoutS); ^ cue2pops.c:345:23: note: directive argument in the range [-28633115, 28633115] cue2pops.c:345:2: note: '__builtin___sprintf_chk' output between 3 and 10 bytes into a destination of size 5 sprintf(&LeadOut[2], "%02d", leadoutS); ^