core-util: Avoid warnings when missing certain system calls
authorPeter Meerwald <pmeerw@pmeerw.net>
Tue, 12 Aug 2014 22:30:01 +0000 (00:30 +0200)
committerPeter Meerwald <pmeerw@pmeerw.net>
Mon, 18 Aug 2014 13:31:31 +0000 (15:31 +0200)
commit454040116798da298f61ac0e8653a4806dc62aeb
treec0caee5faf5b563d9c9aa4184a1f43d2d69cac7e
parent1849cfdad92cb56f5510f46405c98caa9e6b7577
core-util: Avoid warnings when missing certain system calls

on systems lacking #defines HAVE_ACCEPT4, HAVE_PIPE2, SOCK_CLOEXEC

pulsecore/core-util.c: In function 'pa_open_cloexec':
pulsecore/core-util.c:3348:1: warning: label 'finish' defined but not used [-Wunused-label]
pulsecore/core-util.c: In function 'pa_socket_cloexec':
pulsecore/core-util.c:3370:1: warning: label 'finish' defined but not used [-Wunused-label]
pulsecore/core-util.c: In function 'pa_pipe_cloexec':
pulsecore/core-util.c:3393:1: warning: label 'finish' defined but not used [-Wunused-label]
pulsecore/core-util.c: In function 'pa_accept_cloexec':
pulsecore/core-util.c:3415:1: warning: label 'finish' defined but not used [-Wunused-label]

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
src/pulsecore/core-util.c