From: Timo Heister Date: Sun, 5 Jul 2015 10:00:05 +0000 (-0400) Subject: remove warning X-Git-Tag: v8.3.0-rc1~62^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75ce5421464a2dc5bf41418e867de33fbacce83e;p=dealii.git remove warning gcc gives the nonsensical warning "comparison of unsigned expression < 0 is always false". Work around this. --- diff --git a/source/grid/grid_generator.cc b/source/grid/grid_generator.cc index 65ee3b54be..25989ddb94 100644 --- a/source/grid/grid_generator.cc +++ b/source/grid/grid_generator.cc @@ -449,8 +449,8 @@ namespace GridGenerator if (dim>2) { // In 3D, we have some more edges to deal with - for (unsigned int i=0; i