===> License ISCL accepted by the user ===> odo-0cipiertest depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by odo-0cipiertest for building ===> Extracting for odo-0cipiertest => SHA256 Checksum OK for atomicobject-odo-v0cipiertest_GH0.tar.gz. ===> Patching for odo-0cipiertest ===> Configuring for odo-0cipiertest ===> Building for odo-0cipiertest --- main.o --- cc -O2 -pipe -fstack-protector -fno-strict-aliasing -std=c99 -D_POSIX_C_SOURCE=200112L -D_C99_SOURCE -g -Wall -pedantic -Wextra -O3 -c main.c -o main.o main.c:232:71: warning: format specifies type 'unsigned long long' but the argument has type 'counter_t' (aka 'unsigned long') [-Wformat] if ((int)sizeof(buf) < snprintf(buf, sizeof(buf), COUNTER_FORMAT, v)) { ^ main.c:285:55: warning: format specifies type 'unsigned long long' but the argument has type 'counter_t' (aka 'unsigned long') [-Wformat] snprintf(buf, sizeof(buf), COUNTER_FORMAT_NO_PAD, c); ^ 2 warnings generated. --- odo --- cc -o odo main.o -fstack-protector 0