Skip to content

[yaspgrid] Silence lots of compiler warnings in clang

Steffen Müthing requested to merge bugfix/silence-clang-yaspgrid-warnings into master

The YaspGrid entity triggers an insane amount of compilation warnings when compiled with clang (see the CI logs for examples).

This patch fixes the problem by adding the additional braces requested by the compiler.

Merge request reports