* localtime.cc (increment_overflow): Mark as non-inline to prevent compiler

from complaining about the very thing we're trying to test.
* ntea.cc (read_ea): Reorganize to avoid a new compiler warning/error.
* sched.cc (sched_rr_get_interval): Ditto.
* select.cc (peek_serial): Ditto.
* libc/rexec.cc (ruserpass): Ditto.
* posix_ipc.cc (ipc_names): Make static to avoid a compiler warning
(and it's the right thing to do anyway).
This commit is contained in:
Christopher Faylor
2008-09-11 05:43:11 +00:00
parent 81ba2b77de
commit cb7e1879ee
8 changed files with 28 additions and 14 deletions

View File

@ -26,7 +26,7 @@ details. */
/* The prefix_len is the length of the path prefix ncluding trailing "/"
(or "/sem." for semaphores) as well as the trailing NUL. */
struct
static struct
{
const char *prefix;
const size_t prefix_len;