Commits
Juris Lambda authored a70e7cb327e
........S. [ZBXNEXT-8593] gave return var an initial value This is to shut the compiler up about the `ret` being uninitialized in the default case in the switch. For some reaosn, I was under the impression that the `THIS_SHOULD_NEVER_HAPPEN` macro expanded in such a way that would eventually call some form of exit().