Task #105 - fixed.err

back to task #105
download
Error: COMPILER_WARNING (CWE-704):
librepo-1.17.0/librepo/xmlparser.c: scope_hint: In function ‘lr_xml_parser_generic’
librepo-1.17.0/librepo/xmlparser.c:177:33: warning[-Wdiscarded-qualifiers]: initialization discards ‘const’ qualifier from pointer target type
#  175|   
#  176|           if (xmlParseChunk(ctxt, buf, len, len == 0)) {
#  177|->             xmlErrorPtr error = xmlCtxtGetLastError(ctxt);
#  178|               ret = FALSE;
#  179|