From 30cb3be5243400b64c0ebe94f0d38d9ebc270ff0 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Mon, 20 Feb 2017 18:26:18 +0100 Subject: [PATCH] Clang: Fix warning Change-Id: If1706b7a68de0b4b407bf4aebc17640c29c3990a Reviewed-by: Tim Jenssen --- .../source/collectincludespreprocessorcallbacks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/clangpchmanagerbackend/source/collectincludespreprocessorcallbacks.h b/src/tools/clangpchmanagerbackend/source/collectincludespreprocessorcallbacks.h index 513f435da8f..3439b40029f 100644 --- a/src/tools/clangpchmanagerbackend/source/collectincludespreprocessorcallbacks.h +++ b/src/tools/clangpchmanagerbackend/source/collectincludespreprocessorcallbacks.h @@ -56,11 +56,11 @@ public: void InclusionDirective(clang::SourceLocation /*hashLocation*/, const clang::Token &/*includeToken*/, - llvm::StringRef fileName, + llvm::StringRef /*fileName*/, bool /*isAngled*/, clang::CharSourceRange /*fileNameRange*/, const clang::FileEntry *file, - llvm::StringRef searchPath, + llvm::StringRef /*searchPath*/, llvm::StringRef /*relativePath*/, const clang::Module * /*imported*/) override {