mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Squash the last gcc warnings
This commit is contained in:
parent
647048ebc4
commit
dfd706da71
2 changed files with 3 additions and 2 deletions
|
|
@ -69,7 +69,8 @@ pa_bool_t pa_memtrap_is_good(pa_memtrap *m) {
|
|||
|
||||
#ifdef HAVE_SIGACTION
|
||||
static void sigsafe_error(const char *s) {
|
||||
(void) write(STDERR_FILENO, s, strlen(s));
|
||||
size_t ret PA_GCC_UNUSED;
|
||||
ret = write(STDERR_FILENO, s, strlen(s));
|
||||
}
|
||||
|
||||
static void signal_handler(int sig, siginfo_t* si, void *data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue