Match va_start and va_end calls, pointed by clang-tidy #176

Closed
bvbfan wants to merge 277 commits from va_brach into master
Showing only changes of commit a2fa2c0720 - Show all commits

View file

@ -2467,6 +2467,7 @@ bool CClaimTrieCache::clear() const
supportCache.clear(); supportCache.clear();
supportQueueCache.clear(); supportQueueCache.clear();
supportQueueNameCache.clear(); supportQueueNameCache.clear();
supportExpirationQueueCache.clear();
namesToCheckForTakeover.clear(); namesToCheckForTakeover.clear();
cacheTakeoverHeights.clear(); cacheTakeoverHeights.clear();
return true; return true;