diff -r 00f8d9f9920d -r d216e1c8b3fa lemon/concepts/graph_components.h --- a/lemon/concepts/graph_components.h Thu Sep 13 12:02:27 2012 +0200 +++ b/lemon/concepts/graph_components.h Wed Nov 28 11:54:43 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);