Skip to content

Feature/fix ordering gcc sanitizer warnings

fix the gcc warnings reported by Oli on the mailing-list.

The problem were uninitialized bool values, which then held values != {0,1}.

Merge request reports

Loading