[MacPorts] #69621: xmlto @0.0.28_7: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
MacPorts
noreply at macports.org
Mon Apr 1 10:25:49 UTC 2024
#69621: xmlto @0.0.28_7: error: type specifier missing, defaults to 'int'; ISO C99
and later do not support implicit int
---------------------+--------------------
Reporter: BSDer | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: xmlto |
---------------------+--------------------
Comment (by ryandesign):
Replying to [ticket:69621 BSDer]:
> {{{
> :info:build xmlif/xmlif.l:46:8: error: type specifier missing, defaults
to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
> :info:build static ifsense; /* sense of last `if' or
unless seen */
> :info:build ~~~~~~ ^
> :info:build int
> }}}
Fixed by
https://pagure.io/xmlto/c/1375e2df75530cd198bd16ac3de38e2b0d126276
> {{{
> :info:build xmlif/xmlif.l:243:1: error: type specifier missing, defaults
to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
> :info:build main(int argc, char *argv[])
> :info:build ^
> :info:build int
> }}}
Fixed by
https://pagure.io/xmlto/c/8e34f087bf410bcc5fe445933d6ad9bae54f24b5
But annoyingly they have not released a new version containing these fixes
even though they were made over two years ago. I filed
[https://pagure.io/xmlto/issue/12 an issue] asking them to do so.
--
Ticket URL: <https://trac.macports.org/ticket/69621#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list