Skip to content

Fix -Wshadow warnings in libexslt/dynamic.c

  • configure.ac: Enable -Wshadow for all builds.
  • libexslt/dynamic.c: (exsltDynMapFunction): Rename cur to newChildNode to fix shadow variable warnings.

Closes #29 (closed).

Merge request reports