mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
fix a couple of issues I found when compiling polypaudio with gcc 2.95
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@754 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
60008cb115
commit
746adcfed5
13 changed files with 15 additions and 13 deletions
|
|
@ -371,7 +371,7 @@ static void asyncns_cb(pa_mainloop_api*m, pa_io_event *e, int fd, PA_GCC_UNUSED
|
|||
goto finish;
|
||||
|
||||
fail:
|
||||
errno == EHOSTUNREACH;
|
||||
errno = EHOSTUNREACH;
|
||||
do_call(c);
|
||||
|
||||
finish:
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ void pa_source_notify(pa_source*s) {
|
|||
s->notify(s);
|
||||
}
|
||||
|
||||
static int do_post(void *p, PA_GCC_UNUSED uint32_t idx, int *del, void*userdata) {
|
||||
static int do_post(void *p, PA_GCC_UNUSED uint32_t idx, PA_GCC_UNUSED int *del, void*userdata) {
|
||||
pa_source_output *o = p;
|
||||
const pa_memchunk *chunk = userdata;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue