lemon/concepts/graph_components.h
changeset 969 7e368d9b67f7
parent 963 761fe0846f49
child 970 d216e1c8b3fa
child 982 3e711ee55d31
     1.1 --- a/lemon/concepts/graph_components.h	Wed Mar 28 19:39:56 2012 +0200
     1.2 +++ b/lemon/concepts/graph_components.h	Wed Nov 28 11:41:40 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);