Author: mordante
Date: Mon May 2 21:54:00 2011
New Revision: 49344
URL: http://svn.gna.org/viewcvs/wesnoth?rev=49344&view=rev
Log:
Fixed a gcc 4.6 compilation error.
Debian bug report #624914 reminded me I have some 1.8 gcc 4.6 fixes pending.
The other issues will be evaluated later. (Fixes Debian bug #624914).
Modified:
branches/1.8/changelog
branches/1.8/src/server/simple_wml.hpp
Modified: branches/1.8/changelog
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.8/changelog?rev=49344&r1=49343&r2=49344&view=diff
==============================================================================
--- branches/1.8/changelog (original)
+++ branches/1.8/changelog Mon May 2 21:54:00 2011
@@ -17,6 +17,7 @@
* Fixed: properly update cmake revision numbers (bug #16483)
* Backport r45510: fixes a crash triggered by WML code changing the
objectives after end of scenario conditions were already reached.
+ * Fixed: A gcc 4.6 compilation error (Debian bug #624914).
Version 1.8.5:
* AI:
Modified: branches/1.8/src/server/simple_wml.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.8/src/server/simple_wml.hpp?rev=49344&r1=49343&r2=49344&view=diff
==============================================================================
--- branches/1.8/src/server/simple_wml.hpp (original)
+++ branches/1.8/src/server/simple_wml.hpp Mon May 2 21:54:00 2011
@@ -3,6 +3,7 @@
#include <string.h>
+#include <cstddef>
#include <iosfwd>
#include <map>
#include <string>
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits