From bc3d8da71b39770d9b4b97a41331a94f11a549d4 Mon Sep 17 00:00:00 2001
From: Janik Zikovsky <zikovskyjl@ornl.gov>
Date: Thu, 14 Jul 2011 15:50:51 +0000
Subject: [PATCH] Refs #3302: Warning fix.

---
 Code/Mantid/Framework/Geometry/test/Vertex2DTest.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Code/Mantid/Framework/Geometry/test/Vertex2DTest.h b/Code/Mantid/Framework/Geometry/test/Vertex2DTest.h
index 27b64fb9896..d1fb6473c59 100644
--- a/Code/Mantid/Framework/Geometry/test/Vertex2DTest.h
+++ b/Code/Mantid/Framework/Geometry/test/Vertex2DTest.h
@@ -120,6 +120,7 @@ private:
       TS_ASSERT_EQUALS(vertexTwo->next(), origin);
 
       Vertex2D *removedTwo = vertexTwo->remove();
+      UNUSED_ARG(removedTwo);
       TS_ASSERT_EQUALS(origin->next(), origin);
       TS_ASSERT_EQUALS(origin->previous(), origin);
       return NULL;
-- 
GitLab