summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/client/qwaylandshellsurface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandshellsurface.cpp b/src/client/qwaylandshellsurface.cpp
index d68ae1b5d..a3855dac0 100644
--- a/src/client/qwaylandshellsurface.cpp
+++ b/src/client/qwaylandshellsurface.cpp
@@ -50,6 +50,7 @@ QWaylandShellSurface::QWaylandShellSurface(QWaylandWindow *window)
void QWaylandShellSurface::setWindowFlags(Qt::WindowFlags flags)
{
+ Q_UNUSED(flags);
}
void QWaylandShellSurface::sendProperty(const QString &name, const QVariant &value)