From e9af4dfbd328e9f3bba235fdb2d1027dd2dbbcde Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 20 Mar 2011 02:38:48 +0100 Subject: fix a bunch of build warnings Added attribute_noreturn even if it has return at the end of function Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/pt-cleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/pt-cleanup.c') diff --git a/libpthread/nptl/pt-cleanup.c b/libpthread/nptl/pt-cleanup.c index d7394ae44..aa0b9bbd9 100644 --- a/libpthread/nptl/pt-cleanup.c +++ b/libpthread/nptl/pt-cleanup.c @@ -23,7 +23,7 @@ #include void -attribute_protected +/*does not apply due to hidden_proto(): attribute_protected*/ __pthread_cleanup_upto (__jmp_buf target, char *targetframe) { struct pthread *self = THREAD_SELF; -- cgit v1.2.3