[
https://issues.apache.org/jira/browse/DISPATCH-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17912421#comment-17912421
]
ASF subversion and git services commented on DISPATCH-2368:
-----------------------------------------------------------
Commit fd948491e7f8eb2a0ad88f3cf65361a6d0e195dc in qpid-dispatch's branch
refs/heads/main from Jiri Daněk
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=fd948491 ]
DISPATCH-2368: chore(build): add a missing `(void)` into C function
declarations (#1705)
This is an intermediate step (in C23 this can be handled differently), but for
now it's the most reasonable fix.
Fixes compilation failures such as this one
```
error: a function declaration without a prototype is deprecated in all versions
of C [-Werror,-Wstrict-prototypes]
```
> Compilation failures with current toolchains (Fedora 40, macOS, ...)
> --------------------------------------------------------------------
>
> Key: DISPATCH-2368
> URL: https://issues.apache.org/jira/browse/DISPATCH-2368
> Project: Qpid Dispatch
> Issue Type: Bug
> Affects Versions: 1.19.0
> Reporter: Jiri Daněk
> Assignee: Jiri Daněk
> Priority: Major
>
> Currently the build is failing due to various small build issues, such as
> missing includes and improper format specifier for printf.
> There is a Python version string issue that will be tracked separately
> DISPATCH-2369.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]