Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj

This commit is contained in:
Birunthan Mohanathas
2015-11-02 07:53:26 +02:00
parent 5ff677c77c
commit ac37dec517
240 changed files with 907 additions and 907 deletions

View File

@@ -3023,7 +3023,7 @@ CacheIndex::FinishUpdate(bool aSucceeded)
NS_WARNING(("CacheIndex::FinishUpdate() - Leaking mDirEnumerator!"));
// This can happen only in case dispatching event to IO thread failed in
// CacheIndex::PreShutdown().
unused << mDirEnumerator.forget(); // Leak it since dir enumerator is not threadsafe
Unused << mDirEnumerator.forget(); // Leak it since dir enumerator is not threadsafe
} else {
mDirEnumerator->Close();
mDirEnumerator = nullptr;