Opened 3 years ago

Closed 2 years ago

#61607 closed defect (fixed)

p5-html-strip @2.10: error: implicit declaration of function 'utf8_char_width' is invalid in C99

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: bigsur catalina Cc:
Port: p5-html-strip

Description

https://build.macports.org/builders/ports-11_arm64-builder/builds/937/steps/install-port/logs/stdio

strip_html.c:23:25: error: implicit declaration of function 'utf8_char_width' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    width = is_utf8_p ? utf8_char_width(p_raw) : 1;
                        ^

Change History (1)

comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 4cb3570d6767cebb647dad90b89e4f55430158ea/macports-ports (master):

p5-html-strip: Fix implicit function declaration

Closes: #61607

Note: See TracTickets for help on using tickets.