diff --git a/DataStructures/XORFastHashStorage.h b/DataStructures/XORFastHashStorage.h index f59284419..91820e118 100644 --- a/DataStructures/XORFastHashStorage.h +++ b/DataStructures/XORFastHashStorage.h @@ -47,7 +47,7 @@ public: } }; - XORFastHashStorage( size_t size ) : positions(2<<16), currentTimestamp(0) { } + XORFastHashStorage( size_t ) : positions(2<<16), currentTimestamp(0) { } inline HashCell& operator[]( const NodeID node ) { unsigned short position = fastHash(node);