Commit 36ddfc8e authored by Lev Walkin's avatar Lev Walkin

fix warnings

parent c0e03b94
...@@ -24,7 +24,7 @@ typedef struct asn_INTEGER_enum_map_s { ...@@ -24,7 +24,7 @@ typedef struct asn_INTEGER_enum_map_s {
} asn_INTEGER_enum_map_t; } asn_INTEGER_enum_map_t;
/* This type describes an enumeration for INTEGER and ENUMERATED types */ /* This type describes an enumeration for INTEGER and ENUMERATED types */
typedef const struct asn_INTEGER_specifics_s { typedef struct asn_INTEGER_specifics_s {
const asn_INTEGER_enum_map_t *value2enum; /* N -> "tag"; sorted by N */ const asn_INTEGER_enum_map_t *value2enum; /* N -> "tag"; sorted by N */
const unsigned int *enum2value; /* "tag" => N; sorted by tag */ const unsigned int *enum2value; /* "tag" => N; sorted by tag */
int map_count; /* Elements in either map */ int map_count; /* Elements in either map */
......
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