[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src titlescreen.cpp
From: |
Guillaume Melquiond |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src titlescreen.cpp |
Date: |
Mon, 22 Nov 2004 16:42:41 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <address@hidden> 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";
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/src titlescreen.cpp,
Guillaume Melquiond <=