瀏覽代碼

maybe fix an "noreturn function does return" warning

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Thorsten Glaser 9 年之前
父節點
當前提交
db36600c29
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libpthread/nptl/forward.c

+ 1 - 0
libpthread/nptl/forward.c

@@ -160,5 +160,6 @@ FORWARD2(__pthread_unwind,
 		       /* We cannot call abort() here.  */
 		       INTERNAL_SYSCALL_DECL (err);
 		       INTERNAL_SYSCALL (kill, err, 1, SIGKILL);
+		       __builtin_unreachable();
 		     })
 #undef return