Stichting-MINIX-Research-Foundation / minix

Official MINIX sources - Automatically replicated from gerrit.minix3.org
Other
3.04k stars 978 forks source link

src/minix/lib/libsys/rmib.c:947: bad % specifier ? #141

Closed dcb314 closed 8 years ago

dcb314 commented 8 years ago

src/minix/lib/libsys/rmib.c:947]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'ssize_t {aka long}'.

Source code is

   printf("lsys:rmib: unable to send reply to %d: %d\n",
        m_in->m_source, r);
dcvmoole commented 8 years ago

Quite right! If only you were my compiler. Thanks again. I'll pick all these up ASAP!