Skip to content

monitor-transform: Don't call abs on non-negative enum

It causes Clang to show a lot of warnings during compilation because it thinks the abs call is useless.

Merge request reports