[PPL-devel] [GIT] ppl/ppl(master): Silenced gcc warnings.

Abramo Bagnara abramo.bagnara at gmail.com
Mon Jun 6 19:01:26 CEST 2011


Module: ppl/ppl
Branch: master
Commit: caaab3ac864be2ba18911c516ee59f8fdbf40159
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=caaab3ac864be2ba18911c516ee59f8fdbf40159

Author: Abramo Bagnara <abramo.bagnara at gmail.com>
Date:   Mon Jun  6 19:01:20 2011 +0200

Silenced gcc warnings.

---

 tests/BD_Shape/relations3.cc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/BD_Shape/relations3.cc b/tests/BD_Shape/relations3.cc
index 2e3c44a..a2036db 100644
--- a/tests/BD_Shape/relations3.cc
+++ b/tests/BD_Shape/relations3.cc
@@ -40,6 +40,7 @@ test01() {
     // it is illegal to use a constraint that is
     // dimensional incompatible with the BDS.
     Poly_Con_Relation rel = bds.relation_with(C - B <= 2);
+    (void) rel;
   }
   catch (std::invalid_argument& e) {
     nout << "std::invalid_argument: " << endl;




More information about the PPL-devel mailing list