]> sourceware.org Git - newlib-cygwin.git/commit
Replace __attribute((__warning__())) by __attribute__((deprecated()))
authorOlivier Martin <olivier@labapart.com>
Fri, 6 Nov 2015 10:05:09 +0000 (10:05 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 6 Nov 2015 10:29:58 +0000 (11:29 +0100)
commitcdb1ebe10729457093fce4df92ae1cd185c854f2
tree657e00d032646373759748d97493d4df4d84affa
parentc56dc181f907f8ab6dbcd40b9baf66f80d88468a
Replace __attribute((__warning__())) by __attribute__((deprecated()))

Clang raises the warning message:
warning: unknown attribute '__warning__' ignored [-Wunknown-attributes]

* libc/include/stdlib.h (mktemp): Change attribute to deprecated.
(_mktemp_r): Ditto.

Signed-off-by: Olivier Martin <olivier@labapart.com>
newlib/ChangeLog
newlib/libc/include/stdlib.h
This page took 0.031977 seconds and 5 git commands to generate.