Snippets for gammu 1.42.0 from Alpine x86
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86/community/gammu/gammu-1.42.0-r1.log.
-
/home/buildozer/aports/community/gammu/src/gammu-1.42.0/smsd/core.c:1980:86: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 1980 | SMSD_Log(DEBUG_INFO, Config, "Incoming call! # hanging up @%ld %ld.\n", now, lastRing); | ~~^ ~~~ | | | | long int time_t {aka long long int} | %lld -
/home/buildozer/aports/community/gammu/src/gammu-1.42.0/smsd/core.c:1980:90: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=] 1980 | SMSD_Log(DEBUG_INFO, Config, "Incoming call! # hanging up @%ld %ld.\n", now, lastRing); | ~~^ ~~~~~~~~ | | | | long int time_t {aka long long int} | %lld