Author: mordante
Date: Sat May  2 14:41:48 2009
New Revision: 35413

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35413&view=rev
Log:
Fix a compiler warning.

Modified:
    trunk/src/mouse_events.cpp

Modified: trunk/src/mouse_events.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/mouse_events.cpp?rev=35413&r1=35412&r2=35413&view=diff
==============================================================================
--- trunk/src/mouse_events.cpp (original)
+++ trunk/src/mouse_events.cpp Sat May  2 14:41:48 2009
@@ -696,7 +696,7 @@
        }
 }
 
-void mouse_handler::show_attack_options(unit_map::const_iterator u)
+void mouse_handler::show_attack_options(unit_map::const_iterator /*u*/)
 {
 #if 0
        team& current_team = teams_[team_num_-1];


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

Reply via email to