diff --git a/test/expand_bwd_test_allocator.hpp b/test/expand_bwd_test_allocator.hpp index de59cca..7124c57 100644 --- a/test/expand_bwd_test_allocator.hpp +++ b/test/expand_bwd_test_allocator.hpp @@ -173,14 +173,14 @@ class expand_bwd_test_allocator //!Equality test for same type of expand_bwd_test_allocator template inline -bool operator==(const expand_bwd_test_allocator &alloc1, - const expand_bwd_test_allocator &alloc2) +bool operator==(const expand_bwd_test_allocator &, + const expand_bwd_test_allocator &) { return false; } //!Inequality test for same type of expand_bwd_test_allocator template inline -bool operator!=(const expand_bwd_test_allocator &alloc1, - const expand_bwd_test_allocator &alloc2) +bool operator!=(const expand_bwd_test_allocator &, + const expand_bwd_test_allocator &) { return true; } } //namespace test {