diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-16 17:09:27 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-16 17:09:27 +0000 |
commit | d277092d10c486f94d159f65a37c7cd492d00652 (patch) | |
tree | dc10f75d9e0207d002e855623e32423ff0941ee0 /Changelog-Trunk.txt | |
parent | 94b9c4cc347f4c7a3745d001414e565dbf839b62 (diff) | |
download | hercules-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.txt | 3 |
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 |