From 6462033988ec2f835e7bfb60027c4b2171b82340 Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 23 Sep 2016 21:19:53 +0200 Subject: [PATCH] fix -Wextra in Web --- src/Mod/Web/App/Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Web/App/Server.cpp b/src/Mod/Web/App/Server.cpp index 2230a8d3f..a96ac42a7 100644 --- a/src/Mod/Web/App/Server.cpp +++ b/src/Mod/Web/App/Server.cpp @@ -56,7 +56,7 @@ Firewall::~Firewall() { } -bool Firewall::filter(const QByteArray& cmd) const +bool Firewall::filter(const QByteArray&) const { return true; }