Skip to content
Snippets Groups Projects
Commit bc3d8da7 authored by Janik Zikovsky's avatar Janik Zikovsky
Browse files

Refs #3302: Warning fix.

parent 9fc5ad7a
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,7 @@ private: ...@@ -120,6 +120,7 @@ private:
TS_ASSERT_EQUALS(vertexTwo->next(), origin); TS_ASSERT_EQUALS(vertexTwo->next(), origin);
Vertex2D *removedTwo = vertexTwo->remove(); Vertex2D *removedTwo = vertexTwo->remove();
UNUSED_ARG(removedTwo);
TS_ASSERT_EQUALS(origin->next(), origin); TS_ASSERT_EQUALS(origin->next(), origin);
TS_ASSERT_EQUALS(origin->previous(), origin); TS_ASSERT_EQUALS(origin->previous(), origin);
return NULL; return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment