Code review comment for lp:~gerboland/miral/add-interactivity-to-WM

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

> With Vivid+Overlay/clang I need:
>
> #pragma clang diagnostic push
> #pragma clang diagnostic ignored "-Wunused-function"
> Q_DECLARE_OPERATORS_FOR_FLAGS(DirtyStates)
> #pragma clang diagnostic pop

Oh g++ errors on these. We need something like:

#if defined(__clang__)

review: Needs Fixing

« Back to merge proposal