Author: mordante
Date: Thu Apr 30 20:19:48 2009
New Revision: 35354

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

Modified:
    trunk/src/savegame.cpp

Modified: trunk/src/savegame.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/savegame.cpp?rev=35354&r1=35353&r2=35354&view=diff
==============================================================================
--- trunk/src/savegame.cpp (original)
+++ trunk/src/savegame.cpp Thu Apr 30 20:19:48 2009
@@ -863,7 +863,7 @@
        : game_savegame(gamestate, level_cfg, gui, teams, units, gamestatus, 
map, compress_saves)
 {}
 
-int oos_savegame::show_save_dialog(CVideo& video, const std::string& message, 
const gui::DIALOG_TYPE dialog_type)
+int oos_savegame::show_save_dialog(CVideo& video, const std::string& message, 
const gui::DIALOG_TYPE /*dialog_type*/)
 {
        static bool ignore_all = false;
        int res = 0;


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

Reply via email to