Trivial bug-fix: fix a warning about unused parameter

This commit is contained in:
Laurent Rineau 2014-01-06 14:27:09 +01:00
parent 92fbeb4926
commit 983480e222
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ public:
vmap.clear(); vmap.clear();
} }
void swap(Self& other) { void swap(Self& /* other */) {
// doing a real swap is not ready yet // doing a real swap is not ready yet
#if 1 #if 1
clear(); clear();