aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c/tests
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-10-28 13:24:27 +0000
committerLev Walkin <vlm@lionet.info>2004-10-28 13:24:27 +0000
commit1c83003d747312655d3b146c651fb3b7caf24582 (patch)
tree914c369e4fb7f9505a17bf9e226fe21b24952820 /asn1c/tests
parent0f35000c0a8ee27987a5a515c735bfcb092a89d1 (diff)
eliminate warning
Diffstat (limited to 'asn1c/tests')
-rw-r--r--asn1c/tests/check-62.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1c/tests/check-62.c b/asn1c/tests/check-62.c
index 0694df8f..6c51468e 100644
--- a/asn1c/tests/check-62.c
+++ b/asn1c/tests/check-62.c
@@ -128,6 +128,8 @@ process_data(enum expectation expectation, char *fbuf, int size) {
assert(buf_offset == size);
assert(memcmp(buf, fbuf, buf_offset) == 0);
break;
+ case EXP_OK:
+ break;
}
asn_DEF_T.free_struct(&asn_DEF_T, st, 0);