summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-06-05 10:47:28 +0200
committerKai Koehne <kai.koehne@qt.io>2019-06-05 10:59:43 +0200
commit5f30fd64269822d4696ac071e17a39ae62a7b50f (patch)
tree4436cacf38f14d8495a6fdf1672e126a0927f62a /qmake/generators/makefile.cpp
parent761f88f8baa23fab70ed5e96d6344bef6e2aca94 (diff)
qmake: Cleanup
Fix clang warnings that are disabled in the default build. Change-Id: I4e773a24884db94acdc6c295d3f66da07cd8a5bd Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Diffstat (limited to 'qmake/generators/makefile.cpp')
-rw-r--r--qmake/generators/makefile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp
index caaf6e71b6..bc59eaaea2 100644
--- a/qmake/generators/makefile.cpp
+++ b/qmake/generators/makefile.cpp
@@ -900,7 +900,7 @@ MakefileGenerator::processPrlFile(QString &file, bool baseOnly)
bool
MakefileGenerator::processPrlFileBase(QString &origFile, const QStringRef &origName,
- const QStringRef &fixedBase, int slashOff)
+ const QStringRef &fixedBase, int /*slashOff*/)
{
return processPrlFileCore(origFile, origName, fixedBase + Option::prl_ext);
}