Index: src/gpu/GrTHashCache.h |
=================================================================== |
--- src/gpu/GrTHashCache.h (revision 7988) |
+++ src/gpu/GrTHashCache.h (working copy) |
@@ -20,7 +20,7 @@ |
template <typename T> class GrTDefaultFindFunctor { |
public: |
// always accept the first element examined |
- bool operator()(const T* elem) const { return true; } |
+ bool operator()(const T*) const { return true; } |
}; |
/** |