Skip to content

[trivial] ev-view: silence maybe-uninitialized warnings

Found by "gcc (Alpine 13.1.1_git20230722)", it is certainly the case that there's quite a complex logic that does not make it obvious to know whether the variables are actually initialized before use. So simply set the variables to 0.

Merge request reports