Skip to content

Commit

Permalink
Fixed statement may fall through warning
Browse files Browse the repository at this point in the history
    * ACE/ace/OS_NS_unistd.cpp:
  • Loading branch information
jwillemsen committed Mar 4, 2019
1 parent 530d430 commit 5864427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACE/ace/OS_NS_unistd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ ACE_OS::fork_exec (ACE_TCHAR *argv[])
ACE_OS::exit (errno);
}
# endif /* ACE_HAS_WCHAR */

return result;
default:
// Server process. The fork succeeded.
return result;
Expand Down

0 comments on commit 5864427

Please sign in to comment.