From b272800c49f5b929962e38c0a8628e6fec167412 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 21 Aug 2020 10:31:51 +0200 Subject: Mark also exit with ACE_GCC_NO_RETURN * ACE/ace/OS_NS_stdlib.h: --- ACE/ace/OS_NS_stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/ace') diff --git a/ACE/ace/OS_NS_stdlib.h b/ACE/ace/OS_NS_stdlib.h index ab1e4f42a62..ef50095ccf5 100644 --- a/ACE/ace/OS_NS_stdlib.h +++ b/ACE/ace/OS_NS_stdlib.h @@ -180,7 +180,7 @@ namespace ACE_OS { void *calloc (size_t elements, size_t sizeof_elements); extern ACE_Export - void exit (int status = 0); + void exit (int status = 0) ACE_GCC_NO_RETURN; extern ACE_Export void free (void *); -- cgit v1.2.1