summaryrefslogtreecommitdiff
path: root/ACE/apps
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-27 16:25:21 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-27 16:25:21 +0100
commitec94256f65a4d34e90a8ee1923f5e8b433764036 (patch)
tree0bfa1a09dfd4ecd565620dc12b52cbd7ead93852 /ACE/apps
parent8a81a8f16cc4d46a54f235c41d70935289bbfee8 (diff)
downloadATCD-ec94256f65a4d34e90a8ee1923f5e8b433764036.tar.gz
Fixed compile warnings
* ACE/apps/drwho/Options.h: * ACE/tests/Proactor_Test_IPV6.cpp: * ACE/tests/SOCK_Send_Recv_Test.cpp: * ACE/tests/SOCK_Test.cpp: * ACE/tests/Sendfile_Test.cpp:
Diffstat (limited to 'ACE/apps')
-rw-r--r--ACE/apps/drwho/Options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/apps/drwho/Options.h b/ACE/apps/drwho/Options.h
index c2a42bb0732..f8d60f68b8d 100644
--- a/ACE/apps/drwho/Options.h
+++ b/ACE/apps/drwho/Options.h
@@ -57,7 +57,7 @@ public:
static const char *friend_file;
static char *user_name;
- static void print_usage_and_die (int long_msg);
+ static void print_usage_and_die [[noreturn]] (int long_msg);
static unsigned int option_word;
};