diff -r 764826c6e2b4 -r 36fa2fee7144 lemon/concepts/graph_components.h --- a/lemon/concepts/graph_components.h Thu Nov 08 09:07:41 2012 +0100 +++ b/lemon/concepts/graph_components.h Wed Nov 28 12:05:27 2012 +0100 @@ -108,6 +108,8 @@ i1 = i2 = i3; bool b; + ignore_unused_variable_warning(b); + b = (ia == ib) && (ia != ib); b = (ia == INVALID) && (ib != INVALID); b = (ia < ib);