summaryrefslogtreecommitdiff
path: root/ACE/tests/SOCK_Send_Recv_Test.cpp
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/tests/SOCK_Send_Recv_Test.cpp
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/tests/SOCK_Send_Recv_Test.cpp')
-rw-r--r--ACE/tests/SOCK_Send_Recv_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/SOCK_Send_Recv_Test.cpp b/ACE/tests/SOCK_Send_Recv_Test.cpp
index 587750e5f66..045ee1077ad 100644
--- a/ACE/tests/SOCK_Send_Recv_Test.cpp
+++ b/ACE/tests/SOCK_Send_Recv_Test.cpp
@@ -397,10 +397,10 @@ spawn ()
{
case -1:
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("(%P|%t) %p\n%a"),
+ ACE_TEXT ("(%P|%t) %p\n"),
ACE_TEXT ("fork failed"),
1));
- /* NOTREACHED */
+ ACE_OS::abort ();
case 0:
ACE_LOG_MSG->sync (ACE_TEXT ("SOCK_Send_Recv_Test-child"));
client (&server_addr);