mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
Get rid of some unused-function compiler warnings
This commit is contained in:
parent
3f6eb652cb
commit
53695b83dc
5 changed files with 11 additions and 5 deletions
|
|
@ -67,11 +67,11 @@ pa_bool_t pa_memtrap_is_good(pa_memtrap *m) {
|
|||
return !pa_atomic_load(&m->bad);
|
||||
}
|
||||
|
||||
#ifdef HAVE_SIGACTION
|
||||
static void sigsafe_error(const char *s) {
|
||||
(void) write(STDERR_FILENO, s, strlen(s));
|
||||
}
|
||||
|
||||
#ifdef HAVE_SIGACTION
|
||||
static void signal_handler(int sig, siginfo_t* si, void *data) {
|
||||
unsigned j;
|
||||
pa_memtrap *m;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue