Skip to content

meson: enable Wmisleading-indentation

Lucas Stach requested to merge lynxeye/mesa:wmisleading-indentation into main

After a recent run-in with the CI, I noticed that clang and gcc seem to disagree about the default for Wmisleading-indentation. My GCC build of code with broken indentation did build fine, while it was then failing in the clang CI build. Explicitly enable the warning to allow GCC users to spot this issue before being shot down by the CI.

Merge request reports