Author: mordante
Date: Wed Oct 21 22:55:48 2009
New Revision: 39402

URL: http://svn.gna.org/viewcvs/wesnoth?rev=39402&view=rev
Log:
Temporary disable a warning message.

It causes too much positives, the cause still needs to be fixed.

Modified:
    trunk/src/text.cpp

Modified: trunk/src/text.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/text.cpp?rev=39402&r1=39401&r2=39402&view=diff
==============================================================================
--- trunk/src/text.cpp (original)
+++ trunk/src/text.cpp Wed Oct 21 22:55:48 2009
@@ -471,7 +471,7 @@
                                << " 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_)
@@ -479,7 +479,7 @@
                                        << " 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