Commit 1c83003d authored by Lev Walkin's avatar Lev Walkin

eliminate warning

parent 0f35000c
...@@ -128,6 +128,8 @@ process_data(enum expectation expectation, char *fbuf, int size) { ...@@ -128,6 +128,8 @@ process_data(enum expectation expectation, char *fbuf, int size) {
assert(buf_offset == size); assert(buf_offset == size);
assert(memcmp(buf, fbuf, buf_offset) == 0); assert(memcmp(buf, fbuf, buf_offset) == 0);
break; break;
case EXP_OK:
break;
} }
asn_DEF_T.free_struct(&asn_DEF_T, st, 0); asn_DEF_T.free_struct(&asn_DEF_T, st, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment