Skip to content
  • Martin Flöser's avatar
    -Wno-inconsistent-missing-override on Clang · 719d09d0
    Martin Flöser authored
    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.
    719d09d0