Fix duplicate 'const' warnings
Since the typedef of asn_INTEGER_specifics_t also contains a const the compiler complained about: "warning: duplicate ‘const’ [-Wpedantic]"
Showing
Please register or sign in to comment
Since the typedef of asn_INTEGER_specifics_t also contains a const the compiler complained about: "warning: duplicate ‘const’ [-Wpedantic]"