[Lemon-commits] [lemon_svn] klao: r1358 - hugo/trunk/src/lemon

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


Author: klao
Date: Mon Nov  8 17:42:35 2004
New Revision: 1358

Modified:
   hugo/trunk/src/lemon/vector_map.h

Log:
remove an annoying warning

Modified: hugo/trunk/src/lemon/vector_map.h
==============================================================================
--- hugo/trunk/src/lemon/vector_map.h	(original)
+++ hugo/trunk/src/lemon/vector_map.h	Mon Nov  8 17:42:35 2004
@@ -189,7 +189,7 @@
 		
     /// Erase a key from the map. It called by the observer registry
     /// and it overrides the erase() member function of the observer base.     
-    void erase(const KeyType& key) {}
+    void erase(const KeyType&) {}
 
     /// Buildes the map.
 		



More information about the Lemon-commits mailing list