mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
memtrap: clarify that we are not interested in the return value of write()
This commit is contained in:
parent
23039af842
commit
0225ef68f2
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ pa_bool_t pa_memtrap_is_good(pa_memtrap *m) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void sigsafe_error(const char *s) {
|
static void sigsafe_error(const char *s) {
|
||||||
write(STDERR_FILENO, s, strlen(s));
|
(void) write(STDERR_FILENO, s, strlen(s));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void signal_handler(int sig, siginfo_t* si, void *data) {
|
static void signal_handler(int sig, siginfo_t* si, void *data) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue