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

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

+#if defined(__clang__)
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wunused-function"
+Q_DECLARE_OPERATORS_FOR_FLAGS(DirtyStates)
+#pragma clang diagnostic pop
+#endif

Do you really mean we only need Q_DECLARE_OPERATORS_FOR_FLAGS() with clang? Maybe we just don't need it?

review: Needs Fixing

« Back to merge proposal