Commit 5d9e3c50 authored by Lev Walkin's avatar Lev Walkin

remove warning

parent 72ec9097
...@@ -1069,5 +1069,8 @@ asn_strtol_lim(const char *str, const char **end, long *lp) { ...@@ -1069,5 +1069,8 @@ asn_strtol_lim(const char *str, const char **end, long *lp) {
return ASN_STRTOX_ERROR_RANGE; return ASN_STRTOX_ERROR_RANGE;
} }
} }
assert(!"Unreachable");
return ASN_STRTOX_ERROR_INVAL;
} }
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