An 'unused variable' warning when compiled with gcc-3.2.2 is removed
authoralpar
Sun, 14 Nov 2004 11:16:36 +0000
changeset 990407e4d47fdd3
parent 989 ca95f8b5c931
child 991 e619a466ca5d
An 'unused variable' warning when compiled with gcc-3.2.2 is removed
src/test/path_test.cc
     1.1 --- a/src/test/path_test.cc	Sat Nov 13 21:37:54 2004 +0000
     1.2 +++ b/src/test/path_test.cc	Sun Nov 14 11:16:36 2004 +0000
     1.3 @@ -64,6 +64,7 @@
     1.4    EdgeIt k(p);	                  //EdgeIt(const Path &_p) {}
     1.5  
     1.6    i=++j;	                  //EdgeIt& operator++() {}
     1.7 +  ++k;
     1.8    b=(i==j);	                  //bool operator==(const EdgeIt& e) const {return true;}
     1.9    b=(i!=j);	                  //bool operator!=(const EdgeIt& e) const {return true;}
    1.10