aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/headerpathfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/headerpathfilter.cpp')
-rw-r--r--src/plugins/cpptools/headerpathfilter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cpptools/headerpathfilter.cpp b/src/plugins/cpptools/headerpathfilter.cpp
index e2d1e6a4ca..d401f547f5 100644
--- a/src/plugins/cpptools/headerpathfilter.cpp
+++ b/src/plugins/cpptools/headerpathfilter.cpp
@@ -86,8 +86,8 @@ QString clangIncludeDirectory(const QString &clangVersion, const QString &clangR
#ifndef UNIT_TESTS
return Core::ICore::clangIncludeDirectory(clangVersion, clangResourceDirectory);
#else
- Q_UNUSED(clangVersion);
- Q_UNUSED(clangResourceDirectory);
+ Q_UNUSED(clangVersion)
+ Q_UNUSED(clangResourceDirectory)
return CLANG_RESOURCE_DIR;
#endif
}