Author: ivanovic
Date: Sun Jul 24 17:10:34 2011
New Revision: 50384

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50384&view=rev
Log:
since r50380 strict-aliasing should be possible again for the old network code, 
too, so remove this (now no longer required) flag by default

Modified:
    trunk/CMakeLists.txt
    trunk/changelog

Modified: trunk/CMakeLists.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/CMakeLists.txt?rev=50384&r1=50383&r2=50384&view=diff
==============================================================================
--- trunk/CMakeLists.txt (original)
+++ trunk/CMakeLists.txt Sun Jul 24 17:10:34 2011
@@ -113,9 +113,7 @@
        if(NOT CONFIGURED)
 
                if(ENABLE_STRICT_COMPILATION)
-                       # The current networking code breaks strict aliasing in 
g++ 4.5.
-                       # Once the code is converted to boost::asio it might be 
reenabled.
-                       set(STRICT_FLAGS "-Werror -Wno-strict-aliasing")
+                       set(STRICT_FLAGS "-Werror")
                else(ENABLE_STRICT_COMPILATION)
                        set(STRICT_FLAGS "")
                endif(ENABLE_STRICT_COMPILATION)

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=50384&r1=50383&r2=50384&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Sun Jul 24 17:10:34 2011
@@ -39,6 +39,9 @@
    * Fixed bug #18117, saved games with Qatif-al-nar became corrupted
    * Fixed bug #18120, where Khalifate units were not getting the default ALMA
    * Patch #2663: Make wesnoth-optipng work on systems with BSD stat
+   * CMake build system:
+     * Disabled building of libana by default
+     * Removed "-Wno-strict-aliasing" from the default compiler flags
 
 Version 1.9.7:
  * Graphics:


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

Reply via email to