Re: [pulseaudio-discuss] [PATCH 4/8] Avoid some compiler warnings when cross-compiling for mingw32

2011-11-27 Thread Colin Guthrie
Hi, 'Twas brillig, and Maarten Bosmans at 02/11/11 20:54 did gyre and gimble: > Autoconf documentation says that AC_FUNC_SELECT_ARGTYPES shouldn't be used > anyway. There was an unrelated change in shm.c that does a "goto fail". This is functionally equiv in the circumstances but I do prefer t

[pulseaudio-discuss] [PATCH 4/8] Avoid some compiler warnings when cross-compiling for mingw32

2011-11-02 Thread Maarten Bosmans
Autoconf documentation says that AC_FUNC_SELECT_ARGTYPES shouldn't be used anyway. --- configure.ac |1 - src/modules/module-esound-sink.c |2 +- src/pulse/mainloop.c |4 +--- src/pulsecore/poll.c | 16 src/pulsecore/shm.c