summaryrefslogtreecommitdiffstats
path: root/qmake/option.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/option.cpp')
-rw-r--r--qmake/option.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/option.cpp b/qmake/option.cpp
index 2d5ef9dfd6..58688ab2d6 100644
--- a/qmake/option.cpp
+++ b/qmake/option.cpp
@@ -613,7 +613,7 @@ void EvalHandler::message(int type, const QString &msg, const QString &fileName,
void EvalHandler::fileMessage(int type, const QString &msg)
{
- Q_UNUSED(type)
+ Q_UNUSED(type);
fprintf(stderr, "%s\n", qPrintable(msg));
}