summaryrefslogtreecommitdiffstats
path: root/Templates/UtilityHeader.dsptemplate
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-06-11 13:03:56 (GMT)
committerBrad King <brad.king@kitware.com>2009-06-11 13:03:56 (GMT)
commitf0ab852000b5c1ea17509c6e57e61942ba878984 (patch)
tree669cde51c42fb971316877f69bdc95a38bb1990c /Templates/UtilityHeader.dsptemplate
parent60bfa0ad3f7f22f7e8054af01d4b87f319e56add (diff)
downloadCMake-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/UtilityHeader.dsptemplate')
0 files changed, 0 insertions, 0 deletions