[Lemon-commits] [lemon_svn] alpar: r1677 - hugo/trunk/src/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:46:56 CET 2006
Author: alpar
Date: Wed Mar 23 15:31:59 2005
New Revision: 1677
Modified:
hugo/trunk/src/lemon/graph_reader.h
Log:
"unused parameter" warning solved
Modified: hugo/trunk/src/lemon/graph_reader.h
==============================================================================
--- hugo/trunk/src/lemon/graph_reader.h (original)
+++ hugo/trunk/src/lemon/graph_reader.h Wed Mar 23 15:31:59 2005
@@ -615,7 +615,7 @@
virtual ~SkipReader() {}
- virtual void read(std::istream& is, const Item& item) {
+ virtual void read(std::istream& is, const Item&) {
Value value;
reader.read(is, value);
}
More information about the Lemon-commits
mailing list