summaryrefslogtreecommitdiff
path: root/ACE/ace/ACE.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2022-03-16 16:47:41 -0400
committerSteve Huston <shuston@riverace.com>2022-03-16 16:47:41 -0400
commit26f1f548344a84cddff4e8f8a967a8704cfd2c10 (patch)
tree3de199b50aa32def9cdf1ea4a2baf0108f06ac3f /ACE/ace/ACE.cpp
parentb1cffed37e446151bbf631502437f1ae5e13e317 (diff)
downloadATCD-26f1f548344a84cddff4e8f8a967a8704cfd2c10.tar.gz
Apply diffs from Howard
Diffstat (limited to 'ACE/ace/ACE.cpp')
-rw-r--r--ACE/ace/ACE.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/ACE.cpp b/ACE/ace/ACE.cpp
index 8d635d8f399..fc820891251 100644
--- a/ACE/ace/ACE.cpp
+++ b/ACE/ace/ACE.cpp
@@ -2767,6 +2767,7 @@ ACE::fork (const ACE_TCHAR *program_name,
return 0;
case -1: // assumes all errnos are < 256
ACE_OS::_exit (errno);
+ [[fallthrough]]; // gcc sees this as a fallthrough
default: // child terminates, orphaning grandchild
ACE_OS::_exit (0);
}