summaryrefslogtreecommitdiffstats
path: root/qmake/library/qmakevfs.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-09-28 13:38:29 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-09-29 13:44:51 +0000
commit85d7c732e9b84a9afdb040d01e7bb7166f605abe (patch)
tree123f01474b79e009fb1edf1e1ead6429dcd21f1c /qmake/library/qmakevfs.cpp
parent8f82ee1c04cebd2825925a7be71f5f9523a1779b (diff)
fix warning in qmakevfs without PROEVALUATOR_FULL
amends 57ca8d2698. Change-Id: Ibf56c15ab46b9dfa856dc0af7ae2e8c84caa3063 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'qmake/library/qmakevfs.cpp')
-rw-r--r--qmake/library/qmakevfs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/library/qmakevfs.cpp b/qmake/library/qmakevfs.cpp
index d23d1f06ff..daafe130a1 100644
--- a/qmake/library/qmakevfs.cpp
+++ b/qmake/library/qmakevfs.cpp
@@ -65,6 +65,7 @@ bool QMakeVfs::writeFile(const QString &fn, QIODevice::OpenMode mode, bool exe,
else
*cont = contents;
Q_UNUSED(errStr)
+ Q_UNUSED(exe)
return true;
#else
QFileInfo qfi(fn);