CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <[EMAIL PROTECTED]>  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