Closed v0-e closed 10 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.
-1
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.