Clang: Fix warning

Change-Id: Ia12569265b344ea6eacb9c3f54889854a31f0924
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Marco Bubke
2017-02-01 14:10:55 +01:00
parent bc7e3f7cc9
commit 4d9dfc79e1

View File

@@ -62,7 +62,7 @@ public:
const clang::FileEntry *file,
llvm::StringRef /*searchPath*/,
llvm::StringRef /*relativePath*/,
const clang::Module */*imported*/) override
const clang::Module * /*imported*/) override
{
if (file) {
auto fileUID = file->getUID();