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

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

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


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src reports.cpp
Date: Sun, 23 Jan 2005 11:09:58 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/01/23 16:09:58

Modified files:
        src            : reports.cpp 

Log message:
        Added wassert(false) to default case

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

Patches:
Index: wesnoth/src/reports.cpp
diff -u wesnoth/src/reports.cpp:1.57 wesnoth/src/reports.cpp:1.58
--- wesnoth/src/reports.cpp:1.57        Sun Jan 23 15:40:56 2005
+++ wesnoth/src/reports.cpp     Sun Jan 23 16:09:57 2005
@@ -398,6 +398,7 @@
                }
        }
        default:
+               wassert(false);
                break;
        }
        return report(str.str());




reply via email to

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