Snippets for sbcl 2.6.7 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/community/sbcl/sbcl-2.6.7-r0.log.
-
coreparse.c:1391:13: warning: 'construct_tls_map' defined but not used [-Wunused-function] 1391 | static void construct_tls_map(int starting_tlsoffset) | ^~~~~~~~~~~~~~~~~ -
/usr/include/sys/termios.h:1:2: warning: #warning redirecting incorrect #include <sys/termios.h> to <termios.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/termios.h> to <termios.h> | ^~~~~~~ -
../../obj/from-self/contrib/sb-posix/runme.c:42:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 42 | fprintf(out, " (cl:setf (cl:gethash %ld *integer-sizes*) 'sb-alien:char)\n", CAST_SIGNED(sizeof(char))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:43:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 43 | fprintf(out, " (cl:setf (cl:gethash %ld *integer-sizes*) 'sb-alien:short)\n", CAST_SIGNED(sizeof(short))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:44:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 44 | fprintf(out, " (cl:setf (cl:gethash %ld *integer-sizes*) 'sb-alien:long-long)\n", CAST_SIGNED(sizeof(long long))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:45:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 45 | fprintf(out, " (cl:setf (cl:gethash %ld *integer-sizes*) 'sb-alien:long)\n", CAST_SIGNED(sizeof(long))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:46:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 46 | fprintf(out, " (cl:setf (cl:gethash %ld *integer-sizes*) 'sb-alien:int)\n", CAST_SIGNED(sizeof(int))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:49:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 49 | fprintf(out, "(cl:defconstant AF-INET %ld \"IP Protocol family\")\n", CAST_SIGNED(AF_INET)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:54:74: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 54 | fprintf(out, "(sb-alien:define-alien-type UID-T (sb-alien:%ssigned %ld))\n", SIGNED_(uid_t), CAST_SIGNED((8*sizeof(uid_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:55:74: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 55 | fprintf(out, "(sb-alien:define-alien-type GID-T (sb-alien:%ssigned %ld))\n", SIGNED_(gid_t), CAST_SIGNED((8*sizeof(gid_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:56:76: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 56 | fprintf(out, "(sb-alien:define-alien-type NLINK-T (sb-alien:%ssigned %ld))\n", SIGNED_(nlink_t), CAST_SIGNED((8*sizeof(nlink_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:57:74: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 57 | fprintf(out, "(sb-alien:define-alien-type PID-T (sb-alien:%ssigned %ld))\n", SIGNED_(pid_t), CAST_SIGNED((8*sizeof(pid_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:58:74: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 58 | fprintf(out, "(sb-alien:define-alien-type INO-T (sb-alien:%ssigned %ld))\n", SIGNED_(ino_t), CAST_SIGNED((8*sizeof(ino_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:59:75: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 59 | fprintf(out, "(sb-alien:define-alien-type TIME-T (sb-alien:%ssigned %ld))\n", SIGNED_(time_t), CAST_SIGNED((8*sizeof(time_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:60:74: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 60 | fprintf(out, "(sb-alien:define-alien-type DEV-T (sb-alien:%ssigned %ld))\n", SIGNED_(dev_t), CAST_SIGNED((8*sizeof(dev_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:62:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 62 | fprintf(out, "(cl:defconstant SIGHUP %ld \"terminal line hangup.\")\n", CAST_SIGNED(SIGHUP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:68:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 68 | fprintf(out, "(cl:defconstant SIGINT %ld \"interrupt program.\")\n", CAST_SIGNED(SIGINT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:74:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 74 | fprintf(out, "(cl:defconstant SIGQUIT %ld \"quit program.\")\n", CAST_SIGNED(SIGQUIT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:80:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 80 | fprintf(out, "(cl:defconstant SIGILL %ld \"illegal instruction.\")\n", CAST_SIGNED(SIGILL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:86:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 86 | fprintf(out, "(cl:defconstant SIGTRAP %ld \"trace trap.\")\n", CAST_SIGNED(SIGTRAP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:92:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 92 | fprintf(out, "(cl:defconstant SIGABRT %ld \"abort program (formerly SIGIOT).\")\n", CAST_SIGNED(SIGABRT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:104:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 104 | fprintf(out, "(cl:defconstant SIGFPE %ld \"floating-point exception.\")\n", CAST_SIGNED(SIGFPE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:110:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 110 | fprintf(out, "(cl:defconstant SIGKILL %ld \"kill program.\")\n", CAST_SIGNED(SIGKILL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:116:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 116 | fprintf(out, "(cl:defconstant SIGBUS %ld \"bus error.\")\n", CAST_SIGNED(SIGBUS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:122:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 122 | fprintf(out, "(cl:defconstant SIGSEGV %ld \"segmentation violation.\")\n", CAST_SIGNED(SIGSEGV)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:128:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 128 | fprintf(out, "(cl:defconstant SIGSYS %ld \"non-existent system call invoked.\")\n", CAST_SIGNED(SIGSYS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:134:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 134 | fprintf(out, "(cl:defconstant SIGPIPE %ld \"write on a pipe with no reader.\")\n", CAST_SIGNED(SIGPIPE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:140:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 140 | fprintf(out, "(cl:defconstant SIGALRM %ld \"real-time timer expired.\")\n", CAST_SIGNED(SIGALRM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:146:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 146 | fprintf(out, "(cl:defconstant SIGTERM %ld \"software termination signal.\")\n", CAST_SIGNED(SIGTERM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:152:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 152 | fprintf(out, "(cl:defconstant SIGURG %ld \"urgent condition present on socket.\")\n", CAST_SIGNED(SIGURG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:158:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 158 | fprintf(out, "(cl:defconstant SIGSTOP %ld \"stop (cannot be caught or ignored).\")\n", CAST_SIGNED(SIGSTOP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:164:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 164 | fprintf(out, "(cl:defconstant SIGTSTP %ld \"stop signal generated from keyboard.\")\n", CAST_SIGNED(SIGTSTP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:170:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 170 | fprintf(out, "(cl:defconstant SIGCONT %ld \"continue after stop.\")\n", CAST_SIGNED(SIGCONT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:176:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 176 | fprintf(out, "(cl:defconstant SIGCHLD %ld \"child status has changed.\")\n", CAST_SIGNED(SIGCHLD)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:182:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 182 | fprintf(out, "(cl:defconstant SIGTTIN %ld \"background read attempted from control terminal.\")\n", CAST_SIGNED(SIGTTIN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:188:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 188 | fprintf(out, "(cl:defconstant SIGTTOU %ld \"background write attempted to control terminal.\")\n", CAST_SIGNED(SIGTTOU)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:194:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 194 | fprintf(out, "(cl:defconstant SIGIO %ld \"I/O is possible on a descriptor (see fcntl(2)).\")\n", CAST_SIGNED(SIGIO)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:200:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 200 | fprintf(out, "(cl:defconstant SIGXCPU %ld \"cpu time limit exceeded (see setrlimit(2)).\")\n", CAST_SIGNED(SIGXCPU)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:206:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 206 | fprintf(out, "(cl:defconstant SIGXFSZ %ld \"file size limit exceeded (see setrlimit(2)).\")\n", CAST_SIGNED(SIGXFSZ)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:212:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 212 | fprintf(out, "(cl:defconstant SIGVTALRM %ld \"virtual time alarm (see setitimer(2)).\")\n", CAST_SIGNED(SIGVTALRM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:218:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 218 | fprintf(out, "(cl:defconstant SIGPROF %ld \"profiling timer alarm (see setitimer(2)).\")\n", CAST_SIGNED(SIGPROF)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:224:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 224 | fprintf(out, "(cl:defconstant SIGWINCH %ld \"Window size change.\")\n", CAST_SIGNED(SIGWINCH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:230:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 230 | fprintf(out, "(cl:defconstant SIGPWR %ld \"Power failure.\")\n", CAST_SIGNED(SIGPWR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:236:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 236 | fprintf(out, "(cl:defconstant SIGUSR1 %ld \"User defined signal 1.\")\n", CAST_SIGNED(SIGUSR1)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:242:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 242 | fprintf(out, "(cl:defconstant SIGUSR2 %ld \"User defined signal 2.\")\n", CAST_SIGNED(SIGUSR2)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:248:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 248 | fprintf(out, "(cl:defconstant SIGRTMIN %ld \"Smallest real-time signal number.\")\n", CAST_SIGNED(SIGRTMIN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:254:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 254 | fprintf(out, "(cl:defconstant SIGRTMAX %ld \"Largest real-time signal number.\")\n", CAST_SIGNED(SIGRTMAX)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:260:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 260 | fprintf(out, "(cl:defconstant EPERM %ld)\n", CAST_SIGNED(EPERM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:267:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 267 | fprintf(out, "(cl:defconstant ENOENT %ld)\n", CAST_SIGNED(ENOENT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:274:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 274 | fprintf(out, "(cl:defconstant ESRCH %ld)\n", CAST_SIGNED(ESRCH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:281:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 281 | fprintf(out, "(cl:defconstant EINTR %ld)\n", CAST_SIGNED(EINTR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:288:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 288 | fprintf(out, "(cl:defconstant EIO %ld)\n", CAST_SIGNED(EIO)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:295:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 295 | fprintf(out, "(cl:defconstant ENXIO %ld)\n", CAST_SIGNED(ENXIO)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:302:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 302 | fprintf(out, "(cl:defconstant E2BIG %ld)\n", CAST_SIGNED(E2BIG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:309:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 309 | fprintf(out, "(cl:defconstant ENOEXEC %ld)\n", CAST_SIGNED(ENOEXEC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:316:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 316 | fprintf(out, "(cl:defconstant EBADF %ld)\n", CAST_SIGNED(EBADF)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:323:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 323 | fprintf(out, "(cl:defconstant ECHILD %ld)\n", CAST_SIGNED(ECHILD)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:40:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 40 | fprintf(out, " (cl:setf (cl:gethash %ld *integer-sizes*) 'sb-alien:char)\n", CAST_SIGNED(sizeof(char))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:330:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 330 | fprintf(out, "(cl:defconstant EAGAIN %ld)\n", CAST_SIGNED(EAGAIN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:41:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 41 | fprintf(out, " (cl:setf (cl:gethash %ld *integer-sizes*) 'sb-alien:short)\n", CAST_SIGNED(sizeof(short))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:337:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 337 | fprintf(out, "(cl:defconstant ENOMEM %ld)\n", CAST_SIGNED(ENOMEM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:42:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 42 | fprintf(out, " (cl:setf (cl:gethash %ld *integer-sizes*) 'sb-alien:long-long)\n", CAST_SIGNED(sizeof(long long))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:43:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 43 | fprintf(out, " (cl:setf (cl:gethash %ld *integer-sizes*) 'sb-alien:long)\n", CAST_SIGNED(sizeof(long))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:344:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 344 | fprintf(out, "(cl:defconstant EACCES %ld)\n", CAST_SIGNED(EACCES)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:44:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 44 | fprintf(out, " (cl:setf (cl:gethash %ld *integer-sizes*) 'sb-alien:int)\n", CAST_SIGNED(sizeof(int))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:351:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 351 | fprintf(out, "(cl:defconstant EFAULT %ld)\n", CAST_SIGNED(EFAULT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:47:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 47 | fprintf(out, "(cl:defconstant AF-INET %ld \"IP Protocol family\")\n", CAST_SIGNED(AF_INET)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:358:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 358 | fprintf(out, "(cl:defconstant ENOTBLK %ld)\n", CAST_SIGNED(ENOTBLK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:52:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 52 | fprintf(out, "(cl:defconstant AF-UNSPEC %ld \"Unspecified\")\n", CAST_SIGNED(AF_UNSPEC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:365:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 365 | fprintf(out, "(cl:defconstant EBUSY %ld)\n", CAST_SIGNED(EBUSY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:57:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 57 | fprintf(out, "(cl:defconstant AF-INET6 %ld \"IP version 6\")\n", CAST_SIGNED(AF_INET6)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:62:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 62 | fprintf(out, "(cl:defconstant AF-ROUTE %ld \"Alias to emulate 4.4BSD \")\n", CAST_SIGNED(AF_NETLINK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:372:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 372 | fprintf(out, "(cl:defconstant EEXIST %ld)\n", CAST_SIGNED(EEXIST)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:67:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 67 | fprintf(out, "(cl:defconstant SOCK-STREAM %ld \"Sequenced, reliable, connection-based byte streams.\")\n", CAST_SIGNED(SOCK_STREAM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:379:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 379 | fprintf(out, "(cl:defconstant EXDEV %ld)\n", CAST_SIGNED(EXDEV)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:72:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 72 | fprintf(out, "(cl:defconstant SOCK-DGRAM %ld \"Connectionless, unreliable datagrams of fixed maximum length.\")\n", CAST_SIGNED(SOCK_DGRAM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:77:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 77 | fprintf(out, "(cl:defconstant SOCK-RAW %ld \"Raw protocol interface.\")\n", CAST_SIGNED(SOCK_RAW)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:386:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 386 | fprintf(out, "(cl:defconstant ENODEV %ld)\n", CAST_SIGNED(ENODEV)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:82:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 82 | fprintf(out, "(cl:defconstant SOCK-RDM %ld \"Reliably-delivered messages.\")\n", CAST_SIGNED(SOCK_RDM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:393:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 393 | fprintf(out, "(cl:defconstant ENOTDIR %ld)\n", CAST_SIGNED(ENOTDIR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:87:52: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 87 | fprintf(out, "(cl:defconstant SOCK-SEQPACKET %ld \"Sequenced, reliable, connection-based, datagrams of fixed maximum length.\")\n", CAST_SIGNED(SOCK_SEQPACKET)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:92:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 92 | fprintf(out, "(cl:defconstant SOL-SOCKET %ld)\n", CAST_SIGNED(SOL_SOCKET)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:400:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 400 | fprintf(out, "(cl:defconstant EISDIR %ld)\n", CAST_SIGNED(EISDIR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:97:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 97 | fprintf(out, "(cl:defconstant SO-DEBUG %ld \"Enable debugging in underlying protocol modules\")\n", CAST_SIGNED(SO_DEBUG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:407:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 407 | fprintf(out, "(cl:defconstant EINVAL %ld)\n", CAST_SIGNED(EINVAL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:102:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 102 | fprintf(out, "(cl:defconstant SO-REUSEADDR %ld \"Enable local address reuse\")\n", CAST_SIGNED(SO_REUSEADDR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:414:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 414 | fprintf(out, "(cl:defconstant ENFILE %ld)\n", CAST_SIGNED(ENFILE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:107:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 107 | fprintf(out, "(cl:defconstant SO-TYPE %ld)\n", CAST_SIGNED(SO_TYPE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:112:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 112 | fprintf(out, "(cl:defconstant SO-ERROR %ld)\n", CAST_SIGNED(SO_ERROR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:421:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 421 | fprintf(out, "(cl:defconstant EMFILE %ld)\n", CAST_SIGNED(EMFILE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:117:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 117 | fprintf(out, "(cl:defconstant SO-DONTROUTE %ld \"Bypass routing facilities: instead send direct to appropriate network interface for the network portion of the destination address\")\n", CAST_SIGNED(SO_DONTROUTE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:428:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 428 | fprintf(out, "(cl:defconstant ENOTTY %ld)\n", CAST_SIGNED(ENOTTY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:122:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 122 | fprintf(out, "(cl:defconstant SO-BROADCAST %ld \"Request permission to send broadcast datagrams\")\n", CAST_SIGNED(SO_BROADCAST)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:435:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 435 | fprintf(out, "(cl:defconstant ETXTBSY %ld)\n", CAST_SIGNED(ETXTBSY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:127:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 127 | fprintf(out, "(cl:defconstant SO-SNDBUF %ld)\n", CAST_SIGNED(SO_SNDBUF)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:442:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 442 | fprintf(out, "(cl:defconstant EFBIG %ld)\n", CAST_SIGNED(EFBIG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:132:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 132 | fprintf(out, "(cl:defconstant SO-PASSCRED %ld)\n", CAST_SIGNED(SO_PASSCRED)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:137:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 137 | fprintf(out, "(cl:defconstant SO-RCVBUF %ld)\n", CAST_SIGNED(SO_RCVBUF)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:449:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 449 | fprintf(out, "(cl:defconstant ENOSPC %ld)\n", CAST_SIGNED(ENOSPC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:142:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 142 | fprintf(out, "(cl:defconstant SO-KEEPALIVE %ld \"Send periodic keepalives. If peer does not respond, we get SIGPIPE.\")\n", CAST_SIGNED(SO_KEEPALIVE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:456:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 456 | fprintf(out, "(cl:defconstant ESPIPE %ld)\n", CAST_SIGNED(ESPIPE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:147:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 147 | fprintf(out, "(cl:defconstant TCP-KEEPCNT %ld \"Number of unacknowledged probes before the connection is considered dead.\")\n", CAST_SIGNED(TCP_KEEPCNT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:463:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 463 | fprintf(out, "(cl:defconstant EROFS %ld)\n", CAST_SIGNED(EROFS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:152:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 152 | fprintf(out, "(cl:defconstant TCP-KEEPIDLE %ld \"Seconds between the last data packet sent and the first keepalive probe.\")\n", CAST_SIGNED(TCP_KEEPIDLE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:157:51: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 157 | fprintf(out, "(cl:defconstant TCP-KEEPINTVL %ld \"Seconds between keepalive probes.\")\n", CAST_SIGNED(TCP_KEEPINTVL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:470:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 470 | fprintf(out, "(cl:defconstant EMLINK %ld)\n", CAST_SIGNED(EMLINK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:162:54: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 162 | fprintf(out, "(cl:defconstant TCP-USER-TIMEOUT %ld \"Timeout for unacknowledged transmitted data (milliseconds).\")\n", CAST_SIGNED(TCP_USER_TIMEOUT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:477:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 477 | fprintf(out, "(cl:defconstant EPIPE %ld)\n", CAST_SIGNED(EPIPE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:167:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 167 | fprintf(out, "(cl:defconstant SO-OOBINLINE %ld \"Put out-of-band data into the normal input queue when received\")\n", CAST_SIGNED(SO_OOBINLINE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:484:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 484 | fprintf(out, "(cl:defconstant EDOM %ld)\n", CAST_SIGNED(EDOM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:172:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 172 | fprintf(out, "(cl:defconstant SO-NO-CHECK %ld)\n", CAST_SIGNED(SO_NO_CHECK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:177:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 177 | fprintf(out, "(cl:defconstant SO-PRIORITY %ld)\n", CAST_SIGNED(SO_PRIORITY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:491:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 491 | fprintf(out, "(cl:defconstant ERANGE %ld)\n", CAST_SIGNED(ERANGE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:182:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 182 | fprintf(out, "(cl:defconstant SO-LINGER %ld \"For reliable streams, pause a while on closing when unsent messages are queued\")\n", CAST_SIGNED(SO_LINGER)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:498:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 498 | fprintf(out, "(cl:defconstant EDEADLK %ld)\n", CAST_SIGNED(EDEADLK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:187:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 187 | fprintf(out, "(cl:defconstant SO-BSDCOMPAT %ld)\n", CAST_SIGNED(SO_BSDCOMPAT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:505:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 505 | fprintf(out, "(cl:defconstant ENAMETOOLONG %ld)\n", CAST_SIGNED(ENAMETOOLONG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:192:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 192 | fprintf(out, "(cl:defconstant SO-SNDLOWAT %ld)\n", CAST_SIGNED(SO_SNDLOWAT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:197:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 197 | fprintf(out, "(cl:defconstant SO-RCVLOWAT %ld)\n", CAST_SIGNED(SO_RCVLOWAT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:512:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 512 | fprintf(out, "(cl:defconstant ENOLCK %ld)\n", CAST_SIGNED(ENOLCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:202:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 202 | fprintf(out, "(cl:defconstant SO-SNDTIMEO %ld)\n", CAST_SIGNED(SO_SNDTIMEO)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:207:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 207 | fprintf(out, "(cl:defconstant SO-RCVTIMEO %ld)\n", CAST_SIGNED(SO_RCVTIMEO)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:519:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 519 | fprintf(out, "(cl:defconstant ENOSYS %ld)\n", CAST_SIGNED(ENOSYS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:212:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 212 | fprintf(out, "(cl:defconstant TCP-NODELAY %ld)\n", CAST_SIGNED(TCP_NODELAY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:526:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 526 | fprintf(out, "(cl:defconstant ENOTEMPTY %ld)\n", CAST_SIGNED(ENOTEMPTY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:217:53: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 217 | fprintf(out, "(cl:defconstant SO-BINDTODEVICE %ld)\n", CAST_SIGNED(SO_BINDTODEVICE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:222:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 222 | fprintf(out, "(cl:defconstant MSG-OOB %ld)\n", CAST_SIGNED(MSG_OOB)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:533:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 533 | fprintf(out, "(cl:defconstant ELOOP %ld)\n", CAST_SIGNED(ELOOP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:227:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 227 | fprintf(out, "(cl:defconstant MSG-PEEK %ld)\n", CAST_SIGNED(MSG_PEEK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:232:51: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 232 | fprintf(out, "(cl:defconstant MSG-DONTROUTE %ld)\n", CAST_SIGNED(MSG_DONTROUTE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:540:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 540 | fprintf(out, "(cl:defconstant EWOULDBLOCK %ld)\n", CAST_SIGNED(EWOULDBLOCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:547:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 547 | fprintf(out, "(cl:defconstant ENOMSG %ld)\n", CAST_SIGNED(ENOMSG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:236:78: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 236 | fprintf(out, "(sb-alien:define-alien-type SOCKLEN-T (sb-alien:%ssigned %ld))\n", SIGNED_(socklen_t), CAST_SIGNED((8*sizeof(socklen_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:237:58: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 237 | fprintf(out, "(sb-grovel::define-c-struct PROTOENT %ld\n", CAST_SIGNED(sizeof(struct protoent))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:554:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 554 | fprintf(out, "(cl:defconstant EIDRM %ld)\n", CAST_SIGNED(EIDRM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:561:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 561 | fprintf(out, "(cl:defconstant ECHRNG %ld)\n", CAST_SIGNED(ECHRNG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:241:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 241 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.p_name))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:244:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 244 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.p_aliases))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:568:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 568 | fprintf(out, "(cl:defconstant EL2NSYNC %ld)\n", CAST_SIGNED(EL2NSYNC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:575:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 575 | fprintf(out, "(cl:defconstant EL3HLT %ld)\n", CAST_SIGNED(EL3HLT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:247:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 247 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.p_proto))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:582:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 582 | fprintf(out, "(cl:defconstant EL3RST %ld)\n", CAST_SIGNED(EL3RST)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:257:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 257 | fprintf(out, "(cl:defconstant INADDR-ANY %ld)\n", CAST_SIGNED(INADDR_ANY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:589:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 589 | fprintf(out, "(cl:defconstant ELNRNG %ld)\n", CAST_SIGNED(ELNRNG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:261:57: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 261 | fprintf(out, "(sb-grovel::define-c-struct IN-ADDR %ld\n", CAST_SIGNED(sizeof(struct in_addr))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:596:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 596 | fprintf(out, "(cl:defconstant EUNATCH %ld)\n", CAST_SIGNED(EUNATCH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:265:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 265 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.s_addr))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:268:61: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 268 | fprintf(out, "(sb-grovel::define-c-struct SOCKADDR-IN %ld\n", CAST_SIGNED(sizeof(struct sockaddr_in))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:603:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 603 | fprintf(out, "(cl:defconstant ENOCSI %ld)\n", CAST_SIGNED(ENOCSI)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:272:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 272 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sin_family))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:610:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 610 | fprintf(out, "(cl:defconstant EL2HLT %ld)\n", CAST_SIGNED(EL2HLT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:275:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 275 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sin_port))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:617:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 617 | fprintf(out, "(cl:defconstant EBADE %ld)\n", CAST_SIGNED(EBADE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:278:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 278 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sin_addr))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:624:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 624 | fprintf(out, "(cl:defconstant EBADR %ld)\n", CAST_SIGNED(EBADR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:281:58: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 281 | fprintf(out, "(sb-grovel::define-c-struct IN6-ADDR %ld\n", CAST_SIGNED(sizeof(struct in6_addr))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:631:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 631 | fprintf(out, "(cl:defconstant EXFULL %ld)\n", CAST_SIGNED(EXFULL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:285:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 285 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.s6_addr[16]))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:638:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 638 | fprintf(out, "(cl:defconstant ENOANO %ld)\n", CAST_SIGNED(ENOANO)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:288:62: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 288 | fprintf(out, "(sb-grovel::define-c-struct SOCKADDR-IN6 %ld\n", CAST_SIGNED(sizeof(struct sockaddr_in6))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:645:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 645 | fprintf(out, "(cl:defconstant EBADRQC %ld)\n", CAST_SIGNED(EBADRQC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:652:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 652 | fprintf(out, "(cl:defconstant EBADSLT %ld)\n", CAST_SIGNED(EBADSLT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:292:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 292 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sin6_family))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:659:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 659 | fprintf(out, "(cl:defconstant EDEADLOCK %ld)\n", CAST_SIGNED(EDEADLOCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:295:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 295 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sin6_port))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:666:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 666 | fprintf(out, "(cl:defconstant EBFONT %ld)\n", CAST_SIGNED(EBFONT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:298:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 298 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sin6_flowinfo))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:673:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 673 | fprintf(out, "(cl:defconstant ENOSTR %ld)\n", CAST_SIGNED(ENOSTR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:301:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 301 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sin6_addr))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:680:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 680 | fprintf(out, "(cl:defconstant ENODATA %ld)\n", CAST_SIGNED(ENODATA)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:304:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 304 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sin6_scope_id))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:307:61: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 307 | fprintf(out, "(sb-grovel::define-c-struct SOCKADDR-UN %ld\n", CAST_SIGNED(sizeof(struct sockaddr_un))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:687:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 687 | fprintf(out, "(cl:defconstant ETIME %ld)\n", CAST_SIGNED(ETIME)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:311:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 311 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sun_family))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:694:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 694 | fprintf(out, "(cl:defconstant ENOSR %ld)\n", CAST_SIGNED(ENOSR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:314:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 314 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sun_path))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:701:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 701 | fprintf(out, "(cl:defconstant ENONET %ld)\n", CAST_SIGNED(ENONET)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:317:70: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 317 | fprintf(out, "(sb-grovel::define-c-struct SOCKADDR-UN-ABSTRACT %ld\n", CAST_SIGNED(sizeof(struct sockaddr_un))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:708:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 708 | fprintf(out, "(cl:defconstant ENOPKG %ld)\n", CAST_SIGNED(ENOPKG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:321:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 321 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sun_family))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:715:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 715 | fprintf(out, "(cl:defconstant EREMOTE %ld)\n", CAST_SIGNED(EREMOTE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:324:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 324 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.sun_path))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:722:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 722 | fprintf(out, "(cl:defconstant ENOLINK %ld)\n", CAST_SIGNED(ENOLINK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:328:53: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 328 | fprintf(out, "(cl:defconstant INET-ADDRSTRLEN %ld)\n", CAST_SIGNED(INET_ADDRSTRLEN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:729:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 729 | fprintf(out, "(cl:defconstant EADV %ld)\n", CAST_SIGNED(EADV)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:333:54: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 333 | fprintf(out, "(cl:defconstant INET6-ADDRSTRLEN %ld)\n", CAST_SIGNED(INET6_ADDRSTRLEN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:736:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 736 | fprintf(out, "(cl:defconstant ESRMNT %ld)\n", CAST_SIGNED(ESRMNT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:743:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 743 | fprintf(out, "(cl:defconstant ECOMM %ld)\n", CAST_SIGNED(ECOMM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:343:57: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 343 | fprintf(out, "(sb-grovel::define-c-struct HOSTENT %ld\n", CAST_SIGNED(sizeof(struct hostent))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:750:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 750 | fprintf(out, "(cl:defconstant EPROTO %ld)\n", CAST_SIGNED(EPROTO)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:347:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 347 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.h_name))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:757:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 757 | fprintf(out, "(cl:defconstant EMULTIHOP %ld)\n", CAST_SIGNED(EMULTIHOP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:350:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 350 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.h_aliases))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:764:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 764 | fprintf(out, "(cl:defconstant EDOTDOT %ld)\n", CAST_SIGNED(EDOTDOT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:353:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 353 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.h_addrtype))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:771:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 771 | fprintf(out, "(cl:defconstant EBADMSG %ld)\n", CAST_SIGNED(EBADMSG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:356:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 356 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.h_length))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:778:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 778 | fprintf(out, "(cl:defconstant EOVERFLOW %ld)\n", CAST_SIGNED(EOVERFLOW)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:359:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 359 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.h_addr_list))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:785:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 785 | fprintf(out, "(cl:defconstant ENOTUNIQ %ld)\n", CAST_SIGNED(ENOTUNIQ)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:792:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 792 | fprintf(out, "(cl:defconstant EBADFD %ld)\n", CAST_SIGNED(EBADFD)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:799:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 799 | fprintf(out, "(cl:defconstant EREMCHG %ld)\n", CAST_SIGNED(EREMCHG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:806:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 806 | fprintf(out, "(cl:defconstant ELIBACC %ld)\n", CAST_SIGNED(ELIBACC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:408:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 408 | fprintf(out, "(cl:defconstant IPPROTO_IP %ld)\n", CAST_SIGNED(IPPROTO_IP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:413:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 413 | fprintf(out, "(cl:defconstant IPPROTO_IPV6 %ld)\n", CAST_SIGNED(IPPROTO_IPV6)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:813:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 813 | fprintf(out, "(cl:defconstant ELIBBAD %ld)\n", CAST_SIGNED(ELIBBAD)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:418:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 418 | fprintf(out, "(cl:defconstant IPPROTO_ICMP %ld)\n", CAST_SIGNED(IPPROTO_ICMP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:820:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 820 | fprintf(out, "(cl:defconstant ELIBSCN %ld)\n", CAST_SIGNED(ELIBSCN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:423:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 423 | fprintf(out, "(cl:defconstant IPPROTO_IGMP %ld)\n", CAST_SIGNED(IPPROTO_IGMP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:827:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 827 | fprintf(out, "(cl:defconstant ELIBMAX %ld)\n", CAST_SIGNED(ELIBMAX)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:428:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 428 | fprintf(out, "(cl:defconstant IPPROTO_TCP %ld)\n", CAST_SIGNED(IPPROTO_TCP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:834:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 834 | fprintf(out, "(cl:defconstant ELIBEXEC %ld)\n", CAST_SIGNED(ELIBEXEC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:433:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 433 | fprintf(out, "(cl:defconstant IPPROTO_UDP %ld)\n", CAST_SIGNED(IPPROTO_UDP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:841:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 841 | fprintf(out, "(cl:defconstant EILSEQ %ld)\n", CAST_SIGNED(EILSEQ)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:438:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 438 | fprintf(out, "(cl:defconstant IPPROTO_RAW %ld)\n", CAST_SIGNED(IPPROTO_RAW)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:848:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 848 | fprintf(out, "(cl:defconstant ERESTART %ld)\n", CAST_SIGNED(ERESTART)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:443:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 443 | fprintf(out, "(cl:defconstant AF-LOCAL %ld \"Local to host (pipes and file-domain).\")\n", CAST_SIGNED(AF_LOCAL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:855:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 855 | fprintf(out, "(cl:defconstant ESTRPIPE %ld)\n", CAST_SIGNED(ESTRPIPE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:448:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 448 | fprintf(out, "(cl:defconstant IFNAMSIZ %ld)\n", CAST_SIGNED(IFNAMSIZ)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:862:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 862 | fprintf(out, "(cl:defconstant EUSERS %ld)\n", CAST_SIGNED(EUSERS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:453:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 453 | fprintf(out, "(cl:defconstant SHUT_RD %ld)\n", CAST_SIGNED(SHUT_RD)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:869:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 869 | fprintf(out, "(cl:defconstant ENOTSOCK %ld)\n", CAST_SIGNED(ENOTSOCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:458:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 458 | fprintf(out, "(cl:defconstant SHUT_WR %ld)\n", CAST_SIGNED(SHUT_WR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:876:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 876 | fprintf(out, "(cl:defconstant EDESTADDRREQ %ld)\n", CAST_SIGNED(EDESTADDRREQ)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:463:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 463 | fprintf(out, "(cl:defconstant SHUT_RDWR %ld)\n", CAST_SIGNED(SHUT_RDWR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:468:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 468 | fprintf(out, "(cl:defconstant O-NONBLOCK %ld)\n", CAST_SIGNED(O_NONBLOCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:883:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 883 | fprintf(out, "(cl:defconstant EMSGSIZE %ld)\n", CAST_SIGNED(EMSGSIZE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:473:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 473 | fprintf(out, "(cl:defconstant F-GETFL %ld)\n", CAST_SIGNED(F_GETFL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:890:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 890 | fprintf(out, "(cl:defconstant EPROTOTYPE %ld)\n", CAST_SIGNED(EPROTOTYPE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:478:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 478 | fprintf(out, "(cl:defconstant F-SETFL %ld)\n", CAST_SIGNED(F_SETFL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:897:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 897 | fprintf(out, "(cl:defconstant ENOPROTOOPT %ld)\n", CAST_SIGNED(ENOPROTOOPT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:483:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 483 | fprintf(out, "(cl:defconstant MSG-TRUNC %ld)\n", CAST_SIGNED(MSG_TRUNC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:904:53: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 904 | fprintf(out, "(cl:defconstant EPROTONOSUPPORT %ld)\n", CAST_SIGNED(EPROTONOSUPPORT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:488:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 488 | fprintf(out, "(cl:defconstant MSG-WAITALL %ld)\n", CAST_SIGNED(MSG_WAITALL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:493:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 493 | fprintf(out, "(cl:defconstant MSG-EOR %ld)\n", CAST_SIGNED(MSG_EOR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:911:53: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 911 | fprintf(out, "(cl:defconstant ESOCKTNOSUPPORT %ld)\n", CAST_SIGNED(ESOCKTNOSUPPORT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:498:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 498 | fprintf(out, "(cl:defconstant MSG-DONTWAIT %ld)\n", CAST_SIGNED(MSG_DONTWAIT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:918:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 918 | fprintf(out, "(cl:defconstant EOPNOTSUPP %ld)\n", CAST_SIGNED(EOPNOTSUPP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:503:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 503 | fprintf(out, "(cl:defconstant MSG-NOSIGNAL %ld)\n", CAST_SIGNED(MSG_NOSIGNAL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:508:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 508 | fprintf(out, "(cl:defconstant MSG-CONFIRM %ld)\n", CAST_SIGNED(MSG_CONFIRM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:925:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 925 | fprintf(out, "(cl:defconstant EPFNOSUPPORT %ld)\n", CAST_SIGNED(EPFNOSUPPORT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:513:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 513 | fprintf(out, "(cl:defconstant MSG-MORE %ld)\n", CAST_SIGNED(MSG_MORE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:932:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 932 | fprintf(out, "(cl:defconstant EAFNOSUPPORT %ld)\n", CAST_SIGNED(EAFNOSUPPORT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:518:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 518 | fprintf(out, "(cl:defconstant EADDRINUSE %ld)\n", CAST_SIGNED(EADDRINUSE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:523:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 523 | fprintf(out, "(cl:defconstant EAGAIN %ld)\n", CAST_SIGNED(EAGAIN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:939:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 939 | fprintf(out, "(cl:defconstant EADDRINUSE %ld)\n", CAST_SIGNED(EADDRINUSE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:528:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 528 | fprintf(out, "(cl:defconstant EBADF %ld)\n", CAST_SIGNED(EBADF)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:946:51: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 946 | fprintf(out, "(cl:defconstant EADDRNOTAVAIL %ld)\n", CAST_SIGNED(EADDRNOTAVAIL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:533:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 533 | fprintf(out, "(cl:defconstant ECONNREFUSED %ld)\n", CAST_SIGNED(ECONNREFUSED)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:953:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 953 | fprintf(out, "(cl:defconstant ENETDOWN %ld)\n", CAST_SIGNED(ENETDOWN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:538:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 538 | fprintf(out, "(cl:defconstant ETIMEDOUT %ld)\n", CAST_SIGNED(ETIMEDOUT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:960:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 960 | fprintf(out, "(cl:defconstant ENETUNREACH %ld)\n", CAST_SIGNED(ENETUNREACH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:543:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 543 | fprintf(out, "(cl:defconstant EINTR %ld)\n", CAST_SIGNED(EINTR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:548:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 548 | fprintf(out, "(cl:defconstant EINVAL %ld)\n", CAST_SIGNED(EINVAL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:967:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 967 | fprintf(out, "(cl:defconstant ENETRESET %ld)\n", CAST_SIGNED(ENETRESET)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:553:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 553 | fprintf(out, "(cl:defconstant ENOBUFS %ld)\n", CAST_SIGNED(ENOBUFS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:974:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 974 | fprintf(out, "(cl:defconstant ECONNABORTED %ld)\n", CAST_SIGNED(ECONNABORTED)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:558:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 558 | fprintf(out, "(cl:defconstant ENOMEM %ld)\n", CAST_SIGNED(ENOMEM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:981:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 981 | fprintf(out, "(cl:defconstant ECONNRESET %ld)\n", CAST_SIGNED(ECONNRESET)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:563:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 563 | fprintf(out, "(cl:defconstant EOPNOTSUPP %ld)\n", CAST_SIGNED(EOPNOTSUPP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:568:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 568 | fprintf(out, "(cl:defconstant EPERM %ld)\n", CAST_SIGNED(EPERM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:988:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 988 | fprintf(out, "(cl:defconstant ENOBUFS %ld)\n", CAST_SIGNED(ENOBUFS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:573:53: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 573 | fprintf(out, "(cl:defconstant EPROTONOSUPPORT %ld)\n", CAST_SIGNED(EPROTONOSUPPORT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:995:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 995 | fprintf(out, "(cl:defconstant EISCONN %ld)\n", CAST_SIGNED(EISCONN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:578:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 578 | fprintf(out, "(cl:defconstant ERANGE %ld)\n", CAST_SIGNED(ERANGE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:583:53: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 583 | fprintf(out, "(cl:defconstant ESOCKTNOSUPPORT %ld)\n", CAST_SIGNED(ESOCKTNOSUPPORT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1002:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1002 | fprintf(out, "(cl:defconstant ENOTCONN %ld)\n", CAST_SIGNED(ENOTCONN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:588:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 588 | fprintf(out, "(cl:defconstant ENETUNREACH %ld)\n", CAST_SIGNED(ENETUNREACH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1009:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1009 | fprintf(out, "(cl:defconstant ESHUTDOWN %ld)\n", CAST_SIGNED(ESHUTDOWN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:593:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 593 | fprintf(out, "(cl:defconstant ENOTCONN %ld)\n", CAST_SIGNED(ENOTCONN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1016:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1016 | fprintf(out, "(cl:defconstant ETOOMANYREFS %ld)\n", CAST_SIGNED(ETOOMANYREFS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:598:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 598 | fprintf(out, "(cl:defconstant EAFNOSUPPORT %ld)\n", CAST_SIGNED(EAFNOSUPPORT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:603:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 603 | fprintf(out, "(cl:defconstant EINPROGRESS %ld)\n", CAST_SIGNED(EINPROGRESS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1023:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1023 | fprintf(out, "(cl:defconstant ETIMEDOUT %ld)\n", CAST_SIGNED(ETIMEDOUT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:607:58: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 607 | fprintf(out, "(sb-grovel::define-c-struct ADDRINFO %ld\n", CAST_SIGNED(sizeof(struct addrinfo))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1030:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1030 | fprintf(out, "(cl:defconstant ECONNREFUSED %ld)\n", CAST_SIGNED(ECONNREFUSED)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:611:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 611 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.ai_flags))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1037:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1037 | fprintf(out, "(cl:defconstant EHOSTDOWN %ld)\n", CAST_SIGNED(EHOSTDOWN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:614:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 614 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.ai_family))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1044:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1044 | fprintf(out, "(cl:defconstant EHOSTUNREACH %ld)\n", CAST_SIGNED(EHOSTUNREACH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:617:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 617 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.ai_socktype))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1051:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1051 | fprintf(out, "(cl:defconstant EALREADY %ld)\n", CAST_SIGNED(EALREADY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:620:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 620 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.ai_protocol))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1058:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1058 | fprintf(out, "(cl:defconstant EINPROGRESS %ld)\n", CAST_SIGNED(EINPROGRESS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:623:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 623 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.ai_addrlen))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1065:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1065 | fprintf(out, "(cl:defconstant ESTALE %ld)\n", CAST_SIGNED(ESTALE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:626:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 626 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.ai_addr))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1072:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1072 | fprintf(out, "(cl:defconstant EUCLEAN %ld)\n", CAST_SIGNED(EUCLEAN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:629:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 629 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.ai_canonname))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1079:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1079 | fprintf(out, "(cl:defconstant ENOTNAM %ld)\n", CAST_SIGNED(ENOTNAM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:632:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 632 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.ai_next))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1086:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1086 | fprintf(out, "(cl:defconstant ENAVAIL %ld)\n", CAST_SIGNED(ENAVAIL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1093:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1093 | fprintf(out, "(cl:defconstant EREMOTEIO %ld)\n", CAST_SIGNED(EREMOTEIO)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:648:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 648 | fprintf(out, "(cl:defconstant EAI-FAMILY %ld)\n", CAST_SIGNED(EAI_FAMILY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1100:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1100 | fprintf(out, "(cl:defconstant EDQUOT %ld)\n", CAST_SIGNED(EDQUOT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:653:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 653 | fprintf(out, "(cl:defconstant EAI-SOCKTYPE %ld)\n", CAST_SIGNED(EAI_SOCKTYPE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1107:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1107 | fprintf(out, "(cl:defconstant ENOMEDIUM %ld)\n", CAST_SIGNED(ENOMEDIUM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:658:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 658 | fprintf(out, "(cl:defconstant EAI-BADFLAGS %ld)\n", CAST_SIGNED(EAI_BADFLAGS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:663:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 663 | fprintf(out, "(cl:defconstant EAI-NONAME %ld)\n", CAST_SIGNED(EAI_NONAME)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1114:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1114 | fprintf(out, "(cl:defconstant EMEDIUMTYPE %ld)\n", CAST_SIGNED(EMEDIUMTYPE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:668:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 668 | fprintf(out, "(cl:defconstant EAI-SERVICE %ld)\n", CAST_SIGNED(EAI_SERVICE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1121:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1121 | fprintf(out, "(cl:defconstant WNOHANG %ld)\n", CAST_SIGNED(WNOHANG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:673:52: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 673 | fprintf(out, "(cl:defconstant EAI-ADDRFAMILY %ld)\n", CAST_SIGNED(EAI_ADDRFAMILY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1127:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1127 | fprintf(out, "(cl:defconstant WUNTRACED %ld)\n", CAST_SIGNED(WUNTRACED)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:678:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 678 | fprintf(out, "(cl:defconstant EAI-MEMORY %ld)\n", CAST_SIGNED(EAI_MEMORY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:683:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 683 | fprintf(out, "(cl:defconstant EAI-FAIL %ld)\n", CAST_SIGNED(EAI_FAIL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1132:75: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 1132 | fprintf(out, "(sb-alien:define-alien-type MODE-T (sb-alien:%ssigned %ld))\n", SIGNED_(mode_t), CAST_SIGNED((8*sizeof(mode_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:688:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 688 | fprintf(out, "(cl:defconstant EAI-AGAIN %ld)\n", CAST_SIGNED(EAI_AGAIN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1134:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1134 | fprintf(out, "(cl:defconstant S-IFMT %ld)\n", CAST_SIGNED(S_IFMT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:693:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 693 | fprintf(out, "(cl:defconstant EAI-SYSTEM %ld)\n", CAST_SIGNED(EAI_SYSTEM)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1140:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1140 | fprintf(out, "(cl:defconstant S-IFIFO %ld)\n", CAST_SIGNED(S_IFIFO)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-bsd-sockets/runme.c:698:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 698 | fprintf(out, "(cl:defconstant NI-NAMEREQD %ld)\n", CAST_SIGNED(NI_NAMEREQD)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1146:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1146 | fprintf(out, "(cl:defconstant S-IFCHR %ld)\n", CAST_SIGNED(S_IFCHR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1152:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1152 | fprintf(out, "(cl:defconstant S-IFDIR %ld)\n", CAST_SIGNED(S_IFDIR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1158:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1158 | fprintf(out, "(cl:defconstant S-IFBLK %ld)\n", CAST_SIGNED(S_IFBLK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1164:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1164 | fprintf(out, "(cl:defconstant S-IFREG %ld)\n", CAST_SIGNED(S_IFREG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1170:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1170 | fprintf(out, "(cl:defconstant S-IFLNK %ld)\n", CAST_SIGNED(S_IFLNK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1176:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1176 | fprintf(out, "(cl:defconstant S-IFSOCK %ld)\n", CAST_SIGNED(S_IFSOCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1188:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1188 | fprintf(out, "(cl:defconstant S-ISUID %ld)\n", CAST_SIGNED(S_ISUID)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1194:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1194 | fprintf(out, "(cl:defconstant S-ISGID %ld)\n", CAST_SIGNED(S_ISGID)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1200:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1200 | fprintf(out, "(cl:defconstant S-ISVTX %ld)\n", CAST_SIGNED(S_ISVTX)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1206:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1206 | fprintf(out, "(cl:defconstant S-IRUSR %ld)\n", CAST_SIGNED(S_IRUSR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1212:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1212 | fprintf(out, "(cl:defconstant S-IWUSR %ld)\n", CAST_SIGNED(S_IWUSR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1218:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1218 | fprintf(out, "(cl:defconstant S-IXUSR %ld)\n", CAST_SIGNED(S_IXUSR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1224:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1224 | fprintf(out, "(cl:defconstant S-IREAD %ld)\n", CAST_SIGNED(S_IRUSR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1230:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1230 | fprintf(out, "(cl:defconstant S-IWRITE %ld)\n", CAST_SIGNED(S_IWUSR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1236:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1236 | fprintf(out, "(cl:defconstant S-IEXEC %ld)\n", CAST_SIGNED(S_IXUSR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1242:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1242 | fprintf(out, "(cl:defconstant S-IRGRP %ld)\n", CAST_SIGNED(S_IRGRP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1248:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1248 | fprintf(out, "(cl:defconstant S-IWGRP %ld)\n", CAST_SIGNED(S_IWGRP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1254:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1254 | fprintf(out, "(cl:defconstant S-IXGRP %ld)\n", CAST_SIGNED(S_IXGRP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1260:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1260 | fprintf(out, "(cl:defconstant S-IROTH %ld)\n", CAST_SIGNED(S_IROTH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1266:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1266 | fprintf(out, "(cl:defconstant S-IWOTH %ld)\n", CAST_SIGNED(S_IWOTH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1272:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1272 | fprintf(out, "(cl:defconstant S-IXOTH %ld)\n", CAST_SIGNED(S_IXOTH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1278:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1278 | fprintf(out, "(cl:defconstant R-OK %ld)\n", CAST_SIGNED(R_OK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1284:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1284 | fprintf(out, "(cl:defconstant W-OK %ld)\n", CAST_SIGNED(W_OK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1290:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1290 | fprintf(out, "(cl:defconstant X-OK %ld)\n", CAST_SIGNED(X_OK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1296:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1296 | fprintf(out, "(cl:defconstant F-OK %ld)\n", CAST_SIGNED(F_OK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1301:74: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 1301 | fprintf(out, "(sb-alien:define-alien-type OFF-T (sb-alien:%ssigned %ld))\n", SIGNED_(off_t), CAST_SIGNED((8*sizeof(off_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1303:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1303 | fprintf(out, "(cl:defconstant PROT-NONE %ld \"mmap: no protection\")\n", CAST_SIGNED(PROT_NONE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1309:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1309 | fprintf(out, "(cl:defconstant PROT-READ %ld \"mmap: read protection\")\n", CAST_SIGNED(PROT_READ)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1315:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1315 | fprintf(out, "(cl:defconstant PROT-WRITE %ld \"mmap: write protection\")\n", CAST_SIGNED(PROT_WRITE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1321:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1321 | fprintf(out, "(cl:defconstant PROT-EXEC %ld \"mmap: execute protection\")\n", CAST_SIGNED(PROT_EXEC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1327:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1327 | fprintf(out, "(cl:defconstant MAP-SHARED %ld \"mmap: shared memory\")\n", CAST_SIGNED(MAP_SHARED)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1333:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1333 | fprintf(out, "(cl:defconstant MAP-PRIVATE %ld \"mmap: private mapping\")\n", CAST_SIGNED(MAP_PRIVATE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1339:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1339 | fprintf(out, "(cl:defconstant MAP-FIXED %ld \"mmap: map at given location\")\n", CAST_SIGNED(MAP_FIXED)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1345:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1345 | fprintf(out, "(cl:defconstant MAP-ANON %ld \"mmap: anonymous mapping not associated with any file\")\n", CAST_SIGNED(MAP_ANON)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1351:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1351 | fprintf(out, "(cl:defconstant MS-ASYNC %ld \"msync: return immediately\")\n", CAST_SIGNED(MS_ASYNC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1357:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1357 | fprintf(out, "(cl:defconstant MS-SYNC %ld \"msync: perform synchronous writes\")\n", CAST_SIGNED(MS_SYNC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1363:51: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1363 | fprintf(out, "(cl:defconstant MS-INVALIDATE %ld \"msync: invalidate all cached data\")\n", CAST_SIGNED(MS_INVALIDATE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1369:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1369 | fprintf(out, "(cl:defconstant MCL-CURRENT %ld \"mlockall: lock all pages which are currently mapped into the address space of the process.\")\n", CAST_SIGNED(MCL_CURRENT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1375:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1375 | fprintf(out, "(cl:defconstant MCL-FUTURE %ld \"mlockall: lock all pages which will become mapped into the address space of the process in the future.\")\n", CAST_SIGNED(MCL_FUTURE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1380:56: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1380 | fprintf(out, "(sb-grovel::define-c-struct DIRENT %ld\n", CAST_SIGNED(sizeof(struct dirent64))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1384:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1384 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.d_ino))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1387:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1387 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.d_name))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1390:62: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1390 | fprintf(out, "(sb-grovel::define-c-struct ALIEN-PASSWD %ld\n", CAST_SIGNED(sizeof(struct passwd))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1394:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1394 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.pw_name))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1397:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1397 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.pw_passwd))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1400:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1400 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.pw_uid))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1403:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1403 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.pw_gid))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1406:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1406 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.pw_gecos))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1409:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1409 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.pw_dir))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1412:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1412 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.pw_shell))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1415:61: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1415 | fprintf(out, "(sb-grovel::define-c-struct ALIEN-GROUP %ld\n", CAST_SIGNED(sizeof(struct group))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1419:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1419 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.gr_name))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1422:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1422 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.gr_passwd))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1425:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1425 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.gr_gid))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1428:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1428 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.gr_mem))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1431:60: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1431 | fprintf(out, "(sb-grovel::define-c-struct ALIEN-STAT %ld\n", CAST_SIGNED(sizeof(struct stat))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1435:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1435 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.st_mode))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1438:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1438 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.st_ino))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1441:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1441 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.st_dev))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1444:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1444 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.st_nlink))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1447:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1447 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.st_uid))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1450:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1450 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.st_rdev))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1453:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1453 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.st_gid))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1456:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1456 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.st_size))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1459:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1459 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.st_atime))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1462:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1462 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.st_mtime))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1465:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1465 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.st_ctime))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1469:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1469 | fprintf(out, "(cl:defconstant O-RDONLY %ld)\n", CAST_SIGNED(O_RDONLY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1475:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1475 | fprintf(out, "(cl:defconstant O-WRONLY %ld)\n", CAST_SIGNED(O_WRONLY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1481:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1481 | fprintf(out, "(cl:defconstant O-RDWR %ld)\n", CAST_SIGNED(O_RDWR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1487:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1487 | fprintf(out, "(cl:defconstant O-CREAT %ld)\n", CAST_SIGNED(O_CREAT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1493:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1493 | fprintf(out, "(cl:defconstant O-EXCL %ld)\n", CAST_SIGNED(O_EXCL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1499:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1499 | fprintf(out, "(cl:defconstant O-NOCTTY %ld)\n", CAST_SIGNED(O_NOCTTY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1505:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1505 | fprintf(out, "(cl:defconstant O-TRUNC %ld)\n", CAST_SIGNED(O_TRUNC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1511:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1511 | fprintf(out, "(cl:defconstant O-APPEND %ld)\n", CAST_SIGNED(O_APPEND)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1517:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1517 | fprintf(out, "(cl:defconstant O-NONBLOCK %ld)\n", CAST_SIGNED(O_NONBLOCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1523:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1523 | fprintf(out, "(cl:defconstant O-NDELAY %ld)\n", CAST_SIGNED(O_NDELAY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1529:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1529 | fprintf(out, "(cl:defconstant O-SYNC %ld)\n", CAST_SIGNED(O_SYNC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1535:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1535 | fprintf(out, "(cl:defconstant O-NOFOLLOW %ld)\n", CAST_SIGNED(O_NOFOLLOW)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1541:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1541 | fprintf(out, "(cl:defconstant O-DIRECTORY %ld)\n", CAST_SIGNED(O_DIRECTORY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1547:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1547 | fprintf(out, "(cl:defconstant O-DIRECT %ld)\n", CAST_SIGNED(O_DIRECT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1553:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1553 | fprintf(out, "(cl:defconstant O-ASYNC %ld)\n", CAST_SIGNED(O_ASYNC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1559:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1559 | fprintf(out, "(cl:defconstant O-LARGEFILE %ld)\n", CAST_SIGNED(O_LARGEFILE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1565:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1565 | fprintf(out, "(cl:defconstant O-DSYNC %ld)\n", CAST_SIGNED(O_DSYNC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1571:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1571 | fprintf(out, "(cl:defconstant O-RSYNC %ld)\n", CAST_SIGNED(O_RSYNC)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1577:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1577 | fprintf(out, "(cl:defconstant SEEK-SET %ld)\n", CAST_SIGNED(SEEK_SET)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1583:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1583 | fprintf(out, "(cl:defconstant SEEK-CUR %ld)\n", CAST_SIGNED(SEEK_CUR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1589:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1589 | fprintf(out, "(cl:defconstant SEEK-END %ld)\n", CAST_SIGNED(SEEK_END)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1595:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1595 | fprintf(out, "(cl:defconstant F-DUPFD %ld)\n", CAST_SIGNED(F_DUPFD)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1601:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1601 | fprintf(out, "(cl:defconstant F-GETFD %ld)\n", CAST_SIGNED(F_GETFD)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1607:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1607 | fprintf(out, "(cl:defconstant F-SETFD %ld)\n", CAST_SIGNED(F_SETFD)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1613:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1613 | fprintf(out, "(cl:defconstant F-GETFL %ld)\n", CAST_SIGNED(F_GETFL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1619:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1619 | fprintf(out, "(cl:defconstant F-SETFL %ld)\n", CAST_SIGNED(F_SETFL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1625:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1625 | fprintf(out, "(cl:defconstant F-GETLK %ld)\n", CAST_SIGNED(F_GETLK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1631:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1631 | fprintf(out, "(cl:defconstant F-SETLK %ld)\n", CAST_SIGNED(F_SETLK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1637:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1637 | fprintf(out, "(cl:defconstant F-SETLKW %ld)\n", CAST_SIGNED(F_SETLKW)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1643:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1643 | fprintf(out, "(cl:defconstant F-GETOWN %ld)\n", CAST_SIGNED(F_GETOWN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1649:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1649 | fprintf(out, "(cl:defconstant F-SETOWN %ld)\n", CAST_SIGNED(F_SETOWN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1655:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1655 | fprintf(out, "(cl:defconstant F-RDLCK %ld)\n", CAST_SIGNED(F_RDLCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1661:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1661 | fprintf(out, "(cl:defconstant F-WRLCK %ld)\n", CAST_SIGNED(F_WRLCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1667:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1667 | fprintf(out, "(cl:defconstant F-UNLCK %ld)\n", CAST_SIGNED(F_UNLCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1672:61: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1672 | fprintf(out, "(sb-grovel::define-c-struct ALIEN-FLOCK %ld\n", CAST_SIGNED(sizeof(struct flock))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1676:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1676 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.l_type))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1679:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1679 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.l_whence))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1682:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1682 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.l_start))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1685:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1685 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.l_len))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1688:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1688 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.l_pid))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1692:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1692 | fprintf(out, "(cl:defconstant F-LOCK %ld)\n", CAST_SIGNED(F_LOCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1698:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1698 | fprintf(out, "(cl:defconstant F-TLOCK %ld)\n", CAST_SIGNED(F_TLOCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1704:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1704 | fprintf(out, "(cl:defconstant F-ULOCK %ld)\n", CAST_SIGNED(F_ULOCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1710:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1710 | fprintf(out, "(cl:defconstant F-TEST %ld)\n", CAST_SIGNED(F_TEST)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1715:73: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 1715 | fprintf(out, "(sb-alien:define-alien-type CC-T (sb-alien:%ssigned %ld))\n", SIGNED_(cc_t), CAST_SIGNED((8*sizeof(cc_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1716:76: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 1716 | fprintf(out, "(sb-alien:define-alien-type SPEED-T (sb-alien:%ssigned %ld))\n", SIGNED_(speed_t), CAST_SIGNED((8*sizeof(speed_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1718:77: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 1718 | fprintf(out, "(sb-alien:define-alien-type TCFLAG-T (sb-alien:%ssigned %ld))\n", SIGNED_(tcflag_t), CAST_SIGNED((8*sizeof(tcflag_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1721:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1721 | fprintf(out, "(cl:defconstant NCCS %ld)\n", CAST_SIGNED(NCCS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1726:63: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1726 | fprintf(out, "(sb-grovel::define-c-struct ALIEN-TERMIOS %ld\n", CAST_SIGNED(sizeof(struct termios))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1730:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1730 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.c_iflag))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1733:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1733 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.c_oflag))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1736:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1736 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.c_cflag))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1739:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1739 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.c_lflag))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1742:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1742 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.c_cc))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1745:80: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 1745 | fprintf(out, "(sb-alien:define-alien-type SUSECONDS-T (sb-alien:%ssigned %ld))\n", SIGNED_(suseconds_t), CAST_SIGNED((8*sizeof(suseconds_t)))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1746:63: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1746 | fprintf(out, "(sb-grovel::define-c-struct ALIEN-UTIMBUF %ld\n", CAST_SIGNED(sizeof(struct utimbuf))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1750:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1750 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.actime))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1753:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1753 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.modtime))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1756:63: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1756 | fprintf(out, "(sb-grovel::define-c-struct ALIEN-TIMEVAL %ld\n", CAST_SIGNED(sizeof(struct timeval))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1760:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1760 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.tv_sec))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1763:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1763 | fprintf(out, " %ld)\n", CAST_SIGNED(sizeof(t.tv_usec))); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1767:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1767 | fprintf(out, "(cl:defconstant VEOF %ld)\n", CAST_SIGNED(VEOF)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1773:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1773 | fprintf(out, "(cl:defconstant VEOL %ld)\n", CAST_SIGNED(VEOL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1779:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1779 | fprintf(out, "(cl:defconstant VERASE %ld)\n", CAST_SIGNED(VERASE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1785:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1785 | fprintf(out, "(cl:defconstant VINTR %ld)\n", CAST_SIGNED(VINTR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1791:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1791 | fprintf(out, "(cl:defconstant VKILL %ld)\n", CAST_SIGNED(VKILL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1797:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1797 | fprintf(out, "(cl:defconstant VMIN %ld)\n", CAST_SIGNED(VMIN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1803:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1803 | fprintf(out, "(cl:defconstant VQUIT %ld)\n", CAST_SIGNED(VQUIT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1809:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1809 | fprintf(out, "(cl:defconstant VSTART %ld)\n", CAST_SIGNED(VSTART)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1815:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1815 | fprintf(out, "(cl:defconstant VSTOP %ld)\n", CAST_SIGNED(VSTOP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1821:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1821 | fprintf(out, "(cl:defconstant VSUSP %ld)\n", CAST_SIGNED(VSUSP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1827:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1827 | fprintf(out, "(cl:defconstant VTIME %ld)\n", CAST_SIGNED(VTIME)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1833:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1833 | fprintf(out, "(cl:defconstant VDISABLE %ld)\n", CAST_SIGNED(_POSIX_VDISABLE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1839:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1839 | fprintf(out, "(cl:defconstant BRKINT %ld)\n", CAST_SIGNED(BRKINT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1845:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1845 | fprintf(out, "(cl:defconstant ICRNL %ld)\n", CAST_SIGNED(ICRNL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1851:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1851 | fprintf(out, "(cl:defconstant IGNBRK %ld)\n", CAST_SIGNED(IGNBRK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1857:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1857 | fprintf(out, "(cl:defconstant IGNCR %ld)\n", CAST_SIGNED(IGNCR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1863:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1863 | fprintf(out, "(cl:defconstant IGNPAR %ld)\n", CAST_SIGNED(IGNPAR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1869:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1869 | fprintf(out, "(cl:defconstant INLCR %ld)\n", CAST_SIGNED(INLCR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1875:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1875 | fprintf(out, "(cl:defconstant INPCK %ld)\n", CAST_SIGNED(INPCK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1881:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1881 | fprintf(out, "(cl:defconstant ISTRIP %ld)\n", CAST_SIGNED(ISTRIP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1887:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1887 | fprintf(out, "(cl:defconstant IXOFF %ld)\n", CAST_SIGNED(IXOFF)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1893:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1893 | fprintf(out, "(cl:defconstant IXON %ld)\n", CAST_SIGNED(IXON)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1899:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1899 | fprintf(out, "(cl:defconstant PARMRK %ld)\n", CAST_SIGNED(PARMRK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1905:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1905 | fprintf(out, "(cl:defconstant OPOST %ld)\n", CAST_SIGNED(OPOST)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1911:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1911 | fprintf(out, "(cl:defconstant OCRNL %ld)\n", CAST_SIGNED(OCRNL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1917:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1917 | fprintf(out, "(cl:defconstant ONOCR %ld)\n", CAST_SIGNED(ONOCR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1923:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1923 | fprintf(out, "(cl:defconstant ONLRET %ld)\n", CAST_SIGNED(ONLRET)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1929:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1929 | fprintf(out, "(cl:defconstant OFDEL %ld)\n", CAST_SIGNED(OFDEL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1935:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1935 | fprintf(out, "(cl:defconstant OFILL %ld)\n", CAST_SIGNED(OFILL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1941:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1941 | fprintf(out, "(cl:defconstant NLDLY %ld)\n", CAST_SIGNED(NLDLY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1947:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1947 | fprintf(out, "(cl:defconstant NL0 %ld)\n", CAST_SIGNED(NL0)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1953:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1953 | fprintf(out, "(cl:defconstant NL1 %ld)\n", CAST_SIGNED(NL1)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1959:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1959 | fprintf(out, "(cl:defconstant CRDLY %ld)\n", CAST_SIGNED(CRDLY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1965:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1965 | fprintf(out, "(cl:defconstant CR0 %ld)\n", CAST_SIGNED(CR0)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1971:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1971 | fprintf(out, "(cl:defconstant CR1 %ld)\n", CAST_SIGNED(CR1)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1977:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1977 | fprintf(out, "(cl:defconstant CR2 %ld)\n", CAST_SIGNED(CR2)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1983:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1983 | fprintf(out, "(cl:defconstant CR3 %ld)\n", CAST_SIGNED(CR3)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1989:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1989 | fprintf(out, "(cl:defconstant TABDLY %ld)\n", CAST_SIGNED(TABDLY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:1995:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 1995 | fprintf(out, "(cl:defconstant TAB0 %ld)\n", CAST_SIGNED(TAB0)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2001:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2001 | fprintf(out, "(cl:defconstant TAB1 %ld)\n", CAST_SIGNED(TAB1)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2007:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2007 | fprintf(out, "(cl:defconstant TAB2 %ld)\n", CAST_SIGNED(TAB2)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2013:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2013 | fprintf(out, "(cl:defconstant TAB3 %ld)\n", CAST_SIGNED(TAB3)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2019:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2019 | fprintf(out, "(cl:defconstant BSDLY %ld)\n", CAST_SIGNED(BSDLY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2025:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2025 | fprintf(out, "(cl:defconstant BS0 %ld)\n", CAST_SIGNED(BS0)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2031:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2031 | fprintf(out, "(cl:defconstant BS1 %ld)\n", CAST_SIGNED(BS1)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2037:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2037 | fprintf(out, "(cl:defconstant VTDLY %ld)\n", CAST_SIGNED(VTDLY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2043:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2043 | fprintf(out, "(cl:defconstant VT0 %ld)\n", CAST_SIGNED(VT0)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2049:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2049 | fprintf(out, "(cl:defconstant VT1 %ld)\n", CAST_SIGNED(VT1)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2055:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2055 | fprintf(out, "(cl:defconstant FFDLY %ld)\n", CAST_SIGNED(FFDLY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2061:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2061 | fprintf(out, "(cl:defconstant FF0 %ld)\n", CAST_SIGNED(FF0)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2067:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2067 | fprintf(out, "(cl:defconstant FF1 %ld)\n", CAST_SIGNED(FF1)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2073:40: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2073 | fprintf(out, "(cl:defconstant B0 %ld)\n", CAST_SIGNED(B0)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2079:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2079 | fprintf(out, "(cl:defconstant B50 %ld)\n", CAST_SIGNED(B50)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2085:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2085 | fprintf(out, "(cl:defconstant B75 %ld)\n", CAST_SIGNED(B75)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2091:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2091 | fprintf(out, "(cl:defconstant B110 %ld)\n", CAST_SIGNED(B110)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2097:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2097 | fprintf(out, "(cl:defconstant B134 %ld)\n", CAST_SIGNED(B134)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2103:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2103 | fprintf(out, "(cl:defconstant B150 %ld)\n", CAST_SIGNED(B150)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2109:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2109 | fprintf(out, "(cl:defconstant B200 %ld)\n", CAST_SIGNED(B200)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2115:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2115 | fprintf(out, "(cl:defconstant B300 %ld)\n", CAST_SIGNED(B300)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2121:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2121 | fprintf(out, "(cl:defconstant B600 %ld)\n", CAST_SIGNED(B600)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2127:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2127 | fprintf(out, "(cl:defconstant B1200 %ld)\n", CAST_SIGNED(B1200)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2133:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2133 | fprintf(out, "(cl:defconstant B1800 %ld)\n", CAST_SIGNED(B1800)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2139:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2139 | fprintf(out, "(cl:defconstant B2400 %ld)\n", CAST_SIGNED(B2400)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2145:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2145 | fprintf(out, "(cl:defconstant B4800 %ld)\n", CAST_SIGNED(B4800)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2151:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2151 | fprintf(out, "(cl:defconstant B9600 %ld)\n", CAST_SIGNED(B9600)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2157:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2157 | fprintf(out, "(cl:defconstant B19200 %ld)\n", CAST_SIGNED(B19200)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2163:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2163 | fprintf(out, "(cl:defconstant B38400 %ld)\n", CAST_SIGNED(B38400)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2169:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2169 | fprintf(out, "(cl:defconstant B57600 %ld)\n", CAST_SIGNED(B57600)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2175:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2175 | fprintf(out, "(cl:defconstant B115200 %ld)\n", CAST_SIGNED(B115200)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2181:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2181 | fprintf(out, "(cl:defconstant B230400 %ld)\n", CAST_SIGNED(B230400)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2187:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2187 | fprintf(out, "(cl:defconstant CSIZE %ld)\n", CAST_SIGNED(CSIZE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2193:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2193 | fprintf(out, "(cl:defconstant CS5 %ld)\n", CAST_SIGNED(CS5)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2199:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2199 | fprintf(out, "(cl:defconstant CS6 %ld)\n", CAST_SIGNED(CS6)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2205:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2205 | fprintf(out, "(cl:defconstant CS7 %ld)\n", CAST_SIGNED(CS7)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2211:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2211 | fprintf(out, "(cl:defconstant CS8 %ld)\n", CAST_SIGNED(CS8)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2217:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2217 | fprintf(out, "(cl:defconstant CSTOPB %ld)\n", CAST_SIGNED(CSTOPB)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2223:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2223 | fprintf(out, "(cl:defconstant CREAD %ld)\n", CAST_SIGNED(CREAD)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2229:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2229 | fprintf(out, "(cl:defconstant PARENB %ld)\n", CAST_SIGNED(PARENB)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2235:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2235 | fprintf(out, "(cl:defconstant PARODD %ld)\n", CAST_SIGNED(PARODD)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2241:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2241 | fprintf(out, "(cl:defconstant HUPCL %ld)\n", CAST_SIGNED(HUPCL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2247:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2247 | fprintf(out, "(cl:defconstant CLOCAL %ld)\n", CAST_SIGNED(CLOCAL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2253:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2253 | fprintf(out, "(cl:defconstant ECHO %ld)\n", CAST_SIGNED(ECHO)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2259:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2259 | fprintf(out, "(cl:defconstant ECHOE %ld)\n", CAST_SIGNED(ECHOE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2265:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2265 | fprintf(out, "(cl:defconstant ECHOK %ld)\n", CAST_SIGNED(ECHOK)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2271:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2271 | fprintf(out, "(cl:defconstant ECHONL %ld)\n", CAST_SIGNED(ECHONL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2277:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2277 | fprintf(out, "(cl:defconstant ICANON %ld)\n", CAST_SIGNED(ICANON)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2283:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2283 | fprintf(out, "(cl:defconstant IEXTEN %ld)\n", CAST_SIGNED(IEXTEN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2289:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2289 | fprintf(out, "(cl:defconstant ISIG %ld)\n", CAST_SIGNED(ISIG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2295:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2295 | fprintf(out, "(cl:defconstant NOFLSH %ld)\n", CAST_SIGNED(NOFLSH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2301:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2301 | fprintf(out, "(cl:defconstant TOSTOP %ld)\n", CAST_SIGNED(TOSTOP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2307:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2307 | fprintf(out, "(cl:defconstant TCSANOW %ld)\n", CAST_SIGNED(TCSANOW)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2313:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2313 | fprintf(out, "(cl:defconstant TCSADRAIN %ld)\n", CAST_SIGNED(TCSADRAIN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2319:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2319 | fprintf(out, "(cl:defconstant TCSAFLUSH %ld)\n", CAST_SIGNED(TCSAFLUSH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2325:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2325 | fprintf(out, "(cl:defconstant TCIFLUSH %ld)\n", CAST_SIGNED(TCIFLUSH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2331:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2331 | fprintf(out, "(cl:defconstant TCIOFLUSH %ld)\n", CAST_SIGNED(TCIOFLUSH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2337:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2337 | fprintf(out, "(cl:defconstant TCOFLUSH %ld)\n", CAST_SIGNED(TCOFLUSH)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2343:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2343 | fprintf(out, "(cl:defconstant TCIOFF %ld)\n", CAST_SIGNED(TCIOFF)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2349:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2349 | fprintf(out, "(cl:defconstant TCION %ld)\n", CAST_SIGNED(TCION)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2355:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2355 | fprintf(out, "(cl:defconstant TCOOFF %ld)\n", CAST_SIGNED(TCOOFF)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2361:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2361 | fprintf(out, "(cl:defconstant TCOON %ld)\n", CAST_SIGNED(TCOON)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2367:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2367 | fprintf(out, "(cl:defconstant LOG-USER %ld \"Default openlog() faclity.\")\n", CAST_SIGNED(LOG_USER)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2373:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2373 | fprintf(out, "(cl:defconstant LOG-LOCAL0 %ld \"Locally-defined openlog() facility\")\n", CAST_SIGNED(LOG_LOCAL0)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2379:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2379 | fprintf(out, "(cl:defconstant LOG-LOCAL1 %ld \"Locally-defined openlog() facility\")\n", CAST_SIGNED(LOG_LOCAL1)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2385:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2385 | fprintf(out, "(cl:defconstant LOG-LOCAL2 %ld \"Locally-defined openlog() facility\")\n", CAST_SIGNED(LOG_LOCAL2)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2391:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2391 | fprintf(out, "(cl:defconstant LOG-LOCAL3 %ld \"Locally-defined openlog() facility\")\n", CAST_SIGNED(LOG_LOCAL3)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2397:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2397 | fprintf(out, "(cl:defconstant LOG-LOCAL4 %ld \"Locally-defined openlog() facility\")\n", CAST_SIGNED(LOG_LOCAL4)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2403:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2403 | fprintf(out, "(cl:defconstant LOG-LOCAL5 %ld \"Locally-defined openlog() facility\")\n", CAST_SIGNED(LOG_LOCAL5)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2409:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2409 | fprintf(out, "(cl:defconstant LOG-LOCAL6 %ld \"Locally-defined openlog() facility\")\n", CAST_SIGNED(LOG_LOCAL6)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2415:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2415 | fprintf(out, "(cl:defconstant LOG-LOCAL7 %ld \"Locally-defined openlog() facility\")\n", CAST_SIGNED(LOG_LOCAL7)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2421:50: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2421 | fprintf(out, "(cl:defconstant LOG-AUTHPRIV %ld \"openlog() facility for authorization messages\")\n", CAST_SIGNED(LOG_AUTHPRIV)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2427:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2427 | fprintf(out, "(cl:defconstant LOG-CRON %ld \"openlog() facility for cron and at daemons\")\n", CAST_SIGNED(LOG_CRON)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2433:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2433 | fprintf(out, "(cl:defconstant LOG-DAEMON %ld \"openlog() facility for arbitrary daemons\")\n", CAST_SIGNED(LOG_DAEMON)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2439:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2439 | fprintf(out, "(cl:defconstant LOG-FTP %ld \"openlog() facility for FTP daemons\")\n", CAST_SIGNED(LOG_FTP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2445:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2445 | fprintf(out, "(cl:defconstant LOG-KERN %ld \"openlog() facility for kernel messages\")\n", CAST_SIGNED(LOG_KERN)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2451:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2451 | fprintf(out, "(cl:defconstant LOG-LPR %ld \"openlog() facility for the printer subsystem\")\n", CAST_SIGNED(LOG_LPR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2457:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2457 | fprintf(out, "(cl:defconstant LOG-MAIL %ld \"openlog() facility for the mail subsystem\")\n", CAST_SIGNED(LOG_MAIL)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2463:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2463 | fprintf(out, "(cl:defconstant LOG-NEWS %ld \"openlog() facility for the usenet subsystem\")\n", CAST_SIGNED(LOG_NEWS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2469:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2469 | fprintf(out, "(cl:defconstant LOG-SYSLOG %ld \"openlog() facility for the syslog subsystem\")\n", CAST_SIGNED(LOG_SYSLOG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2475:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2475 | fprintf(out, "(cl:defconstant LOG-UUCP %ld \"openlog() facility for the UUCP subsystem\")\n", CAST_SIGNED(LOG_UUCP)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2481:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2481 | fprintf(out, "(cl:defconstant LOG-PID %ld \"If supplied to openlog(), log the process ID with each message\")\n", CAST_SIGNED(LOG_PID)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2487:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2487 | fprintf(out, "(cl:defconstant LOG-CONS %ld \"If supplied to openlog(), log to the system console as well as logfiles\")\n", CAST_SIGNED(LOG_CONS)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2493:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2493 | fprintf(out, "(cl:defconstant LOG-NDELAY %ld \"If supplied to openlog(), immediately open the syslog connection.\")\n", CAST_SIGNED(LOG_NDELAY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2499:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2499 | fprintf(out, "(cl:defconstant LOG-ODELAY %ld \"If supplied to openlog(), delay opening the syslog connection to the first syslog() call.\")\n", CAST_SIGNED(LOG_ODELAY)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2505:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2505 | fprintf(out, "(cl:defconstant LOG-NOWAIT %ld \"If supplied to openlog(), do not wait for child processes created by calls to syslog().\")\n", CAST_SIGNED(LOG_NOWAIT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2511:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2511 | fprintf(out, "(cl:defconstant LOG-PERROR %ld \"If supplied to openlog(), write log messages to the process's standard error descriptor in addition to the logging facility.\")\n", CAST_SIGNED(LOG_PERROR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2517:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2517 | fprintf(out, "(cl:defconstant LOG-EMERG %ld \"Log severity level denoting a panic.\")\n", CAST_SIGNED(LOG_EMERG)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2523:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2523 | fprintf(out, "(cl:defconstant LOG-ALERT %ld \"Log severity level denoting a condition that should be corrected immediately.\")\n", CAST_SIGNED(LOG_ALERT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2529:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2529 | fprintf(out, "(cl:defconstant LOG-CRIT %ld \"Log severity level denoting critical conditions.\")\n", CAST_SIGNED(LOG_CRIT)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2535:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2535 | fprintf(out, "(cl:defconstant LOG-ERR %ld \"Log severity level denoting an error.\")\n", CAST_SIGNED(LOG_ERR)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2541:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2541 | fprintf(out, "(cl:defconstant LOG-WARNING %ld \"Log severity level denoting a warning.\")\n", CAST_SIGNED(LOG_WARNING)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2547:48: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2547 | fprintf(out, "(cl:defconstant LOG-NOTICE %ld \"Log severity level denoting non-errors that may require special handling.\")\n", CAST_SIGNED(LOG_NOTICE)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2553:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2553 | fprintf(out, "(cl:defconstant LOG-INFO %ld \"Log severity level denoting informational messages.\")\n", CAST_SIGNED(LOG_INFO)); | ~~^ | | | long int | %d -
../../obj/from-self/contrib/sb-posix/runme.c:2559:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 2559 | fprintf(out, "(cl:defconstant LOG-DEBUG %ld \"Log severity level denoting debugging information .\")\n", CAST_SIGNED(LOG_DEBUG)); | ~~^ | | | long int | %d