commit | cedf84d35ab127dd24f9bcbf8b8339518d0e8928 | [log] [tgz] |
---|---|---|
author | Nico Weber <thakis@chromium.org> | Mon Mar 05 16:36:59 2012 +0800 |
committer | Daniel Veillard <veillard@redhat.com> | Mon Mar 05 16:36:59 2012 +0800 |
tree | fb5a7f4cb50581215bd8d9484f71976ab3a34cfd | |
parent | 5cf1deb080fdc92b171410d72ae0a9e45d57382c [diff] |
Fix -Wempty-body warning from clang clang recently grew a warning on `for (...);`. This patch fixes all two instances of this pattern in libxml. The changes don't modify the code semantic.