diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-12-01 14:44:56 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-12-01 14:44:56 +0000 |
commit | 8835538928a9656dc29c667949555a217db1f1e4 (patch) | |
tree | 6c1b8de32764bf8b9f66c2c63d18b2da2c21a243 /ChangeLog | |
parent | b50ceb3058dc44742459cd6b4bf4a3589c45829f (diff) | |
download | libxslt-8835538928a9656dc29c667949555a217db1f1e4.tar.gz libxslt-8835538928a9656dc29c667949555a217db1f1e4.tar.bz2 libxslt-8835538928a9656dc29c667949555a217db1f1e4.zip |
minor changes to get rid of gcc warnings, especially on 64-bit system.
* libxslt/extensions.c, libxslt/functions.c, libxslt/numbers.c,
libxslt/pattern.c, libxslt/transform.c, libxslt/xslt.c,
libxslt/xsltInternals.h: minor changes to get rid of gcc
warnings, especially on 64-bit system. Implemented
XML_CAST_FPTR macro to cast between function pointer <->
object pointer while avoiding gcc warnings (a hack).
No change to the logic.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed Dec 1 22:37:55 HKT 2004 William Brack <wbrack@mmm.com.hk> + + * libxslt/extensions.c, libxslt/functions.c, libxslt/numbers.c, + libxslt/pattern.c, libxslt/transform.c, libxslt/xslt.c, + libxslt/xsltInternals.h: minor changes to get rid of gcc + warnings, especially on 64-bit system. Implemented + XML_CAST_FPTR macro to cast between function pointer <-> + object pointer while avoiding gcc warnings (a hack). + No change to the logic. + Wed Dec 1 10:47:15 CET 2004 Daniel Veillard <daniel@veillard.com> * libxslt/security.c xsltproc/xsltproc.c: applied patch from |