mirror of https://github.com/CGAL/cgal
Trivial bug-fix: fix a warning about unused parameter
This commit is contained in:
parent
92fbeb4926
commit
983480e222
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue