https://bugs.kde.org/show_bug.cgi?id=353767

Richard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Richard <[email protected]> ---
It would be possible to work with clazy warnings like ordinary compiler
warnings?
E.g. have them disabled locally with

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wclazy-somecheck"
    //some offending code
#pragma clang diagnostic pop

Also this would allow to treat some of the clazy warnings as errors and some
still as warnings.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to