diff options
author | Brad King <brad.king@kitware.com> | 2009-06-11 13:03:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-06-11 13:03:56 (GMT) |
commit | f0ab852000b5c1ea17509c6e57e61942ba878984 (patch) | |
tree | 669cde51c42fb971316877f69bdc95a38bb1990c /Templates/CMakeVSMacros1.vsmacros | |
parent | 60bfa0ad3f7f22f7e8054af01d4b87f319e56add (diff) | |
download | CMake-f0ab852000b5c1ea17509c6e57e61942ba878984.zip CMake-f0ab852000b5c1ea17509c6e57e61942ba878984.tar.gz CMake-f0ab852000b5c1ea17509c6e57e61942ba878984.tar.bz2 |
COMP: Fix build with system-installed expat 2.0.1
In cmXMLParser::ReportXmlParseError we were accidentally passing a value
of type 'XML_Parser*' to expat methods instead of 'XML_Parser'. It was
not caught because XML_Parser was just 'void*' in the cmexpat version.
Newer system-installed expat versions catch the error because XML_Parser
is now a pointer to a real type. This correct the type.
Diffstat (limited to 'Templates/CMakeVSMacros1.vsmacros')
0 files changed, 0 insertions, 0 deletions