WAR: remove a warning on i64
This commit is contained in:
parent
3708ed4ec8
commit
766c48ae19
@ -1571,7 +1571,8 @@ int cmCTest::Run(std::vector<std::string>const& args, std::string* output)
|
|||||||
cmListFileCache::GetInstance()->ClearCache();
|
cmListFileCache::GetInstance()->ClearCache();
|
||||||
int retv = this->RunCMakeAndTest(output);
|
int retv = this->RunCMakeAndTest(output);
|
||||||
cmSystemTools::ResetErrorOccuredFlag();
|
cmSystemTools::ResetErrorOccuredFlag();
|
||||||
cmListFileCache::GetInstance()->ClearCache();
|
cmListFileCache* lf = cmListFileCache::GetInstance();
|
||||||
|
lf->ClearCache();
|
||||||
#ifdef CMAKE_BUILD_WITH_CMAKE
|
#ifdef CMAKE_BUILD_WITH_CMAKE
|
||||||
cmDynamicLoader::FlushCache();
|
cmDynamicLoader::FlushCache();
|
||||||
#endif
|
#endif
|
||||||
|
@ -109,7 +109,8 @@ int main(int ac, char** av)
|
|||||||
#ifdef CMAKE_BUILD_WITH_CMAKE
|
#ifdef CMAKE_BUILD_WITH_CMAKE
|
||||||
cmDynamicLoader::FlushCache();
|
cmDynamicLoader::FlushCache();
|
||||||
#endif
|
#endif
|
||||||
cmListFileCache::GetInstance()->ClearCache();
|
cmListFileCache* lf = cmListFileCache::GetInstance();
|
||||||
|
lf->ClearCache();
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user