diff --git a/base/mru_cache.hpp b/base/mru_cache.hpp index 2546f3c336..46ba80ed0c 100644 --- a/base/mru_cache.hpp +++ b/base/mru_cache.hpp @@ -10,7 +10,7 @@ namespace my template struct MRUCacheValueTraits { - static void Evict(TValue & val){} + static void Evict(TValue &){} }; template >