Snippets for gammu 1.42.0 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/gammu/1.42.0_1/150amd64-default.log.
-
/wrkdirs/usr/ports/comms/gammu/work/gammu-1.42.0/libgammu/gsmcomon.c:218:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 218 | GSM_Debug_Info *GSM_GetGlobalDebug() | ^ | void -
/wrkdirs/usr/ports/comms/gammu/work/gammu-1.42.0/libgammu/misc/misc.c:171:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 171 | int GSM_GetLocalTimezoneOffset() | ^ | void -
/wrkdirs/usr/ports/comms/gammu/work/gammu-1.42.0/libgammu/phone/nokia/dct4s40/6510/n6510.c:3497:23: warning: variable 'blocks' set but not used [-Wunused-but-set-variable] 3497 | int i, length = 7, blocks = 0; | ^ -
/wrkdirs/usr/ports/comms/gammu/work/gammu-1.42.0/smsd/core.c:737:35: warning: converting the result of '<<' to a boolean always evaluates to true [-Wtautological-constant-compare] 737 | Config->shm_key = ftok(fullpath, SMSD_SHM_KEY); | ^ -
/wrkdirs/usr/ports/comms/gammu/work/gammu-1.42.0/gammu/common.c:241:2: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 241 | curl_easy_setopt(dl_handle, CURLOPT_FOLLOWLOCATION, 1); | ^ -
/wrkdirs/usr/ports/comms/gammu/work/gammu-1.42.0/gammu/common.c:242:2: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 242 | curl_easy_setopt(dl_handle, CURLOPT_MAXREDIRS, 10); | ^ -
/wrkdirs/usr/ports/comms/gammu/work/gammu-1.42.0/contrib/smscgi/sms_cgi.c:342:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 342 | void cgi_reset() { | ^ | void