]> sourceware.org Git - newlib-cygwin.git/commit
* localtime.cc (increment_overflow): Mark as non-inline to prevent compiler
authorChristopher Faylor <me@cgf.cx>
Thu, 11 Sep 2008 05:43:11 +0000 (05:43 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 11 Sep 2008 05:43:11 +0000 (05:43 +0000)
commitcb7e1879ee3a55c91b8c85e6d2f879f392a2c995
treea6372a249cab116d593cd12cd47788d8a9f057cf
parent81ba2b77dee701a135e6f075f1798a76a41bbad7
* 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).
winsup/cygwin/ChangeLog
winsup/cygwin/libc/rexec.cc
winsup/cygwin/localtime.cc
winsup/cygwin/ntea.cc
winsup/cygwin/posix_ipc.cc
winsup/cygwin/sched.cc
winsup/cygwin/sec_helper.cc
winsup/cygwin/select.cc
This page took 0.028477 seconds and 5 git commands to generate.