Task #119291 - fixed.err

back to task #119291
download
Error: COMPILER_WARNING (CWE-477):
HTML-Parser-3.83/util.c:162:21: warning[-Wdeprecated-declarations]: ‘Perl_uvuni_to_utf8’ is deprecated
#  162 |                     tmp = (char*)uvuni_to_utf8((U8*)buf, num);
#      |                     ^~~
/usr/lib64/perl5/CORE/perl.h:6160: included_from: Included from here.
HTML-Parser-3.83/Parser.xs:11: included_from: Included from here.
/usr/lib64/perl5/CORE/proto.h:6139:1: note: declared here
# 6139 | Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv)
#      | ^~~~~~~~~~~~~~~~~~
#  160|   		    }
#  161|   
#  162|-> 		    tmp = (char*)uvuni_to_utf8((U8*)buf, num);
#  163|   		    repl = buf;
#  164|   		    repl_len = tmp - buf;

Error: COMPILER_WARNING (CWE-477):
HTML-Parser-3.83/util.c:162:21: warning[-Wdeprecated-declarations]: ‘Perl_uvuni_to_utf8’ is deprecated
#  160|   		    }
#  161|   
#  162|-> 		    tmp = (char*)uvuni_to_utf8((U8*)buf, num);
#  163|   		    repl = buf;
#  164|   		    repl_len = tmp - buf;