Created
November 27, 2023 20:18
-
-
Save sergoops/93b32c920e97b1cb6076a03d59b8cb18 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/xmlparser.cpp: In member function «void XmlParser::readBuffer()»: | |
src/xmlparser.cpp:182:42: ошибка: invalid conversion from «const xmlError*» {aka «const _xmlError*»} to «xmlError*» {aka «_xmlError*»} [-fpermissive] | |
182 | xml_error=xmlGetLastError(); | |
| ~~~~~~~~~~~~~~~^~ | |
| | | |
| const xmlError* {aka const _xmlError*} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment