Module: ppl/ppl Branch: master Commit: 2071de104d8f13d2109487512d2ae74e7fa888e1 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2071de104d8f1... Author: Patricia Hill <p.m.hill@leeds.ac.uk> Date: Thu Apr 23 07:16:52 2009 +0100 Avoid unused variable warning. --- tests/Powerset/fromgrid1.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/Powerset/fromgrid1.cc b/tests/Powerset/fromgrid1.cc index e8f5fc3..938915e 100644 --- a/tests/Powerset/fromgrid1.cc +++ b/tests/Powerset/fromgrid1.cc @@ -394,7 +394,7 @@ test16() { // be set to false. // So we add this test to set the omega reduction pps_gr.reduced // flag to true. - bool top_closed = pps_gr.is_topologically_closed(); + pps_gr.is_topologically_closed(); Pointset_Powerset<NNC_Polyhedron> pps(pps_gr);