From dc055c3edf46ac4b37920cb9a0f94b34db0bd3cb Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 5 Sep 2014 17:01:56 +0200 Subject: Avoid unused parameter Change-Id: Icfc7e4e2d6cd030fc0509ad4724b577f88c4e850 Reviewed-by: Robin Burchell --- src/client/qwaylandshellsurface.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/qwaylandshellsurface.cpp') 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) -- cgit v1.2.3