Author: mordante
Date: Mon Jun 22 19:30:35 2009
New Revision: 36354

URL: http://svn.gna.org/viewcvs/wesnoth?rev=36354&view=rev
Log:
Fix a compiler warning, corn please review.

Modified:
    trunk/src/gamestatus.cpp

Modified: trunk/src/gamestatus.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gamestatus.cpp?rev=36354&r1=36353&r2=36354&view=diff
==============================================================================
--- trunk/src/gamestatus.cpp (original)
+++ trunk/src/gamestatus.cpp Mon Jun 22 19:30:35 2009
@@ -887,7 +887,7 @@
 void game_state::get_player_info(const config& cfg,
                                         std::string save_id, 
std::vector<team>& teams,
                                         const config& level, gamemap& map, 
unit_map& units,
-                                        gamestatus& game_status, tod_manager& 
tod_mng, bool snapshot)
+                                        gamestatus& /*game_status*/, 
tod_manager& tod_mng, bool snapshot)
 {
        player_info *player = NULL;
 


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

Reply via email to