Skip to content

actionmuxer: Make the compiler warn

Matthias Clasen requested to merge inspector-action-fixes into main

Warn when the boolean return isn't used, since we may not initialize the out arguments in the FALSE case (see the previous commits).

Merge request reports