Skip to content
Commit 719d09d0 authored by Martin Flöser's avatar Martin Flöser
Browse files

-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.
parent f6c964a3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment