summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-08-16 17:09:27 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-08-16 17:09:27 +0000
commitd277092d10c486f94d159f65a37c7cd492d00652 (patch)
treedc10f75d9e0207d002e855623e32423ff0941ee0 /Changelog-Trunk.txt
parent94b9c4cc347f4c7a3745d001414e565dbf839b62 (diff)
downloadhercules-d277092d10c486f94d159f65a37c7cd492d00652.tar.gz
hercules-d277092d10c486f94d159f65a37c7cd492d00652.tar.bz2
hercules-d277092d10c486f94d159f65a37c7cd492d00652.tar.xz
hercules-d277092d10c486f94d159f65a37c7cd492d00652.zip
* Added -fno-strict-aliasing detection to configure.in (-fstrict-aliasing is added through -O2), since the code is not aliasing safe and causes warnings with gcc.
- This also fixes a missing line in the pre-built configure script (since r14870). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14935 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index a8960b164..193e28b0c 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,8 @@
Date Added
+2011/08/16
+ * Added -fno-strict-aliasing detection to configure.in (-fstrict-aliasing is added through -O2), since the code is not aliasing safe and causes warnings with gcc. [Ai4rei]
+ - This also fixes a missing line in the pre-built configure script (since r14870).
2011/08/11
* Fixed bonuses bAddMonsterDropItem and bAddMonsterDropItemGroup (which broke after bAddClassDropItem was added). [Skotlex]
2011/08/10