Diffusion KWin 719d09d0cd39

-Wno-inconsistent-missing-override on Clang

Authored by graesslin on Jul 28 2017, 5:00 AM.

Description

-Wno-inconsistent-missing-override on Clang

This is a totally stupid warning for an older code base such as KWin. It
generates hundreds of warnings as on legacy code no method uses override.
The output is totally spammed, so it's better to disable it.

This will hopefully also prevent that someone tries to fix it again by
changing all of KWin - which we don't want.

Details