Author: mordante
Date: Thu Oct 22 22:14:20 2009
New Revision: 39416

URL: http://svn.gna.org/viewcvs/wesnoth?rev=39416&view=rev
Log:
Reenable the warning.

The bug hasn't been fixed yet but will be in the next commit.

Modified:
    trunk/src/text.cpp

Modified: trunk/src/text.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/text.cpp?rev=39416&r1=39415&r2=39416&view=diff
==============================================================================
--- trunk/src/text.cpp (original)
+++ trunk/src/text.cpp Thu Oct 22 22:14:20 2009
@@ -478,7 +478,6 @@
                                << " maximum_height " << maximum_height_
                                << " result " <<  rect_
                                << ".\n";
-#if 0
                if(maximum_width_ != -1 && rect_.width > maximum_width_) {
                        ERR_GUI_L << "ttext::" << __func__
                                        << " text '" << 
gui2::debug_truncate(text_)
@@ -486,7 +485,6 @@
                                        << " greater as the wanted maximum of " 
<< maximum_width_
                                        << ".\n";
                }
-#endif
        }
 }
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to