Author: mordante
Date: Mon Mar 30 23:12:39 2009
New Revision: 34304

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34304&view=rev
Log:
Comment out an unused parameter.

Modified:
    trunk/src/ai_interface.hpp

Modified: trunk/src/ai_interface.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/ai_interface.hpp?rev=34304&r1=34303&r2=34304&view=diff
==============================================================================
--- trunk/src/ai_interface.hpp (original)
+++ trunk/src/ai_interface.hpp Mon Mar 30 23:12:39 2009
@@ -138,7 +138,8 @@
         virtual void set_team(int team) { info_.team_num = team; }
 
         /** Evaluate */
-        virtual std::string evaluate(const std::string& str) { return 
"evaluate command not implemented by this AI"; }
+        virtual std::string evaluate(const std::string& /*str*/) 
+                       { return "evaluate command not implemented by this AI"; 
}
 
         /** Return a message with information about the ai. Useful for making 
debugging ai-independent. */
         virtual std::string describe_self() { return "? ai"; }


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to