CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <[EMAIL PROTECTED]> 04/11/22 21:36:41

Modified files:
        src            : titlescreen.cpp 

Log message:
        Blablabla, MSVC bad, GCC great.

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

Patches:
Index: wesnoth/src/titlescreen.cpp
diff -u wesnoth/src/titlescreen.cpp:1.29 wesnoth/src/titlescreen.cpp:1.30
--- wesnoth/src/titlescreen.cpp:1.29    Thu Nov 18 04:08:32 2004
+++ wesnoth/src/titlescreen.cpp Mon Nov 22 21:36:41 2004
@@ -125,8 +125,7 @@
        std::cerr << "Loading tips of day\n";
        try {
                cfg.read(preprocess_file("data/tips.cfg"));
-       } catch(config::error& e) {
-               e;
+       } catch(config::error&) {
                std::cerr << "Could not read tips.cfg\n";
        }
 


Reply via email to