Minor enhancements to eliminate compile/test warnings
authorWilliam M. Brack <wbrack@src.gnome.org>
Wed, 5 Nov 2003 03:16:46 +0000 (03:16 +0000)
committerWilliam M. Brack <wbrack@src.gnome.org>
Wed, 5 Nov 2003 03:16:46 +0000 (03:16 +0000)
commit9d9bdf0b0a5bccb7ce808cbe195e944428af5340
treebc923b6dae131162f3463ac0bc590c373dcbfadf
parenta7339040ed4172f5420ade87799d432bf046ec69
Minor enhancements to eliminate compile/test warnings
* libxslt/xsltconfig.h.in, libexstl/exsltconfig.h.in:
  changed macro ATTRIBUTE_UNUSED for gcc so that, if undefined,
  it's defined as __attribute__((unused))
* python/libxslt.c: fixed ATTRIBUTE_UNUSED to appear after
  variable declaration
* libxslt/preproc.c: minor change to get rid of unused var/code
ChangeLog
libexslt/exsltconfig.h.in
libxslt/preproc.c
libxslt/xsltconfig.h.in
python/libxslt.c