commit | e7b08afa8f7d662478ea08cd41424942ebb417d3 | [log] [tgz] |
---|---|---|
author | Jiri Daněk <jdanek@redhat.com> | Mon Jan 13 12:33:48 2025 +0100 |
committer | GitHub <noreply@github.com> | Mon Jan 13 12:33:48 2025 +0100 |
tree | b3236326105b29cdb1e2121469b3a234a1108551 | |
parent | 2fd61a3b1cfaf23b6b69b20d175b6888cfb04ac3 [diff] |
DISPATCH-2368: chore(build): fix `qd_log` formatting placeholder (#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] ```