Re: [chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.3-76-ga849665 |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
- To: chrony-dev@xxxxxxxxxxxxxxxxxxxx
- Subject: Re: [chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.3-76-ga849665
- From: Bryan Christianson <bryan@xxxxxxxxxxxxx>
- Date: Fri, 14 Apr 2023 05:31:18 +1200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smtpservice.net; i=@smtpservice.net; q=dns/txt; s=a1-4; t=1681407098; h=feedback-id : x-smtpcorp-track : date : message-id : to : subject : from : reply-to : sender : list-unsubscribe; bh=+K6924EG2kE2iH7mcXrxJcaQ88q6snJGt7pEnw5CuCg=; b=UcWm/ayz+2F6JdSTCzsP4vohZJMbVnch//Pki3uR+bAbS2wNF29ZJf0q+WehLlnPum0o9 y9x2lA2k+EUTo3E2r78t/xZxftfpa8yZ44N3N0BCpEFhuhiyMkZETyob/FIrzxl3eEf+Bfn DFFydQRd0ci76Ath7rz+cBXHSZcpBm++ZwIw9OgojpOAakuLw+Y/RomL9NT5/JaZ9rYax62 FQQKygRw/KlKS+nazFYVWH5+5xlTNKFNwdyJ+3h1KWWUdB5hiwIvIe0LiqL7eVYXDbeNKMw kyCUFWRAbiFsGcxmXY8hblWJpAdNi6qvCS5j0it+wtLcTcXt7RQ3VlCPeNUg==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=whatroute.net; i=@whatroute.net; q=dns/txt; s=s149811; t=1681407098; h=from : subject : to : message-id : date; bh=+K6924EG2kE2iH7mcXrxJcaQ88q6snJGt7pEnw5CuCg=; b=Xy4CBS32HglagSoQgN6u+8QtbAlSrDrJHbhJ6TXfTpjaZCEBWdbu+BgAS8ng5yvJr7NmH iKGcg58988ffR98DfUFiIwlhNjbT/ZVrPeP9CqUnJajJtd4O49IijWrfE1GzqEC+vz8ukly 5Vxrx/esJomKwP/MJ/yQOux117ZUzIRxFq9+IeV3WOphkBKG7uXCjoBLVdJsh+RJkpQmmPM fSIJntQPcoIC1/ZMRKGvmyBn4G7ZddHQWiiwbCgR+cLCzmet9ZAm2KsI35xJG2MaZkzrorQ MU0kG4c0Qo++kjEbw+hnbS6qEys5gjm6WiM2Z+SJ7+rOQXV3UaCXTiB57XUQ==
A few compiler warnings with the current version of clang on macOS Ventura
gcc --version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
gcc -O2 -g -fstack-protector-strong --param=ssp-buffer-size=4 -Wmissing-prototypes -Wall -pthread -c hash_intmd5.c
In file included from hash_intmd5.c:34:
../md5.c:120:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void MD5Init (mdContext)
^
../md5.c:137:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void MD5Update (mdContext, inBuf, inLen)
^
../md5.c:176:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void MD5Final (mdContext)
^
../md5.c:217:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void Transform (buf, in)
^
../md5.c:217:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
5 warnings generated.
--
Bryan Christianson
bryan@xxxxxxxxxxxxx
--
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.