diff --git a/src/CXX/Python2/Objects.hxx b/src/CXX/Python2/Objects.hxx index d7cf2f5050..8351728247 100644 --- a/src/CXX/Python2/Objects.hxx +++ b/src/CXX/Python2/Objects.hxx @@ -2750,13 +2750,13 @@ namespace Py // TMM: now for mapref template< class T > - bool operator==(const mapref& left, const mapref& right) + bool operator==(const mapref& /*left*/, const mapref& /*right*/) { return true; // NOT completed. } template< class T > - bool operator!=(const mapref& left, const mapref& right) + bool operator!=(const mapref& /*left*/, const mapref& /*right*/) { return true; // not completed. }