Attention is currently required from: osmith.

osmith uploaded patch set #2 to this change.

View Change

The following approvals got outdated and were removed: Verified+1 by Jenkins Builder

The change is no longer submittable: Verified is unsatisfied now.

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

To view, visit change 42860. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newpatchset
Gerrit-Project: onomondo-ipa
Gerrit-Branch: master
Gerrit-Change-Id: I5b210ae5acff362cf845f6a37073d2bffe69c76e
Gerrit-Change-Number: 42860
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier@sysmocom.de>
Gerrit-Attention: osmith <osmith@sysmocom.de>