wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src gamestatus.cpp


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src gamestatus.cpp
Date: Mon, 22 Nov 2004 16:25:11 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    04/11/22 21:18:26

Modified files:
        src            : gamestatus.cpp 

Log message:
        Blablabla, MSVC bad, GCC great.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/gamestatus.cpp.diff?tr1=1.48&tr2=1.49&r1=text&r2=text

Patches:
Index: wesnoth/src/gamestatus.cpp
diff -u wesnoth/src/gamestatus.cpp:1.48 wesnoth/src/gamestatus.cpp:1.49
--- wesnoth/src/gamestatus.cpp:1.48     Thu Nov 18 22:00:12 2004
+++ wesnoth/src/gamestatus.cpp  Mon Nov 22 21:18:26 2004
@@ -1,4 +1,4 @@
-/* $Id: gamestatus.cpp,v 1.48 2004/11/18 22:00:12 ydirson Exp $ */
+/* $Id: gamestatus.cpp,v 1.49 2004/11/22 21:18:26 silene Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -469,8 +469,7 @@
                        save_index_cfg.read(read_file(get_save_index_file()));
                } catch(io_exception& e) {
                        std::cerr << "error reading save index: '" << e.what() 
<< "'\n";
-               } catch(config::error& e) {
-                       e;
+               } catch(config::error&) {
                        std::cerr << "error parsing save index config file\n";
                        save_index_cfg.clear();
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]