Skip to content
  • Santiago Carot-Nemesio's avatar
    Fix compilation warning in generated check constraints function. · 8da8e73f
    Santiago Carot-Nemesio authored
    Integer types defined in ASN1 in the range (0..4294967295) does
    not need declare the variable "value". Before this patch, generated
    code produced an unnecessary variable assignation and new compilers
    trigger a message warning because the variable is no longer used
    anymore due to the optimization for unsigned longs check.
    8da8e73f