[GIT] ppl/ppl(master): Add assignment to silence compiler warning.

Module: ppl/ppl Branch: master Commit: 9e39d6074bab1388bf7f63a58bcf1317f4c65ce2 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=9e39d6074bab1...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Sat Dec 10 07:41:12 2011 +0100
Add assignment to silence compiler warning.
---
src/Polyhedron_public.cc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/Polyhedron_public.cc b/src/Polyhedron_public.cc index 3f652f5..a3f242b 100644 --- a/src/Polyhedron_public.cc +++ b/src/Polyhedron_public.cc @@ -3017,6 +3017,7 @@ generalized_affine_preimage(const Variable var, default: // The EQUAL and NOT_EQUAL cases have been already dealt with. PPL_UNREACHABLE; + reversed_relsym = GREATER_OR_EQUAL; break; }
participants (1)
-
Enea Zaffanella