diff options
author | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-10 18:53:48 +0000 |
---|---|---|
committer | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-10 18:53:48 +0000 |
commit | e9f2207f7364e2842cc57acc93cd7bfe867c3986 (patch) | |
tree | 629d17bd5ef5ea7e8ab73743082a13651e5df2c3 /ace/Svc_Conf_l.cpp | |
parent | 7631da5f8e4b131e29ada7a77ef0616f354c9cf3 (diff) | |
download | ATCD-e9f2207f7364e2842cc57acc93cd7bfe867c3986.tar.gz |
Commented out 'break' line to resolve unreachable statement warning.
Diffstat (limited to 'ace/Svc_Conf_l.cpp')
-rw-r--r-- | ace/Svc_Conf_l.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf_l.cpp b/ace/Svc_Conf_l.cpp index 9e6184239e6..c212017c571 100644 --- a/ace/Svc_Conf_l.cpp +++ b/ace/Svc_Conf_l.cpp @@ -902,7 +902,7 @@ case ACE_YY_STATE_EOF(INITIAL): case ACE_YY_STATE_EOF(PARAMETERS): case ACE_YY_STATE_EOF(NORMAL): { ace_yyterminate(); } - ACE_YY_BREAK +// ACE_YY_BREAK // commented out by hand due to the 'unreachable code' warning case 26: ACE_YY_RULE_SETUP ACE_SVC_CONF_ECHO; |