forked from qt-creator/qt-creator
Clang: Fix warning
Change-Id: Ia12569265b344ea6eacb9c3f54889854a31f0924 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
|||||||
const clang::FileEntry *file,
|
const clang::FileEntry *file,
|
||||||
llvm::StringRef /*searchPath*/,
|
llvm::StringRef /*searchPath*/,
|
||||||
llvm::StringRef /*relativePath*/,
|
llvm::StringRef /*relativePath*/,
|
||||||
const clang::Module */*imported*/) override
|
const clang::Module * /*imported*/) override
|
||||||
{
|
{
|
||||||
if (file) {
|
if (file) {
|
||||||
auto fileUID = file->getUID();
|
auto fileUID = file->getUID();
|
||||||
|
Reference in New Issue
Block a user