lemon/concepts/graph_components.h
changeset 970 d216e1c8b3fa
parent 964 7fdaa05a69a1
parent 969 7e368d9b67f7
child 972 1fe3b4ad8caa
child 983 8b2d4e5d96e4
     1.1 --- a/lemon/concepts/graph_components.h	Thu Sep 13 12:02:27 2012 +0200
     1.2 +++ b/lemon/concepts/graph_components.h	Wed Nov 28 11:54:43 2012 +0100
     1.3 @@ -108,6 +108,8 @@
     1.4            i1 = i2 = i3;
     1.5  
     1.6            bool b;
     1.7 +          ignore_unused_variable_warning(b);
     1.8 +
     1.9            b = (ia == ib) && (ia != ib);
    1.10            b = (ia == INVALID) && (ib != INVALID);
    1.11            b = (ia < ib);