=> 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 brandybasic-1.0.16nb1 --- nodebug --- gcc -O2 -fomit-frame-pointer src/variables.c src/tokens.c src/textonly.c src/strings.c src/statement.c src/stack.c src/miscprocs.c src/mainstate.c src/lvalue.c src/keyboard.c src/iostate.c src/heap.c src/functions.c src/fileio.c src/evaluate.c src/errors.c src/emulate.c src/editor.c src/convert.c src/commands.c src/brandy.c src/assign.c -lm -o brandy src/tokens.c: In function 'copy_other': src/tokens.c:864:3: warning: case label value is less than minimum value for type case '¬': ^~~~ In file included from src/statement.c:27:0: src/statement.c: In function 'store_value': src/common.h:71:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define TOSTRING(x) ((char *)(x)) ^ src/statement.c:265:21: note: in expansion of macro 'TOSTRING' length = strlen(TOSTRING(value)); ^~~~~~~~ In file included from /usr/include/string.h:127:0, from src/statement.c:26: src/common.h:71:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define TOSTRING(x) ((char *)(x)) ^ src/statement.c:269:31: note: in expansion of macro 'TOSTRING' if (length>0) memmove(cp, TOSTRING(value), length); ^~~~~~~~ src/common.h:71:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define TOSTRING(x) ((char *)(x)) ^ src/statement.c:269:31: note: in expansion of macro 'TOSTRING' if (length>0) memmove(cp, TOSTRING(value), length); ^~~~~~~~ In file included from src/statement.c:27:0: src/common.h:71:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define TOSTRING(x) ((char *)(x)) ^ src/statement.c:285:21: note: in expansion of macro 'TOSTRING' length = strlen(TOSTRING(value)); ^~~~~~~~ In file included from /usr/include/string.h:127:0, from src/statement.c:26: src/common.h:71:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define TOSTRING(x) ((char *)(x)) ^ src/statement.c:288:75: note: in expansion of macro 'TOSTRING' if (length>0) memmove(&basicvars.offbase[destination.address.offset], TOSTRING(value), length); ^~~~~~~~ src/common.h:71:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define TOSTRING(x) ((char *)(x)) ^ src/statement.c:288:75: note: in expansion of macro 'TOSTRING' if (length>0) memmove(&basicvars.offbase[destination.address.offset], TOSTRING(value), length); ^~~~~~~~ src/emulate.c: In function 'emulate_key': src/emulate.c:860:3: warning: implicit declaration of function 'set_fn_string' [-Wimplicit-function-declaration] set_fn_string(key, text, length); ^~~~~~~~~~~~~ ld: /var/tmp//cclfqk0y.o: in function `secure_tmpnam': miscprocs.c:(.text+0x847): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp() strip brandy