Clang -Wunused-variable.

This commit is contained in:
Stephan Bergmann
2012-01-15 22:55:08 +01:00
parent 2898e58b2a
commit 2ca0ab44b4

View File

@@ -242,6 +242,7 @@ inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::set(
#ifdef __CACHE_DIAGNOSE
OSL_ENSURE( insertion.second, "### inserting new cache entry failed?!" );
#endif
(void) insertion; // avoid warnings
}
else
{