diff options
author | Steve Huston <shuston@riverace.com> | 2022-04-21 17:02:57 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2022-04-21 17:02:57 +0000 |
commit | e214db007eba0a7f293e44c3ee2fbbedab38b0c4 (patch) | |
tree | a03877964d3558955c3ee943a4df64b3d0864bc6 /ACE/apps/JAWS/clients | |
parent | 296d113203ffb70fb8c81c3ce244bf810c17e834 (diff) | |
download | ATCD-e214db007eba0a7f293e44c3ee2fbbedab38b0c4.tar.gz |
Replace fallthrough with ACE_FALLTHROUGH
Diffstat (limited to 'ACE/apps/JAWS/clients')
-rw-r--r-- | ACE/apps/JAWS/clients/Blobby/Options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/apps/JAWS/clients/Blobby/Options.cpp b/ACE/apps/JAWS/clients/Blobby/Options.cpp index bd2e95b90f0..b086bcf3329 100644 --- a/ACE/apps/JAWS/clients/Blobby/Options.cpp +++ b/ACE/apps/JAWS/clients/Blobby/Options.cpp @@ -50,7 +50,6 @@ Options::parse_args (int argc, ACE_TCHAR *argv[]) case 'o': this->offset_ = ACE_OS::atoi (get_opt.opt_arg ()); break; - // Usage fallthrough. default: ACE_DEBUG ((LM_DEBUG, "%s -h hostname -f filename -[r/w] [-p port] [-l length] [-o offset] [-d]\n", argv[0])); ACE_OS::exit (1); |