Attention is currently required from: osmith.
Hello Jenkins Builder, dexter,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/onomondo-ipa/+/42860?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by Jenkins Builder
The change is no longer submittable: Verified is unsatisfied now.
Change subject: esipa: fix printf fmt str for ssize_t ......................................................................
esipa: fix printf fmt str for ssize_t
Fix for: In file included from …/src/ipa/libipa/esipa.c:14: …/src/ipa/libipa/esipa.c: In function ‘ipa_esipa_msg_to_eim_enc’: …/src/ipa/libipa/esipa.h:16:33: error: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘ssize_t’ {aka ‘long int’} [-Werror=form at=] 16 | IPA_LOGP(SESIPA, level, "%s: " fmt, func, ## args) | ^~~~~~ …/include/onomondo/ipa/log.h:18:53: note: in definition of macro ‘IPA_LOGP’ 18 | ipa_logp(subsys, level, __FILE__, __LINE__, fmt, ## args) | ^~~ …/src/ipa/libipa/esipa.c:129:17: note: in expansion of macro ‘IPA_LOGP_ESIPA’ 129 | IPA_LOGP_ESIPA(function_name, LERROR, "cannot encode eIM request! rc = %d\n", rc.encoded); | ^~~~~~~~~~~~~~
Change-Id: I5b210ae5acff362cf845f6a37073d2bffe69c76e --- M src/ipa/libipa/esipa.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-ipa refs/changes/60/42860/2