[Lemon-commits] [lemon_svn] alpar: r1380 - hugo/trunk/src/test

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:44:59 CET 2006


Author: alpar
Date: Sun Nov 14 12:16:36 2004
New Revision: 1380

Modified:
   hugo/trunk/src/test/path_test.cc

Log:
An 'unused variable' warning when compiled with gcc-3.2.2 is removed

Modified: hugo/trunk/src/test/path_test.cc
==============================================================================
--- hugo/trunk/src/test/path_test.cc	(original)
+++ hugo/trunk/src/test/path_test.cc	Sun Nov 14 12:16:36 2004
@@ -64,6 +64,7 @@
   EdgeIt k(p);	                  //EdgeIt(const Path &_p) {}
 
   i=++j;	                  //EdgeIt& operator++() {}
+  ++k;
   b=(i==j);	                  //bool operator==(const EdgeIt& e) const {return true;}
   b=(i!=j);	                  //bool operator!=(const EdgeIt& e) const {return true;}
 



More information about the Lemon-commits mailing list