summaryrefslogtreecommitdiff
path: root/idlc/source
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@oracle.com>2011-02-21 09:54:19 +0100
committerMatthias Huetsch [mhu] <matthias.huetsch@oracle.com>2011-02-21 09:54:19 +0100
commit5bf090438bad56e816feca9e0cc84d91231a2c10 (patch)
treeb153fccfca6e0fa8b16caf710e7f6ce0c311dad8 /idlc/source
parent6cc1f270f342583383c35646a035b9c01e7256d0 (diff)
#i115784# idlc: Fix unreachable "return <result>; break;" statements.
Diffstat (limited to 'idlc/source')
-rw-r--r--idlc/source/options.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx
index 686914a6c..3b7dee9e1 100644
--- a/idlc/source/options.cxx
+++ b/idlc/source/options.cxx
@@ -309,7 +309,7 @@ bool Options::initOptions(std::vector< std::string > & rArgs) throw(IllegalArgum
(void) fprintf(stdout, "%s", prepareHelp().getStr());
return (false);
}
- break;
+ // break; // Unreachable
}
case 's':
{