Huge cleanup, I switched to compile with
authorDaniel Veillard <veillard@src.gnome.org>
Sat, 24 Mar 2001 18:41:26 +0000 (18:41 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Sat, 24 Mar 2001 18:41:26 +0000 (18:41 +0000)
commit5b2e9374584e6213711a00bdad7137f8b8d47ed8
tree1b0abebc33944bdfc432e62be3ddb1d557ee7d98
parentdee7f6243fb33a4040e1a2b5b2c60e428b56e92d
Huge cleanup, I switched to compile with
-Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
-Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
- libxslt/attributes.c libxslt/extensions.c libxslt/extra.c
  libxslt/functions.c libxslt/keys.c libxslt/numbers.c
  libxslt/pattern.c libxslt/preproc.c libxslt/templates.c
  libxslt/transform.c libxslt/variables.c libxslt/xslt.c
  libxslt/xsltutils.c: basically made static unexported functions
  avoided name clashes and flagged unused parameters.
Daniel
15 files changed:
ChangeLog
configure.in
libxslt/attributes.c
libxslt/extensions.c
libxslt/extra.c
libxslt/functions.c
libxslt/keys.c
libxslt/numbers.c
libxslt/pattern.c
libxslt/preproc.c
libxslt/templates.c
libxslt/transform.c
libxslt/variables.c
libxslt/xslt.c
libxslt/xsltutils.c