Silence unused argument.

This commit is contained in:
Atgeirr Flø Rasmussen
2016-04-18 15:11:16 +02:00
parent ee4dd837ea
commit 6bc5ee0d0e

View File

@@ -62,7 +62,7 @@ public:
* another parameter cache.
*/
template <class OtherCache>
void assignPersistentData(const OtherCache& other)
void assignPersistentData(const OtherCache& /* other */)
{}
/*!