diff -r c5990f454032 -r 7e368d9b67f7 lemon/concepts/graph_components.h --- a/lemon/concepts/graph_components.h Wed Mar 28 19:39:56 2012 +0200 +++ b/lemon/concepts/graph_components.h Wed Nov 28 11:41:40 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);