[ https://issues.apache.org/jira/browse/DISPATCH-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17912442#comment-17912442 ]
ASF GitHub Bot commented on DISPATCH-2368: ------------------------------------------ jiridanek opened a new pull request, #1739: URL: https://github.com/apache/qpid-dispatch/pull/1739 It's unexpected that compilers can trace the string as it flows to printf, as there are no hints in the code, but apparently they can do this nowadays. ``` error: format specifies type 'long long' but the argument has type 'long' [-Werror,-Wformat] ``` This was fixed in skupper-router in * https://github.com/skupperproject/skupper-router/pull/1248 > 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: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org