diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-22 14:06:37 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-22 14:06:37 +0000 |
commit | 7e475e75934820e41b9cdff14d69ef75ad446da5 (patch) | |
tree | 66ca60af89b02f055515e19f83935299c36c2b75 /Changelog-Trunk.txt | |
parent | 8e24391458a6584315c33a3a8423358d9f65785f (diff) | |
download | hercules-7e475e75934820e41b9cdff14d69ef75ad446da5.tar.gz hercules-7e475e75934820e41b9cdff14d69ef75ad446da5.tar.bz2 hercules-7e475e75934820e41b9cdff14d69ef75ad446da5.tar.xz hercules-7e475e75934820e41b9cdff14d69ef75ad446da5.zip |
* Resolved random compiler warnings.
- Silenced pointer size mismatch gcc warning for variables passed to script_setarray_pc (bugreport:4661, since r14613).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14615 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 19b4978f9..3f595f1c5 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,8 @@ Date Added 2010/12/22 + * Resolved random compiler warnings. [Ai4rei] + - Silenced pointer size mismatch gcc warning for variables passed to script_setarray_pc (bugreport:4661, since r14613). * Fixed sql mapreg loading code specifying output buffer size for SqlStmt_BindColumn without zero-terminator, leading to truncations of variable names and/or their values when using the maximum length (bugreport:1939, since r11245). [Ai4rei] 2010/12/21 * Added script_setarray_pc for setting temporary character array variables outside of script.c without requiring them to use script-interal code (add_str and reference_uid). [Ai4rei] |