aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/tcap
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-23 13:03:18 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-23 13:03:18 +0000
commit8b156ecfc8bc3a29ba8006915cb2394d8930a593 (patch)
tree359f535e0594d29b77dd45a4e6b40cc848f8de96 /asn1/tcap
parentdf120bc8d2e332370a7e3d058e3b959540126a33 (diff)
Removed some "statement not reached" warnings.
svn path=/trunk/; revision=27827
Diffstat (limited to 'asn1/tcap')
-rw-r--r--asn1/tcap/tcap.cnf8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1/tcap/tcap.cnf b/asn1/tcap/tcap.cnf
index 7985e5b522..d0d39c28e0 100644
--- a/asn1/tcap/tcap.cnf
+++ b/asn1/tcap/tcap.cnf
@@ -57,7 +57,7 @@ ABRT-apdu/_untag/user-information abrt_user_information
#----------------------------------------------------------------------------------------
#.FN_BODY DialogueOC
-return dissect_tcap_ExternalPDU(FALSE /*implicit_tag*/, tvb, offset, actx, tree, -1);
+ offset = dissect_tcap_ExternalPDU(FALSE /*implicit_tag*/, tvb, offset, actx, tree, -1);
#----------------------------------------------------------------------------------------
#.FN_BODY ExternalPDU
@@ -67,12 +67,12 @@ return dissect_tcap_ExternalPDU(FALSE /*implicit_tag*/, tvb, offset, actx, tree,
#----------------------------------------------------------------------------------------
#.FN_BODY Dialog1
-return dissect_tcap_DialoguePDU(TRUE, tvb, offset, actx, tree, -1);
+ offset = dissect_tcap_DialoguePDU(TRUE, tvb, offset, actx, tree, -1);
#----------------------------------------------------------------------------------------
#.FN_BODY Parameter
-return dissect_tcap_param(actx,tree,tvb,offset);
+ offset = dissect_tcap_param(actx,tree,tvb,offset);
#----------------------------------------------------------------------------------------
#.FN_BODY Component
@@ -95,7 +95,7 @@ if (!next_tvb)
dissect_tcap_ITU_ComponentPDU(implicit_tag, next_tvb, 0, actx, tcap_top_tree, hf_index);
-/* return comp_offset+len; or return offset (will be automatically added */
+/* return comp_offset+len; or return offset (will be automatically added) */
#----------------------------------------------------------------------------------------
#.FN_BODY AUDT-apdu/_untag/application-context-name FN_VARIANT = _str VAL_PTR = &cur_oid