Re: [chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.5-25-g45e41b7 |
[ 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. 3.5-25-g45e41b7
- From: Bryan Christianson <bryan@xxxxxxxxxxxxx>
- Date: Thu, 25 Jul 2019 04:50:58 +1200
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpcorp.com; s=a1-4; h=Feedback-ID:X-Smtpcorp-Track:Message-Id:To:Date: Subject:From:Reply-To:Sender:List-Unsubscribe; bh=PwkLw/LxO+2s4MALZixCbl9u0b8Tfz3veDbsXSp5M8M=; b=jb/3uPGTu9zspiiCckSCr3MM1x 8p/VWxdC5ajsA17jcufCanq2h0GQB+5aSw0/EoD2pDIuV81rYK4wlXd63M75ZLczOPJy7GvuAF91G 3J4qjg0AthSjImCLTRE8+4byQyik8alhVNC1R6s1tsX1K5vC+00KIPzbHyrT7G+7dG32CI47kA+3m /1A1HH1ddfrqTS86bmYLfKJWoltS/EUlNOyiRU9oaRRNuHNlvIhZaAQmLR3pJusiAyGUznpvjtCjs umqlq2YuxbsM8cJS7VUmoDHATIGzMhT/99FCKipjyohjb9UHxv5efsqpvjvhCdX/TJT8PWUzuZJVI KCW6luew==;
- Feedback-id: 149811m:149811acx33YQ:149811s0HdsjbJgZ
Hi Miroslav
Minor warning generated by compiler on macOS.
> On 25/07/2019, at 2:27 AM, <git@xxxxxxxxxxxxx> <git@xxxxxxxxxxxxx> wrote:
>
>
> commit 27fd7519150f36a12f6c91e59b4b3615377f0532
> Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
> Date: Tue Jul 23 17:26:29 2019 +0200
>
> socket: add support for socket() flags
>
> On start, check if the SOCK_CLOEXEC and SOCK_NONBLOCK flags are
> supported in the socket() call and use them instead of fcntl() in order
> to reduce the number of system calls required to send a client request.
>
gcc -O2 -g -fstack-protector-strong --param=ssp-buffer-size=4 -Wmissing-prototypes -Wall -pthread -c socket.c
socket.c:147:1: warning: unused function 'check_socket_flag' [-Wunused-function]
check_socket_flag(int sock_flag, int fd_flag, int fs_flag)
^
1 warning 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.