Attention is currently required from: Timur Davydov, laforge, osmith.
Hello Jenkins Builder, fixeria, laforge, osmith, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmocore/+/41923?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: core: fix printf format casts for struct timeval fields ......................................................................
core: fix printf format casts for struct timeval fields
Explicitly cast struct timeval fields to long when passing them to printf-style functions.
This avoids compiler warnings/errors on platforms where tv_sec or tv_usec are not exactly of type long, while keeping the existing log and control output unchanged.
Change-Id: Icac9e392c728948a7976970658e37f5e0da41709 --- M src/core/fsm.c M src/ctrl/fsm_ctrl_commands.c 2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/23/41923/2