=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> 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 alac-0.2.0 --- alac.o --- --- demux.o --- --- main.o --- --- stream.o --- --- demux.o --- gcc -ggdb -O3 -W -Wall -c demux.c --- main.o --- gcc -ggdb -O3 -W -Wall -c main.c --- stream.o --- gcc -ggdb -O3 -W -Wall -c stream.c --- alac.o --- gcc -ggdb -O3 -W -Wall -c alac.c --- demux.o --- demux.c: In function 'read_chunk_ftyp': demux.c:57:14: warning: variable 'minor_ver' set but not used [-Wunused-but-set-variable] uint32_t minor_ver; ^~~~~~~~~ demux.c: In function 'read_chunk_hdlr': demux.c:114:24: warning: variable 'compsubtype' set but not used [-Wunused-but-set-variable] fourcc_t comptype, compsubtype; ^~~~~~~~~~~ demux.c:114:14: warning: variable 'comptype' set but not used [-Wunused-but-set-variable] fourcc_t comptype, compsubtype; ^~~~~~~~ --- alac.o --- alac.c:291:2: warning: #warning using generic count leading zeroes. You may wish to write one for your CPU / compiler [-Wcpp] #warning using generic count leading zeroes. You may wish to write one for your CPU / compiler ^~~~~~~ --- wavwriter.o --- gcc -ggdb -O3 -W -Wall -c wavwriter.c --- alac --- gcc -o alac alac.o demux.o main.o stream.o wavwriter.o