Task #1482 - fixed.err
back to task #1482download
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
# 177 | xmlErrorPtr error = xmlCtxtGetLastError(ctxt);
# | ^~~~~~~~~~~~~~~~~~~
# 175|
# 176| if (xmlParseChunk(ctxt, buf, len, len == 0)) {
# 177|-> xmlErrorPtr error = xmlCtxtGetLastError(ctxt);
# 178| ret = FALSE;
# 179|