Skip to content

Fix missing braces warning on clang

Victor Poughon requested to merge warning-missing-braces into develop

Fix warnings on develop about missing braces. This is related to a bug in clang: https://bugs.llvm.org/show_bug.cgi?id=21629

Merge request reports