Add -Wold-style-cast. Combined with -Werror in CI, this forbids the use of C casts in lilypond code. C++ casts communicate a more specific intent and allow the compiler to catch some mistakes.
Add -Wold-style-cast. Combined with -Werror in CI, this forbids the use of C casts in lilypond code. C++ casts communicate a more specific intent and allow the compiler to catch some mistakes.