mouse07410 / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
93 stars 70 forks source link

aper: CHOICE cast different signedness comparison #163

Closed v0-e closed 7 months ago

v0-e commented 7 months ago

Casts signed variable to unsigned in CHOICE decoder to silence different signedness comparison warning. The cast variable if negative can only have a value of -1. This is checked on the previous line so the cast is OK.