Skip to content

Address various compiler warnings

Ansgar Burchardt requested to merge feature/compiler-warnings into master

At least the missing return statements can lead to undefined behavior, and in particular to crashes with clang.

Merge request reports