dpkg-query: no packages found matching xorg-dev dpkg-query: no packages found matching libx11-xcb-dev dpkg-query: no packages found matching libxcb-render0-dev dpkg-query: no packages found matching libxcb-render-util0-dev dpkg-query: no packages found matching libxcb-xkb-dev dpkg-query: no packages found matching libxcb-icccm4-dev dpkg-query: no packages found matching libxcb-image0-dev dpkg-query: no packages found matching libxcb-keysyms1-dev dpkg-query: no packages found matching libxcb-randr0-dev dpkg-query: no packages found matching libxcb-shape0-dev dpkg-query: no packages found matching libxcb-sync-dev dpkg-query: no packages found matching libxcb-xfixes0-dev dpkg-query: no packages found matching libxcb-xinerama0-dev dpkg-query: no packages found matching xkb-data dpkg-query: no packages found matching libxcb-dri3-dev dpkg-query: no packages found matching libxcb-util-dev debconf: delaying package configuration, since apt-utils is not installed Package bash-completion was not found in the pkg-config search path. Perhaps you should add the directory containing `bash-completion.pc' to the PKG_CONFIG_PATH environment variable No package 'bash-completion' found ../source_subfolder/src/pulsecore/core-util.c:651:32: warning: format string is not a string literal [-Wformat-nonliteral] r = vsnprintf(c, size, format, aq); ^~~~~~ ../source_subfolder/src/pulsecore/core-util.c:2376:32: warning: format string is not a string literal [-Wformat-nonliteral] ret = vsnprintf(str, size, format, ap); ^~~~~~ 2 warnings generated. ../source_subfolder/src/pulsecore/fdsem.c:74:15: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'pa_fdsem_data *' (aka 'struct pa_fdsem_data *') increases required alignment from 1 to 4 [-Wcast-align] f->data = (pa_fdsem_data*) ((uint8_t*) f + PA_ALIGN(sizeof(pa_fdsem))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. ../source_subfolder/src/pulsecore/hashmap.c:102:9: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct hashmap_entry **' increases required alignment from 1 to 8 [-Wcast-align] BY_HASH(h)[hash] = e->bucket_next; ^~~~~~~~~~ ../source_subfolder/src/pulsecore/hashmap.c:54:21: note: expanded from macro 'BY_HASH' #define BY_HASH(h) ((struct hashmap_entry**) ((uint8_t*) (h) + PA_ALIGN(sizeof(pa_hashmap)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/hashmap.c:127:14: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct hashmap_entry **' increases required alignment from 1 to 8 [-Wcast-align] for (e = BY_HASH(h)[hash]; e; e = e->bucket_next) ^~~~~~~~~~ ../source_subfolder/src/pulsecore/hashmap.c:54:21: note: expanded from macro 'BY_HASH' #define BY_HASH(h) ((struct hashmap_entry**) ((uint8_t*) (h) + PA_ALIGN(sizeof(pa_hashmap)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/hashmap.c:152:22: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct hashmap_entry **' increases required alignment from 1 to 8 [-Wcast-align] e->bucket_next = BY_HASH(h)[hash]; ^~~~~~~~~~ ../source_subfolder/src/pulsecore/hashmap.c:54:21: note: expanded from macro 'BY_HASH' #define BY_HASH(h) ((struct hashmap_entry**) ((uint8_t*) (h) + PA_ALIGN(sizeof(pa_hashmap)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/hashmap.c:154:9: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct hashmap_entry **' increases required alignment from 1 to 8 [-Wcast-align] if (BY_HASH(h)[hash]) ^~~~~~~~~~ ../source_subfolder/src/pulsecore/hashmap.c:54:21: note: expanded from macro 'BY_HASH' #define BY_HASH(h) ((struct hashmap_entry**) ((uint8_t*) (h) + PA_ALIGN(sizeof(pa_hashmap)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/hashmap.c:155:9: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct hashmap_entry **' increases required alignment from 1 to 8 [-Wcast-align] BY_HASH(h)[hash]->bucket_previous = e; ^~~~~~~~~~ ../source_subfolder/src/pulsecore/hashmap.c:54:21: note: expanded from macro 'BY_HASH' #define BY_HASH(h) ((struct hashmap_entry**) ((uint8_t*) (h) + PA_ALIGN(sizeof(pa_hashmap)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/hashmap.c:156:5: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct hashmap_entry **' increases required alignment from 1 to 8 [-Wcast-align] BY_HASH(h)[hash] = e; ^~~~~~~~~~ ../source_subfolder/src/pulsecore/hashmap.c:54:21: note: expanded from macro 'BY_HASH' #define BY_HASH(h) ((struct hashmap_entry**) ((uint8_t*) (h) + PA_ALIGN(sizeof(pa_hashmap)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. ../source_subfolder/src/pulsecore/idxset.c:121:9: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] BY_DATA(s)[hash] = e->data_next; ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:131:9: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] BY_INDEX(s)[e->idx % NBUCKETS] = e->index_next; ^~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:57:22: note: expanded from macro 'BY_INDEX' #define BY_INDEX(i) (BY_DATA(i) + NBUCKETS) ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:153:14: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] for (e = BY_DATA(s)[hash]; e; e = e->data_next) ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:165:14: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] for (e = BY_INDEX(s)[hash]; e; e = e->index_next) ^~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:57:22: note: expanded from macro 'BY_INDEX' #define BY_INDEX(i) (BY_DATA(i) + NBUCKETS) ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:194:20: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] e->data_next = BY_DATA(s)[hash]; ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:196:9: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] if (BY_DATA(s)[hash]) ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:197:9: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] BY_DATA(s)[hash]->data_previous = e; ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:198:5: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] BY_DATA(s)[hash] = e; ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:203:21: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] e->index_next = BY_INDEX(s)[hash]; ^~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:57:22: note: expanded from macro 'BY_INDEX' #define BY_INDEX(i) (BY_DATA(i) + NBUCKETS) ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:205:9: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] if (BY_INDEX(s)[hash]) ^~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:57:22: note: expanded from macro 'BY_INDEX' #define BY_INDEX(i) (BY_DATA(i) + NBUCKETS) ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:206:9: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] BY_INDEX(s)[hash]->index_previous = e; ^~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:57:22: note: expanded from macro 'BY_INDEX' #define BY_INDEX(i) (BY_DATA(i) + NBUCKETS) ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:207:5: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct idxset_entry **' increases required alignment from 1 to 8 [-Wcast-align] BY_INDEX(s)[hash] = e; ^~~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:57:22: note: expanded from macro 'BY_INDEX' #define BY_INDEX(i) (BY_DATA(i) + NBUCKETS) ^~~~~~~~~~ ../source_subfolder/src/pulsecore/idxset.c:56:21: note: expanded from macro 'BY_DATA' #define BY_DATA(i) ((struct idxset_entry**) ((uint8_t*) (i) + PA_ALIGN(sizeof(pa_idxset)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12 warnings generated. ../source_subfolder/src/pulsecore/iochannel.c:324:9: warning: cast from 'unsigned char *' to 'struct ucred *' increases required alignment from 1 to 4 [-Wcast-align] u = (struct ucred*) CMSG_DATA(&cmsg.hdr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/iochannel.c:377:15: warning: cast from 'unsigned char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align] msgdata = (int*) CMSG_DATA(&cmsg.hdr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/iochannel.c:456:35: warning: cast from 'unsigned char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align] pa_close(((int*) CMSG_DATA(cmh))[i]); ^~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. ../source_subfolder/src/pulsecore/pstream.c:654:34: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] uint32_t *shm_info = (uint32_t *) &p->write.minibuf[PA_PSTREAM_DESCRIPTOR_SIZE]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. ../source_subfolder/src/pulsecore/sample-util.c:288:17: warning: cast from 'const uint8_t *' (aka 'const unsigned char *') to 'const float *' increases required alignment from 1 to 4 [-Wcast-align] s = (const float*) ((const uint8_t*) s + sstr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/sample-util.c:289:17: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'float *' increases required alignment from 1 to 4 [-Wcast-align] d = (float*) ((uint8_t*) d + dstr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/sample-util.c:301:17: warning: cast from 'const uint8_t *' (aka 'const unsigned char *') to 'const float *' increases required alignment from 1 to 4 [-Wcast-align] s = (const float*) ((const uint8_t*) s + sstr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/sample-util.c:302:17: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'float *' increases required alignment from 1 to 4 [-Wcast-align] d = (float*) ((uint8_t*) d + dstr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. ../source_subfolder/src/pulsecore/shm.c:198:26: warning: taking address of packed member 'pid' of class or structure 'shm_marker' may result in an unaligned pointer value [-Waddress-of-packed-member] pa_atomic_store(&marker->pid, (int) getpid()); ^~~~~~~~~~~ ../source_subfolder/src/pulsecore/shm.c:199:26: warning: taking address of packed member 'marker' of class or structure 'shm_marker' may result in an unaligned pointer value [-Waddress-of-packed-member] pa_atomic_store(&marker->marker, SHM_MARKER); ^~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/shm.c:466:29: warning: taking address of packed member 'marker' of class or structure 'shm_marker' may result in an unaligned pointer value [-Waddress-of-packed-member] if (pa_atomic_load(&m->marker) != SHM_MARKER) { ^~~~~~~~~ ../source_subfolder/src/pulsecore/shm.c:471:45: warning: taking address of packed member 'pid' of class or structure 'shm_marker' may result in an unaligned pointer value [-Waddress-of-packed-member] if (!(pid = (pid_t) pa_atomic_load(&m->pid))) { ^~~~~~ 4 warnings generated. ../source_subfolder/src/pulsecore/socket-util.c:307:21: warning: cast from 'const struct sockaddr *' to 'const struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align] return ((const struct sockaddr_in*) sa)->sin_addr.s_addr == INADDR_LOOPBACK; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/socket-util.c:311:29: warning: cast from 'const struct sockaddr *' to 'const struct sockaddr_in6 *' increases required alignment from 2 to 4 [-Wcast-align] return memcmp(&((const struct sockaddr_in6*) sa)->sin6_addr, &in6addr_loopback, sizeof(struct in6_addr)) == 0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. ../source_subfolder/src/pulse/mainloop.c:802:25: warning: comparison of integers of different signs: 'int' and 'pa_usec_t' (aka 'unsigned long') [-Wsign-compare] if (timeout < m->prepared_timeout || m->prepared_timeout == PA_USEC_INVALID) ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ 1 warning generated. ../source_subfolder/src/pulse/util.c:72:17: warning: this function declaration is not a prototype [-Wstrict-prototypes] static int _main() PA_GCC_WEAKREF(main); ^ void 1 warning generated. ../source_subfolder/src/pulsecore/protocol-simple.c:68:1: warning: unused function 'connection_ref' [-Wunused-function] PA_DEFINE_PRIVATE_CLASS(connection, pa_msgobject); ^ ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:79:22: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline c* c##_ref(c *o) { \ ^ :103:1: note: expanded from here connection_ref ^ ../source_subfolder/src/pulsecore/protocol-simple.c:68:1: warning: unused function 'connection_refcnt' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:85:23: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline int c##_refcnt(c* o) { \ ^ :105:1: note: expanded from here connection_refcnt ^ 2 warnings generated. ../source_subfolder/src/pulsecore/protocol-native.c:106:1: warning: unused function 'record_stream_ref' [-Wunused-function] PA_DEFINE_PRIVATE_CLASS(record_stream, pa_msgobject); ^ ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:79:22: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline c* c##_ref(c *o) { \ ^ :102:1: note: expanded from here record_stream_ref ^ ../source_subfolder/src/pulsecore/protocol-native.c:106:1: warning: unused function 'record_stream_refcnt' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:85:23: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline int c##_refcnt(c* o) { \ ^ :104:1: note: expanded from here record_stream_refcnt ^ ../source_subfolder/src/pulsecore/protocol-native.c:113:1: warning: unused function 'output_stream_ref' [-Wunused-function] PA_DEFINE_PRIVATE_CLASS(output_stream, pa_msgobject); ^ ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:79:22: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline c* c##_ref(c *o) { \ ^ :125:1: note: expanded from here output_stream_ref ^ ../source_subfolder/src/pulsecore/protocol-native.c:113:1: warning: unused function 'output_stream_unref' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:82:24: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline void c##_unref(c* o) { \ ^ :126:1: note: expanded from here output_stream_unref ^ ../source_subfolder/src/pulsecore/protocol-native.c:113:1: warning: unused function 'output_stream_refcnt' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:85:23: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline int c##_refcnt(c* o) { \ ^ :127:1: note: expanded from here output_stream_refcnt ^ ../source_subfolder/src/pulsecore/protocol-native.c:113:1: warning: unused function 'output_stream_assert_ref' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:88:24: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline void c##_assert_ref(c *o) { \ ^ :128:1: note: expanded from here output_stream_assert_ref ^ ../source_subfolder/src/pulsecore/protocol-native.c:151:1: warning: unused function 'playback_stream_ref' [-Wunused-function] PA_DEFINE_PRIVATE_CLASS(playback_stream, output_stream); ^ ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:79:22: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline c* c##_ref(c *o) { \ ^ :148:1: note: expanded from here playback_stream_ref ^ ../source_subfolder/src/pulsecore/protocol-native.c:151:1: warning: unused function 'playback_stream_refcnt' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:85:23: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline int c##_refcnt(c* o) { \ ^ :150:1: note: expanded from here playback_stream_refcnt ^ ../source_subfolder/src/pulsecore/protocol-native.c:168:1: warning: unused function 'upload_stream_ref' [-Wunused-function] PA_DEFINE_PRIVATE_CLASS(upload_stream, output_stream); ^ ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:79:22: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline c* c##_ref(c *o) { \ ^ :11:1: note: expanded from here upload_stream_ref ^ ../source_subfolder/src/pulsecore/protocol-native.c:168:1: warning: unused function 'upload_stream_refcnt' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:85:23: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline int c##_refcnt(c* o) { \ ^ :13:1: note: expanded from here upload_stream_refcnt ^ ../source_subfolder/src/pulsecore/protocol-native.c:168:1: warning: unused function 'upload_stream_assert_ref' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:88:24: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline void c##_assert_ref(c *o) { \ ^ :14:1: note: expanded from here upload_stream_assert_ref ^ ../source_subfolder/src/pulsecore/protocol-native.c:194:1: warning: unused function 'pa_native_connection_refcnt' [-Wunused-function] PA_DEFINE_PRIVATE_CLASS(pa_native_connection, pa_msgobject); ^ ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:85:23: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline int c##_refcnt(c* o) { \ ^ :36:1: note: expanded from here pa_native_connection_refcnt ^ ../source_subfolder/src/pulsecore/protocol-esound.c:118:1: warning: unused function 'connection_ref' [-Wunused-function] PA_DEFINE_PRIVATE_CLASS(connection, pa_msgobject); ^ ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:79:22: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline c* c##_ref(c *o) { \ ^ :102:1: note: expanded from here connection_ref ^ ../source_subfolder/src/pulsecore/protocol-esound.c:118:1: warning: unused function 'connection_refcnt' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:85:23: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline int c##_refcnt(c* o) { \ ^ :104:1: note: expanded from here connection_refcnt ^ 12 warnings generated. 2 warnings generated. ../source_subfolder/src/modules/module-ladspa-sink.c:1215:27: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'LADSPA_Data *' (aka 'float *') increases required alignment from 1 to 4 [-Wcast-align] u->input[c] = (LADSPA_Data*) pa_xnew(uint8_t, (unsigned) u->block_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/module-ladspa-sink.c:1218:28: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'LADSPA_Data *' (aka 'float *') increases required alignment from 1 to 4 [-Wcast-align] u->output[c] = (LADSPA_Data*) pa_xnew(uint8_t, (unsigned) u->block_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/module-ladspa-sink.c:1222:27: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'LADSPA_Data *' (aka 'float *') increases required alignment from 1 to 4 [-Wcast-align] u->input[c] = (LADSPA_Data*) pa_xnew(uint8_t, (unsigned) u->block_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. ../source_subfolder/src/modules/module-loopback.c:403:65: warning: comparison of integers of different signs: 'int' and 'pa_usec_t' (aka 'unsigned long') [-Wsign-compare] if (u->fast_adjust_threshold > 0 && abs(latency_difference) > u->fast_adjust_threshold) { ~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/module-loopback.c:157:1: warning: unused function 'loopback_msg_ref' [-Wunused-function] PA_DEFINE_PRIVATE_CLASS(loopback_msg, pa_msgobject); ^ ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:79:22: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline c* c##_ref(c *o) { \ ^ :117:1: note: expanded from here loopback_msg_ref ^ ../source_subfolder/src/modules/module-loopback.c:157:1: warning: unused function 'loopback_msg_unref' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:82:24: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline void c##_unref(c* o) { \ ^ :118:1: note: expanded from here loopback_msg_unref ^ ../source_subfolder/src/modules/module-loopback.c:157:1: warning: unused function 'loopback_msg_refcnt' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:85:23: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline int c##_refcnt(c* o) { \ ^ :119:1: note: expanded from here loopback_msg_refcnt ^ ../source_subfolder/src/modules/module-loopback.c:157:1: warning: unused function 'loopback_msg_assert_ref' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:88:24: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline void c##_assert_ref(c *o) { \ ^ :120:1: note: expanded from here loopback_msg_assert_ref ^ 5 warnings generated. ../source_subfolder/src/modules/rtp/module-rtp-recv.c:436:21: warning: cast from 'const struct sockaddr *' to 'const struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align] if ((ntohl(((const struct sockaddr_in*) sa)->sin_addr.s_addr) & ipv4_mcast_mask) == ipv4_mcast_mask) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/rtp/module-rtp-recv.c:439:34: warning: cast from 'const struct sockaddr *' to 'const struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align] mr4.imr_multiaddr = ((const struct sockaddr_in*) sa)->sin_addr; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/rtp/module-rtp-recv.c:445:14: warning: cast from 'const struct sockaddr *' to 'const struct sockaddr_in6 *' increases required alignment from 2 to 4 [-Wcast-align] if (((const struct sockaddr_in6*) sa)->sin6_addr.s6_addr[0] == 0xff) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/rtp/module-rtp-recv.c:448:37: warning: cast from 'const struct sockaddr *' to 'const struct sockaddr_in6 *' increases required alignment from 2 to 4 [-Wcast-align] mr6.ipv6mr_multiaddr = ((const struct sockaddr_in6*) sa)->sin6_addr; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. ../source_subfolder/src/utils/padsp.c:1549:5: warning: no previous prototype for function '__open_2' [-Wmissing-prototypes] int __open_2(const char *filename, int flags) { ^ ../source_subfolder/src/utils/padsp.c:2465:58: warning: nonnull parameter 'pathname' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] debug(DEBUG_LEVEL_VERBOSE, __FILE__": access(%s)\n", pathname?pathname:"NULL"); ^~~~~~~~~ /usr/include/unistd.h:287:60: note: declared 'nonnull' here extern int access (const char *__name, int __type) __THROW __nonnull ((1)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2467:10: warning: nonnull parameter 'pathname' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] if (!pathname || ~^~~~~~~~ /usr/include/unistd.h:287:60: note: declared 'nonnull' here extern int access (const char *__name, int __type) __THROW __nonnull ((1)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2492:10: warning: nonnull parameter 'pathname' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] if (!pathname || ~^~~~~~~~ /usr/include/x86_64-linux-gnu/sys/stat.h:206:43: note: declared 'nonnull' here struct stat *__restrict __buf) __THROW __nonnull ((1, 2)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2493:10: warning: nonnull parameter 'buf' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] !buf || ~^~~ /usr/include/x86_64-linux-gnu/sys/stat.h:206:43: note: declared 'nonnull' here struct stat *__restrict __buf) __THROW __nonnull ((1, 2)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2495:60: warning: nonnull parameter 'pathname' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] debug(DEBUG_LEVEL_VERBOSE, __FILE__": stat(%s)\n", pathname?pathname:"NULL"); ^~~~~~~~~ /usr/include/x86_64-linux-gnu/sys/stat.h:206:43: note: declared 'nonnull' here struct stat *__restrict __buf) __THROW __nonnull ((1, 2)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2547:58: warning: nonnull parameter 'pathname' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] debug(DEBUG_LEVEL_VERBOSE, __FILE__": stat64(%s)\n", pathname?pathname:"NULL"); ^~~~~~~~~ /usr/include/x86_64-linux-gnu/sys/stat.h:225:47: note: declared 'nonnull' here struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2549:10: warning: nonnull parameter 'pathname' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] if (!pathname || ~^~~~~~~~ /usr/include/x86_64-linux-gnu/sys/stat.h:225:47: note: declared 'nonnull' here struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2550:10: warning: nonnull parameter 'buf' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] !buf || ~^~~ /usr/include/x86_64-linux-gnu/sys/stat.h:225:47: note: declared 'nonnull' here struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2581:58: warning: nonnull parameter 'filename' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] debug(DEBUG_LEVEL_VERBOSE, __FILE__": open64(%s)\n", filename?filename:"NULL"); ^~~~~~~~~ /usr/include/fcntl.h:178:58: note: declared 'nonnull' here extern int open64 (const char *__file, int __oflag, ...) __nonnull ((1)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2592:10: warning: nonnull parameter 'filename' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] if (!filename || ~^~~~~~~~ /usr/include/fcntl.h:178:58: note: declared 'nonnull' here extern int open64 (const char *__file, int __oflag, ...) __nonnull ((1)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2601:5: warning: no previous prototype for function '__open64_2' [-Wmissing-prototypes] int __open64_2(const char *filename, int flags) { ^ ../source_subfolder/src/utils/padsp.c:2619:59: warning: nonnull parameter 'pathname' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] debug(DEBUG_LEVEL_VERBOSE, __FILE__": __xstat(%s)\n", pathname?pathname:"NULL"); ^~~~~~~~~ /usr/include/x86_64-linux-gnu/sys/stat.h:398:40: note: declared 'nonnull' here struct stat *__stat_buf) __THROW __nonnull ((2, 3)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2621:10: warning: nonnull parameter 'pathname' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] if (!pathname || ~^~~~~~~~ /usr/include/x86_64-linux-gnu/sys/stat.h:398:40: note: declared 'nonnull' here struct stat *__stat_buf) __THROW __nonnull ((2, 3)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2622:10: warning: nonnull parameter 'buf' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] !buf || ~^~~ /usr/include/x86_64-linux-gnu/sys/stat.h:398:40: note: declared 'nonnull' here struct stat *__stat_buf) __THROW __nonnull ((2, 3)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2639:61: warning: nonnull parameter 'pathname' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] debug(DEBUG_LEVEL_VERBOSE, __FILE__": __xstat64(%s)\n", pathname?pathname:"NULL"); ^~~~~~~~~ /usr/include/x86_64-linux-gnu/sys/stat.h:431:44: note: declared 'nonnull' here struct stat64 *__stat_buf) __THROW __nonnull ((2, 3)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2641:10: warning: nonnull parameter 'pathname' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] if (!pathname || ~^~~~~~~~ /usr/include/x86_64-linux-gnu/sys/stat.h:431:44: note: declared 'nonnull' here struct stat64 *__stat_buf) __THROW __nonnull ((2, 3)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ ../source_subfolder/src/utils/padsp.c:2642:10: warning: nonnull parameter 'buf' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion] !buf || ~^~~ /usr/include/x86_64-linux-gnu/sys/stat.h:431:44: note: declared 'nonnull' here struct stat64 *__stat_buf) __THROW __nonnull ((2, 3)); ^ /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:44: note: expanded from macro '__nonnull' # define __nonnull(params) __attribute__ ((__nonnull__ params)) ^ 18 warnings generated. ../source_subfolder/src/pulsecore/asyncq.c:140:13: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'pa_atomic_ptr_t *' (aka 'struct pa_atomic_ptr *') increases required alignment from 1 to 8 [-Wcast-align] cells = PA_ASYNCQ_CELLS(l); ^~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/asyncq.c:71:29: note: expanded from macro 'PA_ASYNCQ_CELLS' #define PA_ASYNCQ_CELLS(x) ((pa_atomic_ptr_t*) ((uint8_t*) (x) + PA_ALIGN(sizeof(struct pa_asyncq)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/asyncq.c:230:13: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'pa_atomic_ptr_t *' (aka 'struct pa_atomic_ptr *') increases required alignment from 1 to 8 [-Wcast-align] cells = PA_ASYNCQ_CELLS(l); ^~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/asyncq.c:71:29: note: expanded from macro 'PA_ASYNCQ_CELLS' #define PA_ASYNCQ_CELLS(x) ((pa_atomic_ptr_t*) ((uint8_t*) (x) + PA_ALIGN(sizeof(struct pa_asyncq)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/asyncq.c:272:13: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'pa_atomic_ptr_t *' (aka 'struct pa_atomic_ptr *') increases required alignment from 1 to 8 [-Wcast-align] cells = PA_ASYNCQ_CELLS(l); ^~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/asyncq.c:71:29: note: expanded from macro 'PA_ASYNCQ_CELLS' #define PA_ASYNCQ_CELLS(x) ((pa_atomic_ptr_t*) ((uint8_t*) (x) + PA_ALIGN(sizeof(struct pa_asyncq)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. ../source_subfolder/src/pulsecore/play-memblockq.c:45:1: warning: unused function 'memblockq_stream_ref' [-Wunused-function] PA_DEFINE_PRIVATE_CLASS(memblockq_stream, pa_msgobject); ^ ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:79:22: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline c* c##_ref(c *o) { \ ^ :103:1: note: expanded from here memblockq_stream_ref ^ ../source_subfolder/src/pulsecore/play-memblockq.c:45:1: warning: unused function 'memblockq_stream_refcnt' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:85:23: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline int c##_refcnt(c* o) { \ ^ :105:1: note: expanded from here memblockq_stream_refcnt ^ 2 warnings generated. ../source_subfolder/src/pulsecore/sink.c:2355:41: warning: variable 'mute' is uninitialized when used here [-Wuninitialized] pa_sink_mute_changed(s, mute); ^~~~ ../source_subfolder/src/pulsecore/sink.c:2351:18: note: initialize the variable 'mute' to silence this warning bool mute; ^ = false ../source_subfolder/src/pulsecore/sink.c:3324:9: warning: variable 'latency' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] pa_assert_se(pa_asyncmsgq_send(s->asyncmsgq, PA_MSGOBJECT(s), PA_SINK_MESSAGE_GET_FIXED_LATENCY, &latency, 0, NULL) == 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/macro.h:154:13: note: expanded from macro 'pa_assert_se' if (PA_UNLIKELY(!(expr))) { \ ^~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/gccmacro.h:135:24: note: expanded from macro 'PA_UNLIKELY' #define PA_UNLIKELY(x) (__builtin_expect(!!(x),0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/sink.c:3328:12: note: uninitialized use occurs here return latency; ^~~~~~~ ../source_subfolder/src/pulsecore/sink.c:3324:9: note: remove the 'if' if its condition is always true pa_assert_se(pa_asyncmsgq_send(s->asyncmsgq, PA_MSGOBJECT(s), PA_SINK_MESSAGE_GET_FIXED_LATENCY, &latency, 0, NULL) == 0); ^ ../source_subfolder/src/pulsecore/macro.h:154:9: note: expanded from macro 'pa_assert_se' if (PA_UNLIKELY(!(expr))) { \ ^ ../source_subfolder/src/pulsecore/sink.c:3315:22: note: initialize the variable 'latency' to silence this warning pa_usec_t latency; ^ = 0 ../source_subfolder/src/pulsecore/sink.c:3393:12: warning: variable 'r' is uninitialized when used here [-Wuninitialized] return r; ^ ../source_subfolder/src/pulsecore/sink.c:3384:13: note: initialize the variable 'r' to silence this warning size_t r; ^ = 0 ../source_subfolder/src/pulsecore/sink.c:3407:12: warning: variable 'r' is uninitialized when used here [-Wuninitialized] return r; ^ ../source_subfolder/src/pulsecore/sink.c:3398:13: note: initialize the variable 'r' to silence this warning size_t r; ^ = 0 4 warnings generated. ../source_subfolder/src/pulsecore/sound-file-stream.c:64:1: warning: unused function 'file_stream_ref' [-Wunused-function] PA_DEFINE_PRIVATE_CLASS(file_stream, pa_msgobject); ^ ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:79:22: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline c* c##_ref(c *o) { \ ^ :103:1: note: expanded from here file_stream_ref ^ ../source_subfolder/src/pulsecore/sound-file-stream.c:64:1: warning: unused function 'file_stream_refcnt' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:85:23: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline int c##_refcnt(c* o) { \ ^ :105:1: note: expanded from here file_stream_refcnt ^ 2 warnings generated. ../source_subfolder/src/pulsecore/source.c:1176:36: warning: variable 'usec' is uninitialized when used here [-Wuninitialized] if (-s->port_latency_offset <= usec) ^~~~ ../source_subfolder/src/pulsecore/source.c:1160:17: note: initialize the variable 'usec' to silence this warning int64_t usec; ^ = 0 ../source_subfolder/src/pulsecore/source.c:1927:43: warning: variable 'mute' is uninitialized when used here [-Wuninitialized] pa_source_mute_changed(s, mute); ^~~~ ../source_subfolder/src/pulsecore/source.c:1923:18: note: initialize the variable 'mute' to silence this warning bool mute; ^ = false ../source_subfolder/src/pulsecore/source.c:2609:9: warning: variable 'latency' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] pa_assert_se(pa_asyncmsgq_send(s->asyncmsgq, PA_MSGOBJECT(s), PA_SOURCE_MESSAGE_GET_FIXED_LATENCY, &latency, 0, NULL) == 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/macro.h:154:13: note: expanded from macro 'pa_assert_se' if (PA_UNLIKELY(!(expr))) { \ ^~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/gccmacro.h:135:24: note: expanded from macro 'PA_UNLIKELY' #define PA_UNLIKELY(x) (__builtin_expect(!!(x),0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/source.c:2613:12: note: uninitialized use occurs here return latency; ^~~~~~~ ../source_subfolder/src/pulsecore/source.c:2609:9: note: remove the 'if' if its condition is always true pa_assert_se(pa_asyncmsgq_send(s->asyncmsgq, PA_MSGOBJECT(s), PA_SOURCE_MESSAGE_GET_FIXED_LATENCY, &latency, 0, NULL) == 0); ^ ../source_subfolder/src/pulsecore/macro.h:154:9: note: expanded from macro 'pa_assert_se' if (PA_UNLIKELY(!(expr))) { \ ^ ../source_subfolder/src/pulsecore/source.c:2600:22: note: initialize the variable 'latency' to silence this warning pa_usec_t latency; ^ = 0 ../source_subfolder/src/pulsecore/source.c:2673:12: warning: variable 'r' is uninitialized when used here [-Wuninitialized] return r; ^ ../source_subfolder/src/pulsecore/source.c:2664:13: note: initialize the variable 'r' to silence this warning size_t r; ^ = 0 4 warnings generated. ../source_subfolder/src/pulsecore/x11wrap.c:158:25: warning: cast from 'XPointer' (aka 'char *') to 'pa_x11_wrapper *' (aka 'struct pa_x11_wrapper *') increases required alignment from 1 to 8 [-Wcast-align] pa_x11_wrapper *w = (pa_x11_wrapper*) userdata; ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/x11wrap.c:167:32: warning: cast from 'XPointer' (aka 'char *') to 'pa_x11_internal *' (aka 'struct pa_x11_internal *') increases required alignment from 1 to 8 [-Wcast-align] x11_internal_remove(w, (pa_x11_internal*) *watch_data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. ../source_subfolder/src/pulse/util.c:72:17: warning: this function declaration is not a prototype [-Wstrict-prototypes] static int _main() PA_GCC_WEAKREF(main); ^ void 1 warning generated. ../source_subfolder/src/modules/rtp/sap.c:104:37: warning: cast from 'struct sockaddr *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align] iov[1].iov_base = (void*) &((struct sockaddr_in*) sa)->sin_addr; ^~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/rtp/sap.c:108:37: warning: cast from 'struct sockaddr *' to 'struct sockaddr_in6 *' increases required alignment from 2 to 4 [-Wcast-align] iov[1].iov_base = (void*) &((struct sockaddr_in6*) sa)->sin6_addr; ^~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. ../source_subfolder/src/modules/module-device-restore.c:554:52: warning: taking address of packed member 'channel_map' of class or structure 'legacy_entry' may result in an unaligned pointer value [-Waddress-of-packed-member] if (le->volume_valid && !pa_channel_map_valid(&le->channel_map)) { ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/module-device-restore.c:559:49: warning: taking address of packed member 'volume' of class or structure 'legacy_entry' may result in an unaligned pointer value [-Waddress-of-packed-member] if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { ^~~~~~~~~~ ../source_subfolder/src/modules/module-device-restore.c:559:105: warning: taking address of packed member 'volume' of class or structure 'legacy_entry' may result in an unaligned pointer value [-Waddress-of-packed-member] if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { ^~~~~~~~~~ ../source_subfolder/src/modules/module-device-restore.c:559:118: warning: taking address of packed member 'channel_map' of class or structure 'legacy_entry' may result in an unaligned pointer value [-Waddress-of-packed-member] if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { ^~~~~~~~~~~~~~~ 4 warnings generated. ../source_subfolder/src/modules/module-stream-restore.c:1076:52: warning: taking address of packed member 'channel_map' of class or structure 'legacy_entry' may result in an unaligned pointer value [-Waddress-of-packed-member] if (le->volume_valid && !pa_channel_map_valid(&le->channel_map)) { ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/module-stream-restore.c:1081:49: warning: taking address of packed member 'volume' of class or structure 'legacy_entry' may result in an unaligned pointer value [-Waddress-of-packed-member] if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { ^~~~~~~~~~ ../source_subfolder/src/modules/module-stream-restore.c:1081:105: warning: taking address of packed member 'volume' of class or structure 'legacy_entry' may result in an unaligned pointer value [-Waddress-of-packed-member] if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { ^~~~~~~~~~ ../source_subfolder/src/modules/module-stream-restore.c:1081:118: warning: taking address of packed member 'channel_map' of class or structure 'legacy_entry' may result in an unaligned pointer value [-Waddress-of-packed-member] if (le->volume_valid && (!pa_cvolume_valid(&le->volume) || !pa_cvolume_compatible_with_channel_map(&le->volume, &le->channel_map))) { ^~~~~~~~~~~~~~~ 4 warnings generated. ../source_subfolder/src/modules/echo-cancel/module-echo-cancel.c:189:1: warning: unused function 'pa_echo_canceller_msg_ref' [-Wunused-function] PA_DEFINE_PRIVATE_CLASS(pa_echo_canceller_msg, pa_msgobject); ^ ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:79:22: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline c* c##_ref(c *o) { \ ^ :113:1: note: expanded from here pa_echo_canceller_msg_ref ^ ../source_subfolder/src/modules/echo-cancel/module-echo-cancel.c:189:1: warning: unused function 'pa_echo_canceller_msg_refcnt' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:85:23: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline int c##_refcnt(c* o) { \ ^ :115:1: note: expanded from here pa_echo_canceller_msg_refcnt ^ ../source_subfolder/src/modules/echo-cancel/module-echo-cancel.c:189:1: warning: unused function 'pa_echo_canceller_msg_assert_ref' [-Wunused-function] ../source_subfolder/src/pulsecore/object.h:109:5: note: expanded from macro 'PA_DEFINE_PRIVATE_CLASS' PA_DECLARE_CLASS_COMMON(c); \ ^ ../source_subfolder/src/pulsecore/object.h:88:24: note: expanded from macro 'PA_DECLARE_CLASS_COMMON' static inline void c##_assert_ref(c *o) { \ ^ :116:1: note: expanded from here pa_echo_canceller_msg_assert_ref ^ 3 warnings generated. ../source_subfolder/src/modules/echo-cancel/adrian.c:107:18: warning: cast from 'const uint8_t *' (aka 'const unsigned char *') to 'int16_t *' (aka 'short *') increases required alignment from 1 to 2 [-Wcast-align] int r = *(int16_t *)(rec + i); ^~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/echo-cancel/adrian.c:108:18: warning: cast from 'const uint8_t *' (aka 'const unsigned char *') to 'int16_t *' (aka 'short *') increases required alignment from 1 to 2 [-Wcast-align] int p = *(int16_t *)(play + i); ^~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/echo-cancel/adrian.c:109:10: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'int16_t *' (aka 'short *') increases required alignment from 1 to 2 [-Wcast-align] *(int16_t *)(out + i) = (int16_t) AEC_doAEC(ec->params.adrian.aec, r, p); ^~~~~~~~~~~~~~~~~~~~ 3 warnings generated. ../source_subfolder/src/modules/alsa/alsa-util.c:1462:31: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_U8] = PA_SAMPLE_U8, ^~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:236:22: note: expanded from macro 'PA_SAMPLE_U8' #define PA_SAMPLE_U8 PA_SAMPLE_U8 ^~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1465:35: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_S16_LE] = PA_SAMPLE_S16LE, ^~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:239:25: note: expanded from macro 'PA_SAMPLE_S16LE' #define PA_SAMPLE_S16LE PA_SAMPLE_S16LE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1466:35: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_S16_BE] = PA_SAMPLE_S16BE, ^~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:240:25: note: expanded from macro 'PA_SAMPLE_S16BE' #define PA_SAMPLE_S16BE PA_SAMPLE_S16BE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1473:35: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_S24_LE] = PA_SAMPLE_S24_32LE, ^~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:247:28: note: expanded from macro 'PA_SAMPLE_S24_32LE' #define PA_SAMPLE_S24_32LE PA_SAMPLE_S24_32LE ^~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1474:35: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_S24_BE] = PA_SAMPLE_S24_32BE, ^~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:248:28: note: expanded from macro 'PA_SAMPLE_S24_32BE' #define PA_SAMPLE_S24_32BE PA_SAMPLE_S24_32BE ^~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1469:35: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_S32_LE] = PA_SAMPLE_S32LE, ^~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:243:25: note: expanded from macro 'PA_SAMPLE_S32LE' #define PA_SAMPLE_S32LE PA_SAMPLE_S32LE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1470:35: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_S32_BE] = PA_SAMPLE_S32BE, ^~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:244:25: note: expanded from macro 'PA_SAMPLE_S32BE' #define PA_SAMPLE_S32BE PA_SAMPLE_S32BE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1467:37: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_FLOAT_LE] = PA_SAMPLE_FLOAT32LE, ^~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:241:29: note: expanded from macro 'PA_SAMPLE_FLOAT32LE' #define PA_SAMPLE_FLOAT32LE PA_SAMPLE_FLOAT32LE ^~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1468:37: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_FLOAT_BE] = PA_SAMPLE_FLOAT32BE, ^~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:242:29: note: expanded from macro 'PA_SAMPLE_FLOAT32BE' #define PA_SAMPLE_FLOAT32BE PA_SAMPLE_FLOAT32BE ^~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1464:35: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_MU_LAW] = PA_SAMPLE_ULAW, ^~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:238:24: note: expanded from macro 'PA_SAMPLE_ULAW' #define PA_SAMPLE_ULAW PA_SAMPLE_ULAW ^~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1463:34: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_A_LAW] = PA_SAMPLE_ALAW, ^~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:237:24: note: expanded from macro 'PA_SAMPLE_ALAW' #define PA_SAMPLE_ALAW PA_SAMPLE_ALAW ^~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1471:36: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_S24_3LE] = PA_SAMPLE_S24LE, ^~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:245:25: note: expanded from macro 'PA_SAMPLE_S24LE' #define PA_SAMPLE_S24LE PA_SAMPLE_S24LE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1472:36: warning: implicit conversion from enumeration type 'enum pa_sample_format' to different enumeration type 'snd_pcm_format_t' (aka 'enum _snd_pcm_format') [-Wenum-conversion] [SND_PCM_FORMAT_S24_3BE] = PA_SAMPLE_S24BE, ^~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:246:25: note: expanded from macro 'PA_SAMPLE_S24BE' #define PA_SAMPLE_S24BE PA_SAMPLE_S24BE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1518:32: warning: implicit conversion from enumeration type 'const snd_pcm_format_t' (aka 'const enum _snd_pcm_format') to different enumeration type 'pa_sample_format_t' (aka 'enum pa_sample_format') [-Wenum-conversion] formats[j++] = format_trans_to_pa[all_formats[i]]; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14 warnings generated. ../source_subfolder/src/modules/raop/raop-client.c:666:12: warning: cast from 'const uint8_t *' (aka 'const unsigned char *') to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] data = (uint32_t *) (packet + sizeof(udp_timing_header)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') pulseaudioS.c:27:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int AEC_doAEC(); ^ void pulseaudioS.c:28:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int AEC_done(); ^ void pulseaudioS.c:29:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int AEC_init(); ^ void pulseaudioS.c:30:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int av_build_filter(); ^ void pulseaudioS.c:31:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int av_resample(); ^ void pulseaudioS.c:32:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int av_resample_close(); ^ void pulseaudioS.c:33:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int av_resample_compensate(); ^ void pulseaudioS.c:34:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int av_resample_init(); ^ void pulseaudioS.c:35:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int biquad_set(); ^ void pulseaudioS.c:36:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int lr4_process_float32(); ^ void pulseaudioS.c:37:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int lr4_process_s16(); ^ void pulseaudioS.c:38:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int lr4_set(); ^ void pulseaudioS.c:39:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_allow_passthrough_LTX_pa__done(); ^ void pulseaudioS.c:40:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_allow_passthrough_LTX_pa__get_author(); ^ void pulseaudioS.c:41:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_allow_passthrough_LTX_pa__get_description(); ^ void pulseaudioS.c:42:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_allow_passthrough_LTX_pa__get_version(); ^ void pulseaudioS.c:43:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_allow_passthrough_LTX_pa__init(); ^ void pulseaudioS.c:44:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_allow_passthrough_LTX_pa__load_once(); ^ void pulseaudioS.c:45:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_card_LTX_pa__done(); ^ void pulseaudioS.c:46:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_card_LTX_pa__get_author(); ^ void pulseaudioS.c:47:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_card_LTX_pa__get_description(); ^ void pulseaudioS.c:48:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_card_LTX_pa__get_n_used(); ^ void pulseaudioS.c:49:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_card_LTX_pa__get_usage(); ^ void pulseaudioS.c:50:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_card_LTX_pa__get_version(); ^ void pulseaudioS.c:51:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_card_LTX_pa__init(); ^ void pulseaudioS.c:52:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_card_LTX_pa__load_once(); ^ void pulseaudioS.c:53:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_sink_LTX_pa__done(); ^ void pulseaudioS.c:54:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:55:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:56:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_sink_LTX_pa__get_n_used(); ^ void pulseaudioS.c:57:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:58:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:59:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_sink_LTX_pa__init(); ^ void pulseaudioS.c:60:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:61:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_source_LTX_pa__done(); ^ void pulseaudioS.c:62:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_source_LTX_pa__get_author(); ^ void pulseaudioS.c:63:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_source_LTX_pa__get_description(); ^ void pulseaudioS.c:64:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_source_LTX_pa__get_n_used(); ^ void pulseaudioS.c:65:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_source_LTX_pa__get_usage(); ^ void pulseaudioS.c:66:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_source_LTX_pa__get_version(); ^ void pulseaudioS.c:67:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_source_LTX_pa__init(); ^ void pulseaudioS.c:68:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_alsa_source_LTX_pa__load_once(); ^ void pulseaudioS.c:69:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_sink_LTX_pa__done(); ^ void pulseaudioS.c:70:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:71:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:72:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:73:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:74:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_sink_LTX_pa__init(); ^ void pulseaudioS.c:75:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:76:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_source_LTX_pa__done(); ^ void pulseaudioS.c:77:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_source_LTX_pa__get_author(); ^ void pulseaudioS.c:78:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_source_LTX_pa__get_description(); ^ void pulseaudioS.c:79:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_source_LTX_pa__get_usage(); ^ void pulseaudioS.c:80:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_source_LTX_pa__get_version(); ^ void pulseaudioS.c:81:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_source_LTX_pa__init(); ^ void pulseaudioS.c:82:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_always_source_LTX_pa__load_once(); ^ void pulseaudioS.c:83:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_augment_properties_LTX_pa__done(); ^ void pulseaudioS.c:84:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_augment_properties_LTX_pa__get_author(); ^ void pulseaudioS.c:85:61: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_augment_properties_LTX_pa__get_description(); ^ void pulseaudioS.c:86:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_augment_properties_LTX_pa__get_version(); ^ void pulseaudioS.c:87:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_augment_properties_LTX_pa__init(); ^ void pulseaudioS.c:88:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_augment_properties_LTX_pa__load_once(); ^ void pulseaudioS.c:89:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_card_restore_LTX_pa__done(); ^ void pulseaudioS.c:90:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_card_restore_LTX_pa__get_author(); ^ void pulseaudioS.c:91:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_card_restore_LTX_pa__get_description(); ^ void pulseaudioS.c:92:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_card_restore_LTX_pa__get_usage(); ^ void pulseaudioS.c:93:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_card_restore_LTX_pa__get_version(); ^ void pulseaudioS.c:94:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_card_restore_LTX_pa__init(); ^ void pulseaudioS.c:95:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_card_restore_LTX_pa__load_once(); ^ void pulseaudioS.c:96:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_LTX_pa__done(); ^ void pulseaudioS.c:97:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_LTX_pa__get_author(); ^ void pulseaudioS.c:98:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_LTX_pa__get_description(); ^ void pulseaudioS.c:99:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_LTX_pa__get_usage(); ^ void pulseaudioS.c:100:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_LTX_pa__get_version(); ^ void pulseaudioS.c:101:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_LTX_pa__init(); ^ void pulseaudioS.c:102:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_LTX_pa__load_once(); ^ void pulseaudioS.c:103:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_tcp_LTX_pa__done(); ^ void pulseaudioS.c:104:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_tcp_LTX_pa__get_author(); ^ void pulseaudioS.c:105:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_tcp_LTX_pa__get_description(); ^ void pulseaudioS.c:106:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_tcp_LTX_pa__get_usage(); ^ void pulseaudioS.c:107:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_tcp_LTX_pa__get_version(); ^ void pulseaudioS.c:108:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_tcp_LTX_pa__init(); ^ void pulseaudioS.c:109:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_tcp_LTX_pa__load_once(); ^ void pulseaudioS.c:110:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_unix_LTX_pa__done(); ^ void pulseaudioS.c:111:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_unix_LTX_pa__get_author(); ^ void pulseaudioS.c:112:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_unix_LTX_pa__get_description(); ^ void pulseaudioS.c:113:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_unix_LTX_pa__get_usage(); ^ void pulseaudioS.c:114:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_unix_LTX_pa__get_version(); ^ void pulseaudioS.c:115:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_unix_LTX_pa__init(); ^ void pulseaudioS.c:116:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_cli_protocol_unix_LTX_pa__load_once(); ^ void pulseaudioS.c:117:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_LTX_pa__done(); ^ void pulseaudioS.c:118:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_LTX_pa__get_author(); ^ void pulseaudioS.c:119:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_LTX_pa__get_deprecated(); ^ void pulseaudioS.c:120:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_LTX_pa__get_description(); ^ void pulseaudioS.c:121:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_LTX_pa__get_version(); ^ void pulseaudioS.c:122:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_LTX_pa__init(); ^ void pulseaudioS.c:123:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_LTX_pa__load_once(); ^ void pulseaudioS.c:124:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_sink_LTX_pa__done(); ^ void pulseaudioS.c:125:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:126:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:127:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:128:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:129:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_sink_LTX_pa__init(); ^ void pulseaudioS.c:130:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_combine_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:131:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_default_device_restore_LTX_pa__done(); ^ void pulseaudioS.c:132:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_default_device_restore_LTX_pa__get_author(); ^ void pulseaudioS.c:133:65: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_default_device_restore_LTX_pa__get_description(); ^ void pulseaudioS.c:134:61: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_default_device_restore_LTX_pa__get_version(); ^ void pulseaudioS.c:135:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_default_device_restore_LTX_pa__init(); ^ void pulseaudioS.c:136:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_default_device_restore_LTX_pa__load_once(); ^ void pulseaudioS.c:137:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_detect_LTX_pa__get_author(); ^ void pulseaudioS.c:138:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_detect_LTX_pa__get_deprecated(); ^ void pulseaudioS.c:139:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_detect_LTX_pa__get_description(); ^ void pulseaudioS.c:140:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_detect_LTX_pa__get_usage(); ^ void pulseaudioS.c:141:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_detect_LTX_pa__get_version(); ^ void pulseaudioS.c:142:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_detect_LTX_pa__init(); ^ void pulseaudioS.c:143:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_detect_LTX_pa__load_once(); ^ void pulseaudioS.c:144:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_manager_LTX_pa__done(); ^ void pulseaudioS.c:145:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_manager_LTX_pa__get_author(); ^ void pulseaudioS.c:146:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_manager_LTX_pa__get_description(); ^ void pulseaudioS.c:147:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_manager_LTX_pa__get_usage(); ^ void pulseaudioS.c:148:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_manager_LTX_pa__get_version(); ^ void pulseaudioS.c:149:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_manager_LTX_pa__init(); ^ void pulseaudioS.c:150:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_manager_LTX_pa__load_once(); ^ void pulseaudioS.c:151:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_restore_LTX_pa__done(); ^ void pulseaudioS.c:152:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_restore_LTX_pa__get_author(); ^ void pulseaudioS.c:153:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_restore_LTX_pa__get_description(); ^ void pulseaudioS.c:154:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_restore_LTX_pa__get_usage(); ^ void pulseaudioS.c:155:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_restore_LTX_pa__get_version(); ^ void pulseaudioS.c:156:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_restore_LTX_pa__init(); ^ void pulseaudioS.c:157:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_device_restore_LTX_pa__load_once(); ^ void pulseaudioS.c:158:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_echo_cancel_LTX_pa__done(); ^ void pulseaudioS.c:159:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_echo_cancel_LTX_pa__get_author(); ^ void pulseaudioS.c:160:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_echo_cancel_LTX_pa__get_description(); ^ void pulseaudioS.c:161:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_echo_cancel_LTX_pa__get_n_used(); ^ void pulseaudioS.c:162:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_echo_cancel_LTX_pa__get_usage(); ^ void pulseaudioS.c:163:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_echo_cancel_LTX_pa__get_version(); ^ void pulseaudioS.c:164:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_echo_cancel_LTX_pa__init(); ^ void pulseaudioS.c:165:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_echo_cancel_LTX_pa__load_once(); ^ void pulseaudioS.c:166:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnfd_LTX_pa__get_author(); ^ void pulseaudioS.c:167:64: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnfd_LTX_pa__get_description(); ^ void pulseaudioS.c:168:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnfd_LTX_pa__get_usage(); ^ void pulseaudioS.c:169:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnfd_LTX_pa__get_version(); ^ void pulseaudioS.c:170:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnfd_LTX_pa__init(); ^ void pulseaudioS.c:171:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnfd_LTX_pa__load_once(); ^ void pulseaudioS.c:172:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnpid_LTX_pa__get_author(); ^ void pulseaudioS.c:173:65: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnpid_LTX_pa__get_description(); ^ void pulseaudioS.c:174:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnpid_LTX_pa__get_usage(); ^ void pulseaudioS.c:175:61: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnpid_LTX_pa__get_version(); ^ void pulseaudioS.c:176:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnpid_LTX_pa__init(); ^ void pulseaudioS.c:177:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_compat_spawnpid_LTX_pa__load_once(); ^ void pulseaudioS.c:178:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_tcp_LTX_pa__done(); ^ void pulseaudioS.c:179:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_tcp_LTX_pa__get_author(); ^ void pulseaudioS.c:180:62: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_tcp_LTX_pa__get_description(); ^ void pulseaudioS.c:181:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_tcp_LTX_pa__get_usage(); ^ void pulseaudioS.c:182:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_tcp_LTX_pa__get_version(); ^ void pulseaudioS.c:183:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_tcp_LTX_pa__init(); ^ void pulseaudioS.c:184:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_tcp_LTX_pa__load_once(); ^ void pulseaudioS.c:185:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_unix_LTX_pa__done(); ^ void pulseaudioS.c:186:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_unix_LTX_pa__get_author(); ^ void pulseaudioS.c:187:63: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_unix_LTX_pa__get_description(); ^ void pulseaudioS.c:188:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_unix_LTX_pa__get_usage(); ^ void pulseaudioS.c:189:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_unix_LTX_pa__get_version(); ^ void pulseaudioS.c:190:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_unix_LTX_pa__init(); ^ void pulseaudioS.c:191:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_protocol_unix_LTX_pa__load_once(); ^ void pulseaudioS.c:192:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_sink_LTX_pa__done(); ^ void pulseaudioS.c:193:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:194:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:195:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_sink_LTX_pa__get_n_used(); ^ void pulseaudioS.c:196:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:197:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:198:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_sink_LTX_pa__init(); ^ void pulseaudioS.c:199:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_esound_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:200:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_apply_LTX_pa__done(); ^ void pulseaudioS.c:201:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_apply_LTX_pa__get_author(); ^ void pulseaudioS.c:202:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_apply_LTX_pa__get_description(); ^ void pulseaudioS.c:203:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_apply_LTX_pa__get_usage(); ^ void pulseaudioS.c:204:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_apply_LTX_pa__get_version(); ^ void pulseaudioS.c:205:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_apply_LTX_pa__init(); ^ void pulseaudioS.c:206:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_apply_LTX_pa__load_once(); ^ void pulseaudioS.c:207:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_heuristics_LTX_pa__done(); ^ void pulseaudioS.c:208:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_heuristics_LTX_pa__get_author(); ^ void pulseaudioS.c:209:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_heuristics_LTX_pa__get_description(); ^ void pulseaudioS.c:210:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_heuristics_LTX_pa__get_version(); ^ void pulseaudioS.c:211:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_heuristics_LTX_pa__init(); ^ void pulseaudioS.c:212:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_filter_heuristics_LTX_pa__load_once(); ^ void pulseaudioS.c:213:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_tcp_LTX_pa__done(); ^ void pulseaudioS.c:214:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_tcp_LTX_pa__get_author(); ^ void pulseaudioS.c:215:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_tcp_LTX_pa__get_description(); ^ void pulseaudioS.c:216:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_tcp_LTX_pa__get_usage(); ^ void pulseaudioS.c:217:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_tcp_LTX_pa__get_version(); ^ void pulseaudioS.c:218:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_tcp_LTX_pa__init(); ^ void pulseaudioS.c:219:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_tcp_LTX_pa__load_once(); ^ void pulseaudioS.c:220:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_unix_LTX_pa__done(); ^ void pulseaudioS.c:221:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_unix_LTX_pa__get_author(); ^ void pulseaudioS.c:222:61: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_unix_LTX_pa__get_description(); ^ void pulseaudioS.c:223:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_unix_LTX_pa__get_usage(); ^ void pulseaudioS.c:224:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_unix_LTX_pa__get_version(); ^ void pulseaudioS.c:225:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_unix_LTX_pa__init(); ^ void pulseaudioS.c:226:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_http_protocol_unix_LTX_pa__load_once(); ^ void pulseaudioS.c:227:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_intended_roles_LTX_pa__done(); ^ void pulseaudioS.c:228:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_intended_roles_LTX_pa__get_author(); ^ void pulseaudioS.c:229:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_intended_roles_LTX_pa__get_description(); ^ void pulseaudioS.c:230:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_intended_roles_LTX_pa__get_usage(); ^ void pulseaudioS.c:231:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_intended_roles_LTX_pa__get_version(); ^ void pulseaudioS.c:232:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_intended_roles_LTX_pa__init(); ^ void pulseaudioS.c:233:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_intended_roles_LTX_pa__load_once(); ^ void pulseaudioS.c:234:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_ladspa_sink_LTX_pa__done(); ^ void pulseaudioS.c:235:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_ladspa_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:236:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_ladspa_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:237:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_ladspa_sink_LTX_pa__get_n_used(); ^ void pulseaudioS.c:238:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_ladspa_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:239:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_ladspa_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:240:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_ladspa_sink_LTX_pa__init(); ^ void pulseaudioS.c:241:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_ladspa_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:242:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_loopback_LTX_pa__done(); ^ void pulseaudioS.c:243:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_loopback_LTX_pa__get_author(); ^ void pulseaudioS.c:244:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_loopback_LTX_pa__get_description(); ^ void pulseaudioS.c:245:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_loopback_LTX_pa__get_usage(); ^ void pulseaudioS.c:246:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_loopback_LTX_pa__get_version(); ^ void pulseaudioS.c:247:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_loopback_LTX_pa__init(); ^ void pulseaudioS.c:248:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_loopback_LTX_pa__load_once(); ^ void pulseaudioS.c:249:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_match_LTX_pa__done(); ^ void pulseaudioS.c:250:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_match_LTX_pa__get_author(); ^ void pulseaudioS.c:251:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_match_LTX_pa__get_description(); ^ void pulseaudioS.c:252:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_match_LTX_pa__get_usage(); ^ void pulseaudioS.c:253:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_match_LTX_pa__get_version(); ^ void pulseaudioS.c:254:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_match_LTX_pa__init(); ^ void pulseaudioS.c:255:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_match_LTX_pa__load_once(); ^ void pulseaudioS.c:256:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_mmkbd_evdev_LTX_pa__done(); ^ void pulseaudioS.c:257:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_mmkbd_evdev_LTX_pa__get_author(); ^ void pulseaudioS.c:258:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_mmkbd_evdev_LTX_pa__get_description(); ^ void pulseaudioS.c:259:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_mmkbd_evdev_LTX_pa__get_usage(); ^ void pulseaudioS.c:260:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_mmkbd_evdev_LTX_pa__get_version(); ^ void pulseaudioS.c:261:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_mmkbd_evdev_LTX_pa__init(); ^ void pulseaudioS.c:262:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_mmkbd_evdev_LTX_pa__load_once(); ^ void pulseaudioS.c:263:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_fd_LTX_pa__done(); ^ void pulseaudioS.c:264:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_fd_LTX_pa__get_author(); ^ void pulseaudioS.c:265:61: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_fd_LTX_pa__get_description(); ^ void pulseaudioS.c:266:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_fd_LTX_pa__get_version(); ^ void pulseaudioS.c:267:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_fd_LTX_pa__init(); ^ void pulseaudioS.c:268:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_fd_LTX_pa__load_once(); ^ void pulseaudioS.c:269:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_tcp_LTX_pa__done(); ^ void pulseaudioS.c:270:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_tcp_LTX_pa__get_author(); ^ void pulseaudioS.c:271:62: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_tcp_LTX_pa__get_description(); ^ void pulseaudioS.c:272:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_tcp_LTX_pa__get_usage(); ^ void pulseaudioS.c:273:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_tcp_LTX_pa__get_version(); ^ void pulseaudioS.c:274:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_tcp_LTX_pa__init(); ^ void pulseaudioS.c:275:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_tcp_LTX_pa__load_once(); ^ void pulseaudioS.c:276:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_unix_LTX_pa__done(); ^ void pulseaudioS.c:277:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_unix_LTX_pa__get_author(); ^ void pulseaudioS.c:278:63: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_unix_LTX_pa__get_description(); ^ void pulseaudioS.c:279:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_unix_LTX_pa__get_usage(); ^ void pulseaudioS.c:280:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_unix_LTX_pa__get_version(); ^ void pulseaudioS.c:281:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_unix_LTX_pa__init(); ^ void pulseaudioS.c:282:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_native_protocol_unix_LTX_pa__load_once(); ^ void pulseaudioS.c:283:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_sink_LTX_pa__done(); ^ void pulseaudioS.c:284:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:285:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:286:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_sink_LTX_pa__get_n_used(); ^ void pulseaudioS.c:287:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:288:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:289:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_sink_LTX_pa__init(); ^ void pulseaudioS.c:290:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:291:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_source_LTX_pa__done(); ^ void pulseaudioS.c:292:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_source_LTX_pa__get_author(); ^ void pulseaudioS.c:293:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_source_LTX_pa__get_description(); ^ void pulseaudioS.c:294:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_source_LTX_pa__get_usage(); ^ void pulseaudioS.c:295:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_source_LTX_pa__get_version(); ^ void pulseaudioS.c:296:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_source_LTX_pa__init(); ^ void pulseaudioS.c:297:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_null_source_LTX_pa__load_once(); ^ void pulseaudioS.c:298:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_oss_LTX_pa__done(); ^ void pulseaudioS.c:299:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_oss_LTX_pa__get_author(); ^ void pulseaudioS.c:300:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_oss_LTX_pa__get_deprecated(); ^ void pulseaudioS.c:301:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_oss_LTX_pa__get_description(); ^ void pulseaudioS.c:302:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_oss_LTX_pa__get_usage(); ^ void pulseaudioS.c:303:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_oss_LTX_pa__get_version(); ^ void pulseaudioS.c:304:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_oss_LTX_pa__init(); ^ void pulseaudioS.c:305:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_oss_LTX_pa__load_once(); ^ void pulseaudioS.c:306:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_sink_LTX_pa__done(); ^ void pulseaudioS.c:307:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:308:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:309:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_sink_LTX_pa__get_n_used(); ^ void pulseaudioS.c:310:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:311:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:312:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_sink_LTX_pa__init(); ^ void pulseaudioS.c:313:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:314:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_source_LTX_pa__done(); ^ void pulseaudioS.c:315:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_source_LTX_pa__get_author(); ^ void pulseaudioS.c:316:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_source_LTX_pa__get_description(); ^ void pulseaudioS.c:317:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_source_LTX_pa__get_n_used(); ^ void pulseaudioS.c:318:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_source_LTX_pa__get_usage(); ^ void pulseaudioS.c:319:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_source_LTX_pa__get_version(); ^ void pulseaudioS.c:320:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_source_LTX_pa__init(); ^ void pulseaudioS.c:321:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_pipe_source_LTX_pa__load_once(); ^ void pulseaudioS.c:322:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_position_event_sounds_LTX_pa__done(); ^ void pulseaudioS.c:323:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_position_event_sounds_LTX_pa__get_author(); ^ void pulseaudioS.c:324:64: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_position_event_sounds_LTX_pa__get_description(); ^ void pulseaudioS.c:325:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_position_event_sounds_LTX_pa__get_version(); ^ void pulseaudioS.c:326:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_position_event_sounds_LTX_pa__init(); ^ void pulseaudioS.c:327:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_position_event_sounds_LTX_pa__load_once(); ^ void pulseaudioS.c:328:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_raop_sink_LTX_pa__done(); ^ void pulseaudioS.c:329:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_raop_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:330:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_raop_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:331:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_raop_sink_LTX_pa__get_n_used(); ^ void pulseaudioS.c:332:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_raop_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:333:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_raop_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:334:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_raop_sink_LTX_pa__init(); ^ void pulseaudioS.c:335:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_raop_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:336:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_sink_LTX_pa__done(); ^ void pulseaudioS.c:337:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:338:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:339:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_sink_LTX_pa__get_n_used(); ^ void pulseaudioS.c:340:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:341:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:342:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_sink_LTX_pa__init(); ^ void pulseaudioS.c:343:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:344:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_source_LTX_pa__done(); ^ void pulseaudioS.c:345:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_source_LTX_pa__get_author(); ^ void pulseaudioS.c:346:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_source_LTX_pa__get_description(); ^ void pulseaudioS.c:347:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_source_LTX_pa__get_n_used(); ^ void pulseaudioS.c:348:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_source_LTX_pa__get_usage(); ^ void pulseaudioS.c:349:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_source_LTX_pa__get_version(); ^ void pulseaudioS.c:350:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_source_LTX_pa__init(); ^ void pulseaudioS.c:351:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_remap_source_LTX_pa__load_once(); ^ void pulseaudioS.c:352:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rescue_streams_LTX_pa__get_author(); ^ void pulseaudioS.c:353:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rescue_streams_LTX_pa__get_description(); ^ void pulseaudioS.c:354:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rescue_streams_LTX_pa__get_version(); ^ void pulseaudioS.c:355:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rescue_streams_LTX_pa__init(); ^ void pulseaudioS.c:356:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rescue_streams_LTX_pa__load_once(); ^ void pulseaudioS.c:357:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__done(); ^ void pulseaudioS.c:358:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__get_author(); ^ void pulseaudioS.c:359:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__get_description(); ^ void pulseaudioS.c:360:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__get_usage(); ^ void pulseaudioS.c:361:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__get_version(); ^ void pulseaudioS.c:362:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__init(); ^ void pulseaudioS.c:363:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__load_once(); ^ void pulseaudioS.c:364:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__done(); ^ void pulseaudioS.c:365:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__get_author(); ^ void pulseaudioS.c:366:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__get_description(); ^ void pulseaudioS.c:367:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__get_usage(); ^ void pulseaudioS.c:368:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__get_version(); ^ void pulseaudioS.c:369:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__init(); ^ void pulseaudioS.c:370:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__load_once(); ^ void pulseaudioS.c:371:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__done(); ^ void pulseaudioS.c:372:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__get_author(); ^ void pulseaudioS.c:373:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__get_description(); ^ void pulseaudioS.c:374:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__get_usage(); ^ void pulseaudioS.c:375:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__get_version(); ^ void pulseaudioS.c:376:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__init(); ^ void pulseaudioS.c:377:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__load_once(); ^ void pulseaudioS.c:378:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__done(); ^ void pulseaudioS.c:379:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__get_author(); ^ void pulseaudioS.c:380:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__get_description(); ^ void pulseaudioS.c:381:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__get_usage(); ^ void pulseaudioS.c:382:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__get_version(); ^ void pulseaudioS.c:383:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__init(); ^ void pulseaudioS.c:384:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__load_once(); ^ void pulseaudioS.c:385:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__done(); ^ void pulseaudioS.c:386:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__get_author(); ^ void pulseaudioS.c:387:62: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__get_description(); ^ void pulseaudioS.c:388:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__get_usage(); ^ void pulseaudioS.c:389:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__get_version(); ^ void pulseaudioS.c:390:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__init(); ^ void pulseaudioS.c:391:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__load_once(); ^ void pulseaudioS.c:392:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__done(); ^ void pulseaudioS.c:393:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__get_author(); ^ void pulseaudioS.c:394:63: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__get_description(); ^ void pulseaudioS.c:395:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__get_usage(); ^ void pulseaudioS.c:396:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__get_version(); ^ void pulseaudioS.c:397:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__init(); ^ void pulseaudioS.c:398:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__load_once(); ^ void pulseaudioS.c:399:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__done(); ^ void pulseaudioS.c:400:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__get_author(); ^ void pulseaudioS.c:401:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__get_description(); ^ void pulseaudioS.c:402:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__get_usage(); ^ void pulseaudioS.c:403:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__get_version(); ^ void pulseaudioS.c:404:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__init(); ^ void pulseaudioS.c:405:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__load_once(); ^ void pulseaudioS.c:406:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__done(); ^ void pulseaudioS.c:407:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__get_author(); ^ void pulseaudioS.c:408:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__get_description(); ^ void pulseaudioS.c:409:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__get_n_used(); ^ void pulseaudioS.c:410:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__get_usage(); ^ void pulseaudioS.c:411:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__get_version(); ^ void pulseaudioS.c:412:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__init(); ^ void pulseaudioS.c:413:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__load_once(); ^ void pulseaudioS.c:414:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__done(); ^ void pulseaudioS.c:415:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__get_author(); ^ void pulseaudioS.c:416:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__get_description(); ^ void pulseaudioS.c:417:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__get_usage(); ^ void pulseaudioS.c:418:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__get_version(); ^ void pulseaudioS.c:419:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__init(); ^ void pulseaudioS.c:420:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__load_once(); ^ void pulseaudioS.c:421:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__done(); ^ void pulseaudioS.c:422:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__get_author(); ^ void pulseaudioS.c:423:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__get_description(); ^ void pulseaudioS.c:424:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__get_usage(); ^ void pulseaudioS.c:425:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__get_version(); ^ void pulseaudioS.c:426:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__init(); ^ void pulseaudioS.c:427:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__load_once(); ^ void pulseaudioS.c:428:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__done(); ^ void pulseaudioS.c:429:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__get_author(); ^ void pulseaudioS.c:430:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__get_description(); ^ void pulseaudioS.c:431:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__get_usage(); ^ void pulseaudioS.c:432:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__get_version(); ^ void pulseaudioS.c:433:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__init(); ^ void pulseaudioS.c:434:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__load_once(); ^ void pulseaudioS.c:435:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_port_available_LTX_pa__done(); ^ void pulseaudioS.c:436:62: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_port_available_LTX_pa__get_author(); ^ void pulseaudioS.c:437:67: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_port_available_LTX_pa__get_description(); ^ void pulseaudioS.c:438:63: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_port_available_LTX_pa__get_version(); ^ void pulseaudioS.c:439:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_port_available_LTX_pa__init(); ^ void pulseaudioS.c:440:61: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_port_available_LTX_pa__load_once(); ^ void pulseaudioS.c:441:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__done(); ^ void pulseaudioS.c:442:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:443:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:444:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:445:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:446:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__init(); ^ void pulseaudioS.c:447:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:448:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__done(); ^ void pulseaudioS.c:449:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__get_author(); ^ void pulseaudioS.c:450:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__get_description(); ^ void pulseaudioS.c:451:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__get_usage(); ^ void pulseaudioS.c:452:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__get_version(); ^ void pulseaudioS.c:453:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__init(); ^ void pulseaudioS.c:454:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__load_once(); ^ void pulseaudioS.c:455:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__done(); ^ void pulseaudioS.c:456:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__get_author(); ^ void pulseaudioS.c:457:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__get_description(); ^ void pulseaudioS.c:458:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__get_usage(); ^ void pulseaudioS.c:459:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__get_version(); ^ void pulseaudioS.c:460:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__init(); ^ void pulseaudioS.c:461:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__load_once(); ^ void pulseaudioS.c:462:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__done(); ^ void pulseaudioS.c:463:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__get_author(); ^ void pulseaudioS.c:464:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__get_description(); ^ void pulseaudioS.c:465:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__get_usage(); ^ void pulseaudioS.c:466:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__get_version(); ^ void pulseaudioS.c:467:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__init(); ^ void pulseaudioS.c:468:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__load_once(); ^ void pulseaudioS.c:469:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__done(); ^ void pulseaudioS.c:470:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:471:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:472:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__get_n_used(); ^ void pulseaudioS.c:473:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:474:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:475:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__init(); ^ void pulseaudioS.c:476:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:477:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__done(); ^ void pulseaudioS.c:478:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__get_author(); ^ void pulseaudioS.c:479:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__get_description(); ^ void pulseaudioS.c:480:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__get_n_used(); ^ void pulseaudioS.c:481:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__get_usage(); ^ void pulseaudioS.c:482:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__get_version(); ^ void pulseaudioS.c:483:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__init(); ^ void pulseaudioS.c:484:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__load_once(); ^ void pulseaudioS.c:485:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__done(); ^ void pulseaudioS.c:486:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:487:64: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:488:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__get_n_used(); ^ void pulseaudioS.c:489:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:490:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:491:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__init(); ^ void pulseaudioS.c:492:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:493:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__get_author(); ^ void pulseaudioS.c:494:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__get_deprecated(); ^ void pulseaudioS.c:495:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__get_description(); ^ void pulseaudioS.c:496:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__get_version(); ^ void pulseaudioS.c:497:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__init(); ^ void pulseaudioS.c:498:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__load_once(); ^ void pulseaudioS.c:499:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__done(); ^ void pulseaudioS.c:500:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__get_author(); ^ void pulseaudioS.c:501:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__get_description(); ^ void pulseaudioS.c:502:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__get_usage(); ^ void pulseaudioS.c:503:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__get_version(); ^ void pulseaudioS.c:504:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__init(); ^ void pulseaudioS.c:505:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__load_once(); ^ void pulseaudioS.c:506:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__done(); ^ void pulseaudioS.c:507:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__get_author(); ^ void pulseaudioS.c:508:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__get_description(); ^ void pulseaudioS.c:509:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__get_usage(); ^ void pulseaudioS.c:510:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__get_version(); ^ void pulseaudioS.c:511:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__init(); ^ void pulseaudioS.c:512:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__load_once(); ^ void pulseaudioS.c:513:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__done(); ^ void pulseaudioS.c:514:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__get_author(); ^ void pulseaudioS.c:515:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__get_description(); ^ void pulseaudioS.c:516:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__get_usage(); ^ void pulseaudioS.c:517:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__get_version(); ^ void pulseaudioS.c:518:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__init(); ^ void pulseaudioS.c:519:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__load_once(); ^ void pulseaudioS.c:520:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__done(); ^ void pulseaudioS.c:521:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__get_author(); ^ void pulseaudioS.c:522:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__get_description(); ^ void pulseaudioS.c:523:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__get_usage(); ^ void pulseaudioS.c:524:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__get_version(); ^ void pulseaudioS.c:525:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__init(); ^ void pulseaudioS.c:526:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__load_once(); ^ void pulseaudioS.c:527:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_accept_cloexec(); ^ void pulseaudioS.c:528:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_adrian_ec_done(); ^ void pulseaudioS.c:529:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_adrian_ec_init(); ^ void pulseaudioS.c:530:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_adrian_ec_run(); ^ void pulseaudioS.c:531:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_add_ports(); ^ void pulseaudioS.c:532:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_build_pollfd(); ^ void pulseaudioS.c:533:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_decibel_fix_dump(); ^ void pulseaudioS.c:534:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_dump(); ^ void pulseaudioS.c:535:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_dump_status(); ^ void pulseaudioS.c:536:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_element_dump(); ^ void pulseaudioS.c:537:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_element_get(); ^ void pulseaudioS.c:538:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_fdlist_free(); ^ void pulseaudioS.c:539:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_fdlist_new(); ^ void pulseaudioS.c:540:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_fdlist_set_handle(); ^ void pulseaudioS.c:541:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_get_driver_name(); ^ void pulseaudioS.c:542:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_get_driver_name_by_pcm(); ^ void pulseaudioS.c:543:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_get_hdmi_eld(); ^ void pulseaudioS.c:544:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_get_reserve_name(); ^ void pulseaudioS.c:545:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_get_supported_formats(); ^ void pulseaudioS.c:546:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_get_supported_rates(); ^ void pulseaudioS.c:547:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_init_description(); ^ void pulseaudioS.c:548:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_init_proplist_card(); ^ void pulseaudioS.c:549:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_init_proplist_ctl(); ^ void pulseaudioS.c:550:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_init_proplist_pcm(); ^ void pulseaudioS.c:551:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_init_proplist_pcm_info(); ^ void pulseaudioS.c:552:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_jack_add_ucm_device(); ^ void pulseaudioS.c:553:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_jack_add_ucm_hw_mute_device(); ^ void pulseaudioS.c:554:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_jack_dump(); ^ void pulseaudioS.c:555:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_jack_free(); ^ void pulseaudioS.c:556:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_jack_new(); ^ void pulseaudioS.c:557:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_jack_set_has_control(); ^ void pulseaudioS.c:558:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_jack_set_plugged_in(); ^ void pulseaudioS.c:559:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_mapping_dump(); ^ void pulseaudioS.c:560:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_mapping_get(); ^ void pulseaudioS.c:561:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_may_tsched(); ^ void pulseaudioS.c:562:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_mixer_find_card(); ^ void pulseaudioS.c:563:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_mixer_find_pcm(); ^ void pulseaudioS.c:564:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_mixer_free(); ^ void pulseaudioS.c:565:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_mixer_pdata_free(); ^ void pulseaudioS.c:566:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_mixer_pdata_new(); ^ void pulseaudioS.c:567:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_mixer_set_fdlist(); ^ void pulseaudioS.c:568:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_by_device_id_auto(); ^ void pulseaudioS.c:569:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_by_device_id_mapping(); ^ void pulseaudioS.c:570:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_by_device_string(); ^ void pulseaudioS.c:571:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_by_template(); ^ void pulseaudioS.c:572:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_mixer(); ^ void pulseaudioS.c:573:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_mixer_by_name(); ^ void pulseaudioS.c:574:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_mixer_for_pcm(); ^ void pulseaudioS.c:575:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_option_dump(); ^ void pulseaudioS.c:576:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_dump(); ^ void pulseaudioS.c:577:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_free(); ^ void pulseaudioS.c:578:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_get_mute(); ^ void pulseaudioS.c:579:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_get_volume(); ^ void pulseaudioS.c:580:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_new(); ^ void pulseaudioS.c:581:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_probe(); ^ void pulseaudioS.c:582:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_select(); ^ void pulseaudioS.c:583:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_add_ports(); ^ void pulseaudioS.c:584:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_callback(); ^ void pulseaudioS.c:585:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_dump(); ^ void pulseaudioS.c:586:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_free(); ^ void pulseaudioS.c:587:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_is_empty(); ^ void pulseaudioS.c:588:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_mute(); ^ void pulseaudioS.c:589:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_new(); ^ void pulseaudioS.c:590:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_set_callback(); ^ void pulseaudioS.c:591:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_volume(); ^ void pulseaudioS.c:592:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_synthesize(); ^ void pulseaudioS.c:593:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_pcm_is_hw(); ^ void pulseaudioS.c:594:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_pcm_is_modem(); ^ void pulseaudioS.c:595:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_dump(); ^ void pulseaudioS.c:596:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_set_drop_unsupported(); ^ void pulseaudioS.c:597:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_set_dump(); ^ void pulseaudioS.c:598:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_set_free(); ^ void pulseaudioS.c:599:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_set_new(); ^ void pulseaudioS.c:600:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_set_probe(); ^ void pulseaudioS.c:601:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_recover_from_poll(); ^ void pulseaudioS.c:602:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_refcnt_dec(); ^ void pulseaudioS.c:603:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_refcnt_inc(); ^ void pulseaudioS.c:604:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_safe_avail(); ^ void pulseaudioS.c:605:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_safe_delay(); ^ void pulseaudioS.c:606:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_safe_mmap_begin(); ^ void pulseaudioS.c:607:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_set_hw_params(); ^ void pulseaudioS.c:608:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_set_mixer_rtpoll(); ^ void pulseaudioS.c:609:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_set_sw_params(); ^ void pulseaudioS.c:610:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_setting_dump(); ^ void pulseaudioS.c:611:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_sink_free(); ^ void pulseaudioS.c:612:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_sink_new(); ^ void pulseaudioS.c:613:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_source_free(); ^ void pulseaudioS.c:614:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_source_new(); ^ void pulseaudioS.c:615:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_strerror(); ^ void pulseaudioS.c:616:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_add_ports(); ^ void pulseaudioS.c:617:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_add_ports_combination(); ^ void pulseaudioS.c:618:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_add_profile_set(); ^ void pulseaudioS.c:619:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_device_update_available(); ^ void pulseaudioS.c:620:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_free(); ^ void pulseaudioS.c:621:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_get_verb(); ^ void pulseaudioS.c:622:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_mapping_context_free(); ^ void pulseaudioS.c:623:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_query_profiles(); ^ void pulseaudioS.c:624:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_roled_stream_begin(); ^ void pulseaudioS.c:625:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_roled_stream_end(); ^ void pulseaudioS.c:626:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_set_port(); ^ void pulseaudioS.c:627:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_set_profile(); ^ void pulseaudioS.c:628:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_append_to_config_home_dir(); ^ void pulseaudioS.c:629:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_append_to_home_dir(); ^ void pulseaudioS.c:630:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ascii_filter(); ^ void pulseaudioS.c:631:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ascii_valid(); ^ void pulseaudioS.c:632:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_dispatch(); ^ void pulseaudioS.c:633:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_dispatching(); ^ void pulseaudioS.c:634:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_done(); ^ void pulseaudioS.c:635:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_flush(); ^ void pulseaudioS.c:636:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_get(); ^ void pulseaudioS.c:637:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_new(); ^ void pulseaudioS.c:638:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_post(); ^ void pulseaudioS.c:639:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_process_one(); ^ void pulseaudioS.c:640:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_read_after_poll(); ^ void pulseaudioS.c:641:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_read_before_poll(); ^ void pulseaudioS.c:642:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_read_fd(); ^ void pulseaudioS.c:643:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_ref(); ^ void pulseaudioS.c:644:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_send(); ^ void pulseaudioS.c:645:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_unref(); ^ void pulseaudioS.c:646:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_wait_for(); ^ void pulseaudioS.c:647:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_write_after_poll(); ^ void pulseaudioS.c:648:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_write_before_poll(); ^ void pulseaudioS.c:649:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_write_fd(); ^ void pulseaudioS.c:650:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_free(); ^ void pulseaudioS.c:651:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_new(); ^ void pulseaudioS.c:652:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_pop(); ^ void pulseaudioS.c:653:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_post(); ^ void pulseaudioS.c:654:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_push(); ^ void pulseaudioS.c:655:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_read_after_poll(); ^ void pulseaudioS.c:656:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_read_before_poll(); ^ void pulseaudioS.c:657:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_read_fd(); ^ void pulseaudioS.c:658:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_write_after_poll(); ^ void pulseaudioS.c:659:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_write_before_poll(); ^ void pulseaudioS.c:660:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_write_fd(); ^ void pulseaudioS.c:661:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_atod(); ^ void pulseaudioS.c:662:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_atoi(); ^ void pulseaudioS.c:663:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_atol(); ^ void pulseaudioS.c:664:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_atou(); ^ void pulseaudioS.c:665:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_free(); ^ void pulseaudioS.c:666:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_new(); ^ void pulseaudioS.c:667:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_read_begin(); ^ void pulseaudioS.c:668:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_read_end(); ^ void pulseaudioS.c:669:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_write_begin(); ^ void pulseaudioS.c:670:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_write_end(); ^ void pulseaudioS.c:671:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_write_swap(); ^ void pulseaudioS.c:672:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_auth_cookie_create(); ^ void pulseaudioS.c:673:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_auth_cookie_get(); ^ void pulseaudioS.c:674:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_auth_cookie_read(); ^ void pulseaudioS.c:675:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_auth_cookie_ref(); ^ void pulseaudioS.c:676:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_auth_cookie_unref(); ^ void pulseaudioS.c:677:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_authkey_load(); ^ void pulseaudioS.c:678:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_authkey_save(); ^ void pulseaudioS.c:679:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_autospawn_lock_acquire(); ^ void pulseaudioS.c:680:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_autospawn_lock_done(); ^ void pulseaudioS.c:681:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_autospawn_lock_init(); ^ void pulseaudioS.c:682:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_autospawn_lock_release(); ^ void pulseaudioS.c:683:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_available_to_string(); ^ void pulseaudioS.c:684:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bitset_equals(); ^ void pulseaudioS.c:685:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bitset_get(); ^ void pulseaudioS.c:686:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bitset_set(); ^ void pulseaudioS.c:687:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bytes_per_second(); ^ void pulseaudioS.c:688:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bytes_snprint(); ^ void pulseaudioS.c:689:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bytes_to_usec(); ^ void pulseaudioS.c:690:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bytes_to_usec_round_up(); ^ void pulseaudioS.c:691:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_add_profile(); ^ void pulseaudioS.c:692:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_choose_initial_profile(); ^ void pulseaudioS.c:693:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_free(); ^ void pulseaudioS.c:694:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_list_to_string(); ^ void pulseaudioS.c:695:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_new(); ^ void pulseaudioS.c:696:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_new_data_done(); ^ void pulseaudioS.c:697:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_new_data_init(); ^ void pulseaudioS.c:698:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_new_data_set_name(); ^ void pulseaudioS.c:699:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_new_data_set_preferred_port(); ^ void pulseaudioS.c:700:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_profile_free(); ^ void pulseaudioS.c:701:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_profile_new(); ^ void pulseaudioS.c:702:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_profile_set_available(); ^ void pulseaudioS.c:703:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_put(); ^ void pulseaudioS.c:704:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_set_preferred_port(); ^ void pulseaudioS.c:705:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_set_profile(); ^ void pulseaudioS.c:706:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_suspend(); ^ void pulseaudioS.c:707:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_can_balance(); ^ void pulseaudioS.c:708:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_can_fade(); ^ void pulseaudioS.c:709:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_can_lfe_balance(); ^ void pulseaudioS.c:710:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_compatible(); ^ void pulseaudioS.c:711:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_equal(); ^ void pulseaudioS.c:712:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_has_position(); ^ void pulseaudioS.c:713:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_init(); ^ void pulseaudioS.c:714:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_init_auto(); ^ void pulseaudioS.c:715:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_init_extend(); ^ void pulseaudioS.c:716:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_init_mono(); ^ void pulseaudioS.c:717:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_init_stereo(); ^ void pulseaudioS.c:718:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_mask(); ^ void pulseaudioS.c:719:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_parse(); ^ void pulseaudioS.c:720:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_snprint(); ^ void pulseaudioS.c:721:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_superset(); ^ void pulseaudioS.c:722:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_to_name(); ^ void pulseaudioS.c:723:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_to_pretty_name(); ^ void pulseaudioS.c:724:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_valid(); ^ void pulseaudioS.c:725:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_position_from_string(); ^ void pulseaudioS.c:726:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_position_to_pretty_string(); ^ void pulseaudioS.c:727:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_position_to_string(); ^ void pulseaudioS.c:728:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channels_valid(); ^ void pulseaudioS.c:729:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_check_in_group(); ^ void pulseaudioS.c:730:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_check_signal_is_blocked(); ^ void pulseaudioS.c:731:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_command_execute(); ^ void pulseaudioS.c:732:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_command_execute_file(); ^ void pulseaudioS.c:733:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_command_execute_file_stream(); ^ void pulseaudioS.c:734:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_command_execute_line(); ^ void pulseaudioS.c:735:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_command_execute_line_stateful(); ^ void pulseaudioS.c:736:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_free(); ^ void pulseaudioS.c:737:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_get_module(); ^ void pulseaudioS.c:738:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_new(); ^ void pulseaudioS.c:739:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_protocol_connect(); ^ void pulseaudioS.c:740:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_protocol_disconnect(); ^ void pulseaudioS.c:741:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_protocol_get(); ^ void pulseaudioS.c:742:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_protocol_ref(); ^ void pulseaudioS.c:743:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_protocol_unref(); ^ void pulseaudioS.c:744:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_set_eof_callback(); ^ void pulseaudioS.c:745:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_free(); ^ void pulseaudioS.c:746:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_from_x11(); ^ void pulseaudioS.c:747:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_load(); ^ void pulseaudioS.c:748:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_load_cookie(); ^ void pulseaudioS.c:749:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_new(); ^ void pulseaudioS.c:750:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_set_cookie_file_from_application(); ^ void pulseaudioS.c:751:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_free(); ^ void pulseaudioS.c:752:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_kill(); ^ void pulseaudioS.c:753:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_list_to_string(); ^ void pulseaudioS.c:754:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_new(); ^ void pulseaudioS.c:755:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_new_data_done(); ^ void pulseaudioS.c:756:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_new_data_init(); ^ void pulseaudioS.c:757:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_send_event(); ^ void pulseaudioS.c:758:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_set_name(); ^ void pulseaudioS.c:759:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_update_proplist(); ^ void pulseaudioS.c:760:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_close(); ^ void pulseaudioS.c:761:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_close_all(); ^ void pulseaudioS.c:762:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_close_allv(); ^ void pulseaudioS.c:763:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_close_pipe(); ^ void pulseaudioS.c:764:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cmsg_ancil_data_close_fds(); ^ void pulseaudioS.c:765:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_client_event(); ^ void pulseaudioS.c:766:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_extension(); ^ void pulseaudioS.c:767:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_overflow_or_underflow(); ^ void pulseaudioS.c:768:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_request(); ^ void pulseaudioS.c:769:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_buffer_attr(); ^ void pulseaudioS.c:770:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_event(); ^ void pulseaudioS.c:771:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_killed(); ^ void pulseaudioS.c:772:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_moved(); ^ void pulseaudioS.c:773:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_started(); ^ void pulseaudioS.c:774:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_suspended(); ^ void pulseaudioS.c:775:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_subscribe_event(); ^ void pulseaudioS.c:776:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_common_command_register_memfd_shmid(); ^ void pulseaudioS.c:777:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cond_free(); ^ void pulseaudioS.c:778:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cond_new(); ^ void pulseaudioS.c:779:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cond_signal(); ^ void pulseaudioS.c:780:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cond_wait(); ^ void pulseaudioS.c:781:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse(); ^ void pulseaudioS.c:782:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_bool(); ^ void pulseaudioS.c:783:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_int(); ^ void pulseaudioS.c:784:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_not_bool(); ^ void pulseaudioS.c:785:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_size(); ^ void pulseaudioS.c:786:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_string(); ^ void pulseaudioS.c:787:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_unsigned(); ^ void pulseaudioS.c:788:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_add_autoload(); ^ void pulseaudioS.c:789:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_connect(); ^ void pulseaudioS.c:790:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_disconnect(); ^ void pulseaudioS.c:791:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_drain(); ^ void pulseaudioS.c:792:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_errno(); ^ void pulseaudioS.c:793:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_exit_daemon(); ^ void pulseaudioS.c:794:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_fail(); ^ void pulseaudioS.c:795:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_autoload_info_by_index(); ^ void pulseaudioS.c:796:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_autoload_info_by_name(); ^ void pulseaudioS.c:797:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_autoload_info_list(); ^ void pulseaudioS.c:798:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_card_info_by_index(); ^ void pulseaudioS.c:799:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_card_info_by_name(); ^ void pulseaudioS.c:800:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_card_info_list(); ^ void pulseaudioS.c:801:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_client_info(); ^ void pulseaudioS.c:802:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_client_info_list(); ^ void pulseaudioS.c:803:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_index(); ^ void pulseaudioS.c:804:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_module_info(); ^ void pulseaudioS.c:805:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_module_info_list(); ^ void pulseaudioS.c:806:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_protocol_version(); ^ void pulseaudioS.c:807:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sample_info_by_index(); ^ void pulseaudioS.c:808:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sample_info_by_name(); ^ void pulseaudioS.c:809:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sample_info_list(); ^ void pulseaudioS.c:810:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_server(); ^ void pulseaudioS.c:811:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_server_info(); ^ void pulseaudioS.c:812:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_server_protocol_version(); ^ void pulseaudioS.c:813:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sink_info_by_index(); ^ void pulseaudioS.c:814:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sink_info_by_name(); ^ void pulseaudioS.c:815:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sink_info_list(); ^ void pulseaudioS.c:816:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sink_input_info(); ^ void pulseaudioS.c:817:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sink_input_info_list(); ^ void pulseaudioS.c:818:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_source_info_by_index(); ^ void pulseaudioS.c:819:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_source_info_by_name(); ^ void pulseaudioS.c:820:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_source_info_list(); ^ void pulseaudioS.c:821:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_source_output_info(); ^ void pulseaudioS.c:822:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_source_output_info_list(); ^ void pulseaudioS.c:823:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_state(); ^ void pulseaudioS.c:824:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_tile_size(); ^ void pulseaudioS.c:825:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_handle_error(); ^ void pulseaudioS.c:826:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_is_local(); ^ void pulseaudioS.c:827:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_is_pending(); ^ void pulseaudioS.c:828:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_kill_client(); ^ void pulseaudioS.c:829:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_kill_sink_input(); ^ void pulseaudioS.c:830:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_kill_source_output(); ^ void pulseaudioS.c:831:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_load_cookie_from_file(); ^ void pulseaudioS.c:832:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_load_module(); ^ void pulseaudioS.c:833:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_move_sink_input_by_index(); ^ void pulseaudioS.c:834:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_move_sink_input_by_name(); ^ void pulseaudioS.c:835:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_move_source_output_by_index(); ^ void pulseaudioS.c:836:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_move_source_output_by_name(); ^ void pulseaudioS.c:837:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_new(); ^ void pulseaudioS.c:838:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_new_with_proplist(); ^ void pulseaudioS.c:839:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_play_sample(); ^ void pulseaudioS.c:840:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_play_sample_with_proplist(); ^ void pulseaudioS.c:841:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_proplist_remove(); ^ void pulseaudioS.c:842:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_proplist_update(); ^ void pulseaudioS.c:843:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_ref(); ^ void pulseaudioS.c:844:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_remove_autoload_by_index(); ^ void pulseaudioS.c:845:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_remove_autoload_by_name(); ^ void pulseaudioS.c:846:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_remove_sample(); ^ void pulseaudioS.c:847:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_rttime_new(); ^ void pulseaudioS.c:848:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_rttime_restart(); ^ void pulseaudioS.c:849:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_send_simple_command(); ^ void pulseaudioS.c:850:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_card_profile_by_index(); ^ void pulseaudioS.c:851:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_card_profile_by_name(); ^ void pulseaudioS.c:852:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_default_sink(); ^ void pulseaudioS.c:853:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_default_source(); ^ void pulseaudioS.c:854:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_error(); ^ void pulseaudioS.c:855:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_event_callback(); ^ void pulseaudioS.c:856:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_name(); ^ void pulseaudioS.c:857:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_port_latency_offset(); ^ void pulseaudioS.c:858:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_input_mute(); ^ void pulseaudioS.c:859:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_input_volume(); ^ void pulseaudioS.c:860:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_mute_by_index(); ^ void pulseaudioS.c:861:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_mute_by_name(); ^ void pulseaudioS.c:862:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_port_by_index(); ^ void pulseaudioS.c:863:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_port_by_name(); ^ void pulseaudioS.c:864:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_volume_by_index(); ^ void pulseaudioS.c:865:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_volume_by_name(); ^ void pulseaudioS.c:866:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_mute_by_index(); ^ void pulseaudioS.c:867:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_mute_by_name(); ^ void pulseaudioS.c:868:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_output_mute(); ^ void pulseaudioS.c:869:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_output_volume(); ^ void pulseaudioS.c:870:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_port_by_index(); ^ void pulseaudioS.c:871:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_port_by_name(); ^ void pulseaudioS.c:872:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_volume_by_index(); ^ void pulseaudioS.c:873:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_volume_by_name(); ^ void pulseaudioS.c:874:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_state(); ^ void pulseaudioS.c:875:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_state_callback(); ^ void pulseaudioS.c:876:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_subscribe_callback(); ^ void pulseaudioS.c:877:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_simple_ack_callback(); ^ void pulseaudioS.c:878:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_stat(); ^ void pulseaudioS.c:879:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_subscribe(); ^ void pulseaudioS.c:880:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_suspend_sink_by_index(); ^ void pulseaudioS.c:881:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_suspend_sink_by_name(); ^ void pulseaudioS.c:882:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_suspend_source_by_index(); ^ void pulseaudioS.c:883:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_suspend_source_by_name(); ^ void pulseaudioS.c:884:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_unload_module(); ^ void pulseaudioS.c:885:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_unref(); ^ void pulseaudioS.c:886:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_convert_func_init_sse(); ^ void pulseaudioS.c:887:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_convert_size(); ^ void pulseaudioS.c:888:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_check_idle(); ^ void pulseaudioS.c:889:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_check_type(); ^ void pulseaudioS.c:890:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_exit(); ^ void pulseaudioS.c:891:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_maybe_vacuum(); ^ void pulseaudioS.c:892:66: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_move_streams_to_newly_available_preferred_sink(); ^ void pulseaudioS.c:893:68: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_move_streams_to_newly_available_preferred_source(); ^ void pulseaudioS.c:894:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_new(); ^ void pulseaudioS.c:895:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_rttime_new(); ^ void pulseaudioS.c:896:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_rttime_restart(); ^ void pulseaudioS.c:897:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_set_configured_default_sink(); ^ void pulseaudioS.c:898:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_set_configured_default_source(); ^ void pulseaudioS.c:899:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_set_exit_idle_time(); ^ void pulseaudioS.c:901:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_update_default_sink(); ^ void pulseaudioS.c:902:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_update_default_source(); ^ void pulseaudioS.c:903:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_get_arm_flags(); ^ void pulseaudioS.c:904:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_get_x86_flags(); ^ void pulseaudioS.c:905:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_init(); ^ void pulseaudioS.c:906:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_init_arm(); ^ void pulseaudioS.c:907:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_init_orc(); ^ void pulseaudioS.c:908:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_init_x86(); ^ void pulseaudioS.c:909:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_create_stream_callback(); ^ void pulseaudioS.c:910:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cstrerror(); ^ void pulseaudioS.c:911:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_avg(); ^ void pulseaudioS.c:912:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_avg_mask(); ^ void pulseaudioS.c:913:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_channels_equal_to(); ^ void pulseaudioS.c:914:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_compatible(); ^ void pulseaudioS.c:915:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_compatible_with_channel_map(); ^ void pulseaudioS.c:916:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_dec(); ^ void pulseaudioS.c:917:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_equal(); ^ void pulseaudioS.c:918:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_get_balance(); ^ void pulseaudioS.c:919:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_get_fade(); ^ void pulseaudioS.c:920:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_get_lfe_balance(); ^ void pulseaudioS.c:921:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_get_position(); ^ void pulseaudioS.c:922:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_inc(); ^ void pulseaudioS.c:923:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_inc_clamp(); ^ void pulseaudioS.c:924:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_init(); ^ void pulseaudioS.c:925:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_max(); ^ void pulseaudioS.c:926:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_max_mask(); ^ void pulseaudioS.c:927:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_merge(); ^ void pulseaudioS.c:928:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_min(); ^ void pulseaudioS.c:929:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_min_mask(); ^ void pulseaudioS.c:930:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_remap(); ^ void pulseaudioS.c:931:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_scale(); ^ void pulseaudioS.c:932:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_scale_mask(); ^ void pulseaudioS.c:933:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_set(); ^ void pulseaudioS.c:934:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_set_balance(); ^ void pulseaudioS.c:935:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_set_fade(); ^ void pulseaudioS.c:936:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_set_lfe_balance(); ^ void pulseaudioS.c:937:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_set_position(); ^ void pulseaudioS.c:938:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_snprint(); ^ void pulseaudioS.c:939:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_snprint_verbose(); ^ void pulseaudioS.c:940:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_valid(); ^ void pulseaudioS.c:941:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_clear(); ^ void pulseaudioS.c:942:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_close(); ^ void pulseaudioS.c:943:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_first(); ^ void pulseaudioS.c:944:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_get(); ^ void pulseaudioS.c:945:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_next(); ^ void pulseaudioS.c:946:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_open(); ^ void pulseaudioS.c:947:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_set(); ^ void pulseaudioS.c:948:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_size(); ^ void pulseaudioS.c:949:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_sync(); ^ void pulseaudioS.c:950:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_unset(); ^ void pulseaudioS.c:951:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_datum_free(); ^ void pulseaudioS.c:952:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_deinterleave(); ^ void pulseaudioS.c:953:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_detect_fork(); ^ void pulseaudioS.c:954:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_init_description(); ^ void pulseaudioS.c:955:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_init_icon(); ^ void pulseaudioS.c:956:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_init_intended_roles(); ^ void pulseaudioS.c:957:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_init_priority(); ^ void pulseaudioS.c:958:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_check_type(); ^ void pulseaudioS.c:959:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_find_best(); ^ void pulseaudioS.c:960:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_get_sink(); ^ void pulseaudioS.c:961:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_get_source(); ^ void pulseaudioS.c:962:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new(); ^ void pulseaudioS.c:963:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_done(); ^ void pulseaudioS.c:964:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_init(); ^ void pulseaudioS.c:965:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_set_availability_group(); ^ void pulseaudioS.c:966:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_set_available(); ^ void pulseaudioS.c:967:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_set_description(); ^ void pulseaudioS.c:968:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_set_direction(); ^ void pulseaudioS.c:969:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_set_name(); ^ void pulseaudioS.c:970:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_set_type(); ^ void pulseaudioS.c:971:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_set_available(); ^ void pulseaudioS.c:972:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_set_latency_offset(); ^ void pulseaudioS.c:973:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_set_preferred_profile(); ^ void pulseaudioS.c:975:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_direction_to_string(); ^ void pulseaudioS.c:976:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_direction_valid(); ^ void pulseaudioS.c:977:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_disable_sigpipe(); ^ void pulseaudioS.c:978:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_append(); ^ void pulseaudioS.c:979:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_free(); ^ void pulseaudioS.c:980:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_get(); ^ void pulseaudioS.c:981:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_insert_by_index(); ^ void pulseaudioS.c:982:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_last(); ^ void pulseaudioS.c:983:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_new(); ^ void pulseaudioS.c:984:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_remove_by_data(); ^ void pulseaudioS.c:985:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_remove_by_index(); ^ void pulseaudioS.c:986:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_size(); ^ void pulseaudioS.c:987:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_steal_last(); ^ void pulseaudioS.c:988:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_echo_canceller_blocksize_power2(); ^ void pulseaudioS.c:989:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_echo_canceller_get_capture_volume(); ^ void pulseaudioS.c:990:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_echo_canceller_set_capture_volume(); ^ void pulseaudioS.c:991:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_encoding_from_string(); ^ void pulseaudioS.c:992:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_encoding_to_string(); ^ void pulseaudioS.c:993:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_endswith(); ^ void pulseaudioS.c:994:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_escape(); ^ void pulseaudioS.c:995:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_options_new(); ^ void pulseaudioS.c:996:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_options_parse(); ^ void pulseaudioS.c:997:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_options_ref(); ^ void pulseaudioS.c:998:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_options_unref(); ^ void pulseaudioS.c:999:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_protocol_connect(); ^ void pulseaudioS.c:1000:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_protocol_disconnect(); ^ void pulseaudioS.c:1001:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_protocol_get(); ^ void pulseaudioS.c:1002:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_protocol_ref(); ^ void pulseaudioS.c:1003:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_protocol_unref(); ^ void pulseaudioS.c:1004:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_command(); ^ void pulseaudioS.c:1005:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_delete(); ^ void pulseaudioS.c:1006:69: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_enable_role_device_priority_routing(); ^ void pulseaudioS.c:1007:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_read(); ^ void pulseaudioS.c:1008:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_reorder_devices_for_role(); ^ void pulseaudioS.c:1009:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_set_device_description(); ^ void pulseaudioS.c:1010:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_set_subscribe_cb(); ^ void pulseaudioS.c:1011:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_subscribe(); ^ void pulseaudioS.c:1012:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_test(); ^ void pulseaudioS.c:1013:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_command(); ^ void pulseaudioS.c:1014:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_read_formats(); ^ void pulseaudioS.c:1015:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_read_formats_all(); ^ void pulseaudioS.c:1016:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_save_formats(); ^ void pulseaudioS.c:1017:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_set_subscribe_cb(); ^ void pulseaudioS.c:1018:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_subscribe(); ^ void pulseaudioS.c:1019:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_test(); ^ void pulseaudioS.c:1020:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_command(); ^ void pulseaudioS.c:1021:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_delete(); ^ void pulseaudioS.c:1022:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_read(); ^ void pulseaudioS.c:1023:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_set_subscribe_cb(); ^ void pulseaudioS.c:1024:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_subscribe(); ^ void pulseaudioS.c:1025:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_test(); ^ void pulseaudioS.c:1026:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_write(); ^ void pulseaudioS.c:1027:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_after_poll(); ^ void pulseaudioS.c:1028:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_before_poll(); ^ void pulseaudioS.c:1029:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_free(); ^ void pulseaudioS.c:1030:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_get(); ^ void pulseaudioS.c:1031:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_new(); ^ void pulseaudioS.c:1032:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_new_shm(); ^ void pulseaudioS.c:1033:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_open_shm(); ^ void pulseaudioS.c:1034:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_post(); ^ void pulseaudioS.c:1035:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_try(); ^ void pulseaudioS.c:1036:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_wait(); ^ void pulseaudioS.c:1037:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_find_config_file(); ^ void pulseaudioS.c:1038:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_flist_free(); ^ void pulseaudioS.c:1039:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_flist_new(); ^ void pulseaudioS.c:1040:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_flist_new_with_name(); ^ void pulseaudioS.c:1041:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_flist_pop(); ^ void pulseaudioS.c:1042:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_flist_push(); ^ void pulseaudioS.c:1043:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fopen_cloexec(); ^ void pulseaudioS.c:1044:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_copy(); ^ void pulseaudioS.c:1045:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_free(); ^ void pulseaudioS.c:1046:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_free_string_array(); ^ void pulseaudioS.c:1047:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_from_sample_spec(); ^ void pulseaudioS.c:1048:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_from_sample_spec2(); ^ void pulseaudioS.c:1049:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_from_string(); ^ void pulseaudioS.c:1050:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_channel_map(); ^ void pulseaudioS.c:1051:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_channels(); ^ void pulseaudioS.c:1052:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_int(); ^ void pulseaudioS.c:1053:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_int_array(); ^ void pulseaudioS.c:1054:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_int_range(); ^ void pulseaudioS.c:1055:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_string(); ^ void pulseaudioS.c:1056:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_string_array(); ^ void pulseaudioS.c:1057:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_type(); ^ void pulseaudioS.c:1058:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_rate(); ^ void pulseaudioS.c:1059:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_sample_format(); ^ void pulseaudioS.c:1060:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_is_compatible(); ^ void pulseaudioS.c:1061:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_is_pcm(); ^ void pulseaudioS.c:1062:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_new(); ^ void pulseaudioS.c:1063:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_channel_map(); ^ void pulseaudioS.c:1064:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_channels(); ^ void pulseaudioS.c:1065:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_prop_int(); ^ void pulseaudioS.c:1066:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_prop_int_array(); ^ void pulseaudioS.c:1067:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_prop_int_range(); ^ void pulseaudioS.c:1068:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_prop_string(); ^ void pulseaudioS.c:1069:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_prop_string_array(); ^ void pulseaudioS.c:1070:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_rate(); ^ void pulseaudioS.c:1071:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_sample_format(); ^ void pulseaudioS.c:1072:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_snprint(); ^ void pulseaudioS.c:1073:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_to_sample_spec(); ^ void pulseaudioS.c:1074:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_to_sample_spec2(); ^ void pulseaudioS.c:1075:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_to_sample_spec_fake(); ^ void pulseaudioS.c:1076:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_valid(); ^ void pulseaudioS.c:1077:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_frame_align(); ^ void pulseaudioS.c:1078:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_frame_aligned(); ^ void pulseaudioS.c:1079:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_frame_size(); ^ void pulseaudioS.c:1080:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_full_status_string(); ^ void pulseaudioS.c:1081:18: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_gcd(); ^ void pulseaudioS.c:1082:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_binary_name(); ^ void pulseaudioS.c:1083:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_binary_name_malloc(); ^ void pulseaudioS.c:1084:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_config_home_dir(); ^ void pulseaudioS.c:1085:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_convert_from_float32ne_function(); ^ void pulseaudioS.c:1086:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_convert_from_s16ne_function(); ^ void pulseaudioS.c:1087:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_convert_to_float32ne_function(); ^ void pulseaudioS.c:1088:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_convert_to_s16ne_function(); ^ void pulseaudioS.c:1089:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_fqdn(); ^ void pulseaudioS.c:1090:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_gid_of_group(); ^ void pulseaudioS.c:1091:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_home_dir(); ^ void pulseaudioS.c:1092:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_home_dir_malloc(); ^ void pulseaudioS.c:1093:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_host_name(); ^ void pulseaudioS.c:1094:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_host_name_malloc(); ^ void pulseaudioS.c:1095:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_init_remap_func(); ^ void pulseaudioS.c:1096:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_library_version(); ^ void pulseaudioS.c:1097:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_mix_func(); ^ void pulseaudioS.c:1098:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_runtime_dir(); ^ void pulseaudioS.c:1099:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_state_dir(); ^ void pulseaudioS.c:1100:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_temp_dir(); ^ void pulseaudioS.c:1101:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_user_name(); ^ void pulseaudioS.c:1102:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_user_name_malloc(); ^ void pulseaudioS.c:1103:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_volume_func(); ^ void pulseaudioS.c:1104:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getcwd(); ^ void pulseaudioS.c:1105:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getgrgid_free(); ^ void pulseaudioS.c:1106:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getgrgid_malloc(); ^ void pulseaudioS.c:1107:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getgrnam_free(); ^ void pulseaudioS.c:1108:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getgrnam_malloc(); ^ void pulseaudioS.c:1109:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getpwnam_free(); ^ void pulseaudioS.c:1110:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getpwnam_malloc(); ^ void pulseaudioS.c:1111:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getpwuid_free(); ^ void pulseaudioS.c:1112:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getpwuid_malloc(); ^ void pulseaudioS.c:1113:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_gettimeofday(); ^ void pulseaudioS.c:1114:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_first(); ^ void pulseaudioS.c:1115:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_free(); ^ void pulseaudioS.c:1116:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_get(); ^ void pulseaudioS.c:1117:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_isempty(); ^ void pulseaudioS.c:1118:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_iterate(); ^ void pulseaudioS.c:1119:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_iterate_backwards(); ^ void pulseaudioS.c:1120:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_last(); ^ void pulseaudioS.c:1121:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_new(); ^ void pulseaudioS.c:1122:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_new_full(); ^ void pulseaudioS.c:1123:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_put(); ^ void pulseaudioS.c:1124:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_remove(); ^ void pulseaudioS.c:1125:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_remove_all(); ^ void pulseaudioS.c:1126:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_remove_and_free(); ^ void pulseaudioS.c:1127:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_size(); ^ void pulseaudioS.c:1128:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_steal_first(); ^ void pulseaudioS.c:1129:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_contains(); ^ void pulseaudioS.c:1130:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_free(); ^ void pulseaudioS.c:1131:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_gets(); ^ void pulseaudioS.c:1132:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_iterate(); ^ void pulseaudioS.c:1133:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_new(); ^ void pulseaudioS.c:1134:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_puts(); ^ void pulseaudioS.c:1135:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_putsappend(); ^ void pulseaudioS.c:1136:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_remove(); ^ void pulseaudioS.c:1137:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_to_string(); ^ void pulseaudioS.c:1138:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hexstr(); ^ void pulseaudioS.c:1139:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_connect(); ^ void pulseaudioS.c:1140:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_done(); ^ void pulseaudioS.c:1141:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_fire(); ^ void pulseaudioS.c:1142:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_init(); ^ void pulseaudioS.c:1143:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_is_firing(); ^ void pulseaudioS.c:1144:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_slot_free(); ^ void pulseaudioS.c:1145:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_add_server_string(); ^ void pulseaudioS.c:1146:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_connect(); ^ void pulseaudioS.c:1147:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_disconnect(); ^ void pulseaudioS.c:1148:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_get(); ^ void pulseaudioS.c:1149:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_ref(); ^ void pulseaudioS.c:1150:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_remove_server_string(); ^ void pulseaudioS.c:1151:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_servers(); ^ void pulseaudioS.c:1152:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_unref(); ^ void pulseaudioS.c:1153:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_copy(); ^ void pulseaudioS.c:1154:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_first(); ^ void pulseaudioS.c:1155:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_free(); ^ void pulseaudioS.c:1156:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_get_by_data(); ^ void pulseaudioS.c:1157:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_get_by_index(); ^ void pulseaudioS.c:1158:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_isempty(); ^ void pulseaudioS.c:1159:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_iterate(); ^ void pulseaudioS.c:1160:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_new(); ^ void pulseaudioS.c:1161:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_next(); ^ void pulseaudioS.c:1162:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_put(); ^ void pulseaudioS.c:1163:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_remove_all(); ^ void pulseaudioS.c:1164:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_remove_by_data(); ^ void pulseaudioS.c:1165:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_remove_by_index(); ^ void pulseaudioS.c:1166:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_rrobin(); ^ void pulseaudioS.c:1167:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_size(); ^ void pulseaudioS.c:1168:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_steal_first(); ^ void pulseaudioS.c:1169:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_string_compare_func(); ^ void pulseaudioS.c:1170:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_string_hash_func(); ^ void pulseaudioS.c:1171:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_trivial_compare_func(); ^ void pulseaudioS.c:1172:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_trivial_hash_func(); ^ void pulseaudioS.c:1173:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_in_system_mode(); ^ void pulseaudioS.c:1174:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_init_i18n(); ^ void pulseaudioS.c:1175:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_init_proplist(); ^ void pulseaudioS.c:1176:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_init_remap_func(); ^ void pulseaudioS.c:1177:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_interleave(); ^ void pulseaudioS.c:1178:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_creds_enable(); ^ void pulseaudioS.c:1179:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_creds_supported(); ^ void pulseaudioS.c:1180:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_free(); ^ void pulseaudioS.c:1181:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_get_mainloop_api(); ^ void pulseaudioS.c:1182:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_get_recv_fd(); ^ void pulseaudioS.c:1183:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_get_send_fd(); ^ void pulseaudioS.c:1184:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_is_hungup(); ^ void pulseaudioS.c:1185:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_is_readable(); ^ void pulseaudioS.c:1186:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_is_writable(); ^ void pulseaudioS.c:1187:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_new(); ^ void pulseaudioS.c:1188:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_read(); ^ void pulseaudioS.c:1189:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_read_with_ancil_data(); ^ void pulseaudioS.c:1190:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_set_callback(); ^ void pulseaudioS.c:1191:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_set_noclose(); ^ void pulseaudioS.c:1192:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_socket_is_local(); ^ void pulseaudioS.c:1193:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_socket_peer_to_string(); ^ void pulseaudioS.c:1194:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_socket_set_rcvbuf(); ^ void pulseaudioS.c:1195:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_socket_set_sndbuf(); ^ void pulseaudioS.c:1196:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_write(); ^ void pulseaudioS.c:1197:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_write_with_creds(); ^ void pulseaudioS.c:1198:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_write_with_fds(); ^ void pulseaudioS.c:1199:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_close(); ^ void pulseaudioS.c:1200:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_defer_close(); ^ void pulseaudioS.c:1201:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_detach_iochannel(); ^ void pulseaudioS.c:1202:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_is_drained(); ^ void pulseaudioS.c:1203:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_new(); ^ void pulseaudioS.c:1204:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_printf(); ^ void pulseaudioS.c:1205:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_puts(); ^ void pulseaudioS.c:1206:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_ref(); ^ void pulseaudioS.c:1207:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_set_callback(); ^ void pulseaudioS.c:1208:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_set_drain_callback(); ^ void pulseaudioS.c:1209:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_unref(); ^ void pulseaudioS.c:1210:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ip_acl_check(); ^ void pulseaudioS.c:1211:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ip_acl_free(); ^ void pulseaudioS.c:1212:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ip_acl_new(); ^ void pulseaudioS.c:1213:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_is_fd_nonblock(); ^ void pulseaudioS.c:1214:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_is_ip6_address(); ^ void pulseaudioS.c:1215:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_is_ip_address(); ^ void pulseaudioS.c:1216:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_is_path_absolute(); ^ void pulseaudioS.c:1217:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_is_regex_valid(); ^ void pulseaudioS.c:1218:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_equal(); ^ void pulseaudioS.c:1219:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_free(); ^ void pulseaudioS.c:1220:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_array_length(); ^ void pulseaudioS.c:1221:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_array_member(); ^ void pulseaudioS.c:1222:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_bool(); ^ void pulseaudioS.c:1223:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_double(); ^ void pulseaudioS.c:1224:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_int(); ^ void pulseaudioS.c:1225:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_object_member(); ^ void pulseaudioS.c:1226:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_string(); ^ void pulseaudioS.c:1227:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_type(); ^ void pulseaudioS.c:1228:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_parse(); ^ void pulseaudioS.c:1229:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_free(); ^ void pulseaudioS.c:1230:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_new(); ^ void pulseaudioS.c:1231:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_process(); ^ void pulseaudioS.c:1232:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_reset(); ^ void pulseaudioS.c:1233:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_rewind(); ^ void pulseaudioS.c:1234:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_update_rate(); ^ void pulseaudioS.c:1235:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_load_sym(); ^ void pulseaudioS.c:1236:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_locale_to_utf8(); ^ void pulseaudioS.c:1237:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lock_fd(); ^ void pulseaudioS.c:1238:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lock_lockfile(); ^ void pulseaudioS.c:1239:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_level(); ^ void pulseaudioS.c:1240:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_level_meta(); ^ void pulseaudioS.c:1241:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_levelv(); ^ void pulseaudioS.c:1242:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_levelv_meta(); ^ void pulseaudioS.c:1243:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_parse_target(); ^ void pulseaudioS.c:1244:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_ratelimit(); ^ void pulseaudioS.c:1245:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_flags(); ^ void pulseaudioS.c:1246:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_ident(); ^ void pulseaudioS.c:1247:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_level(); ^ void pulseaudioS.c:1248:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_show_backtrace(); ^ void pulseaudioS.c:1249:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_skip_backtrace(); ^ void pulseaudioS.c:1250:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_target(); ^ void pulseaudioS.c:1251:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_target_free(); ^ void pulseaudioS.c:1252:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_target_new(); ^ void pulseaudioS.c:1253:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_target_to_string(); ^ void pulseaudioS.c:1254:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_loop_read(); ^ void pulseaudioS.c:1255:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_loop_write(); ^ void pulseaudioS.c:1256:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_machine_id(); ^ void pulseaudioS.c:1257:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_api_once(); ^ void pulseaudioS.c:1258:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_dispatch(); ^ void pulseaudioS.c:1259:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_free(); ^ void pulseaudioS.c:1260:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_get_api(); ^ void pulseaudioS.c:1261:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_get_retval(); ^ void pulseaudioS.c:1262:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_is_our_api(); ^ void pulseaudioS.c:1263:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_iterate(); ^ void pulseaudioS.c:1264:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_new(); ^ void pulseaudioS.c:1265:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_poll(); ^ void pulseaudioS.c:1266:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_prepare(); ^ void pulseaudioS.c:1267:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_quit(); ^ void pulseaudioS.c:1268:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_run(); ^ void pulseaudioS.c:1269:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_set_poll_func(); ^ void pulseaudioS.c:1270:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_wakeup(); ^ void pulseaudioS.c:1271:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_fd_block(); ^ void pulseaudioS.c:1272:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_fd_cloexec(); ^ void pulseaudioS.c:1273:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_fd_nonblock(); ^ void pulseaudioS.c:1274:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_path_absolute(); ^ void pulseaudioS.c:1275:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_secure_dir(); ^ void pulseaudioS.c:1276:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_secure_parent_dir(); ^ void pulseaudioS.c:1277:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_socket_low_delay(); ^ void pulseaudioS.c:1278:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_tcp_socket_low_delay(); ^ void pulseaudioS.c:1279:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_udp_socket_low_delay(); ^ void pulseaudioS.c:1280:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_match(); ^ void pulseaudioS.c:1281:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_maybe_prefix_path(); ^ void pulseaudioS.c:1282:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_csize(); ^ void pulseaudioS.c:1283:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_flush(); ^ void pulseaudioS.c:1284:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_free(); ^ void pulseaudioS.c:1285:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_new(); ^ void pulseaudioS.c:1286:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_pop(); ^ void pulseaudioS.c:1287:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_push(); ^ void pulseaudioS.c:1288:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_acquire(); ^ void pulseaudioS.c:1289:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_acquire_chunk(); ^ void pulseaudioS.c:1290:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_get_length(); ^ void pulseaudioS.c:1291:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_get_pool(); ^ void pulseaudioS.c:1292:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_is_ours(); ^ void pulseaudioS.c:1293:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_is_read_only(); ^ void pulseaudioS.c:1294:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_is_silence(); ^ void pulseaudioS.c:1295:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_new(); ^ void pulseaudioS.c:1296:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_new_fixed(); ^ void pulseaudioS.c:1297:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_new_pool(); ^ void pulseaudioS.c:1298:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_new_user(); ^ void pulseaudioS.c:1299:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_ref(); ^ void pulseaudioS.c:1300:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_ref_is_one(); ^ void pulseaudioS.c:1301:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_release(); ^ void pulseaudioS.c:1302:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_set_is_silence(); ^ void pulseaudioS.c:1303:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_unref(); ^ void pulseaudioS.c:1304:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_unref_fixed(); ^ void pulseaudioS.c:1305:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_will_need(); ^ void pulseaudioS.c:1306:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_apply_attr(); ^ void pulseaudioS.c:1307:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_drop(); ^ void pulseaudioS.c:1308:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_flush_read(); ^ void pulseaudioS.c:1309:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_flush_write(); ^ void pulseaudioS.c:1310:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_free(); ^ void pulseaudioS.c:1311:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_attr(); ^ void pulseaudioS.c:1312:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_base(); ^ void pulseaudioS.c:1313:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_length(); ^ void pulseaudioS.c:1314:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_maxlength(); ^ void pulseaudioS.c:1315:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_maxrewind(); ^ void pulseaudioS.c:1316:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_minreq(); ^ void pulseaudioS.c:1317:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_nblocks(); ^ void pulseaudioS.c:1318:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_prebuf(); ^ void pulseaudioS.c:1319:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_read_index(); ^ void pulseaudioS.c:1320:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_tlength(); ^ void pulseaudioS.c:1321:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_write_index(); ^ void pulseaudioS.c:1322:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_is_empty(); ^ void pulseaudioS.c:1323:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_is_readable(); ^ void pulseaudioS.c:1324:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_new(); ^ void pulseaudioS.c:1325:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_peek(); ^ void pulseaudioS.c:1326:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_peek_fixed_size(); ^ void pulseaudioS.c:1327:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_pop_missing(); ^ void pulseaudioS.c:1328:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_prebuf_active(); ^ void pulseaudioS.c:1329:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_prebuf_disable(); ^ void pulseaudioS.c:1330:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_prebuf_force(); ^ void pulseaudioS.c:1331:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_push(); ^ void pulseaudioS.c:1332:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_push_align(); ^ void pulseaudioS.c:1333:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_rewind(); ^ void pulseaudioS.c:1334:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_seek(); ^ void pulseaudioS.c:1335:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_maxlength(); ^ void pulseaudioS.c:1336:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_maxrewind(); ^ void pulseaudioS.c:1337:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_minreq(); ^ void pulseaudioS.c:1338:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_prebuf(); ^ void pulseaudioS.c:1339:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_silence(); ^ void pulseaudioS.c:1340:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_tlength(); ^ void pulseaudioS.c:1341:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_silence(); ^ void pulseaudioS.c:1342:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_sink_input_new(); ^ void pulseaudioS.c:1343:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_sink_input_set_queue(); ^ void pulseaudioS.c:1344:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_splice(); ^ void pulseaudioS.c:1345:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_willneed(); ^ void pulseaudioS.c:1346:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_dump_to_file(); ^ void pulseaudioS.c:1347:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_isset(); ^ void pulseaudioS.c:1348:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_make_writable(); ^ void pulseaudioS.c:1349:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_memcpy(); ^ void pulseaudioS.c:1350:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_reset(); ^ void pulseaudioS.c:1351:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_sine(); ^ void pulseaudioS.c:1352:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_will_need(); ^ void pulseaudioS.c:1353:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memexport_free(); ^ void pulseaudioS.c:1354:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memexport_new(); ^ void pulseaudioS.c:1355:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memexport_process_release(); ^ void pulseaudioS.c:1356:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memexport_put(); ^ void pulseaudioS.c:1357:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memimport_attach_memfd(); ^ void pulseaudioS.c:1358:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memimport_free(); ^ void pulseaudioS.c:1359:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memimport_get(); ^ void pulseaudioS.c:1360:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memimport_new(); ^ void pulseaudioS.c:1361:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memimport_process_revoke(); ^ void pulseaudioS.c:1362:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_block_size_max(); ^ void pulseaudioS.c:1363:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_get_memfd_fd(); ^ void pulseaudioS.c:1364:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_get_shm_id(); ^ void pulseaudioS.c:1365:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_get_stat(); ^ void pulseaudioS.c:1366:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_is_global(); ^ void pulseaudioS.c:1367:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_is_memfd_backed(); ^ void pulseaudioS.c:1368:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_is_per_client(); ^ void pulseaudioS.c:1369:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_is_remote_writable(); ^ void pulseaudioS.c:1370:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_is_shared(); ^ void pulseaudioS.c:1371:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_new(); ^ void pulseaudioS.c:1372:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_ref(); ^ void pulseaudioS.c:1373:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_set_is_remote_writable(); ^ void pulseaudioS.c:1374:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_take_memfd_fd(); ^ void pulseaudioS.c:1375:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_unref(); ^ void pulseaudioS.c:1376:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_vacuum(); ^ void pulseaudioS.c:1377:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memtrap_add(); ^ void pulseaudioS.c:1378:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memtrap_install(); ^ void pulseaudioS.c:1379:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memtrap_is_good(); ^ void pulseaudioS.c:1380:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memtrap_remove(); ^ void pulseaudioS.c:1381:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memtrap_update(); ^ void pulseaudioS.c:1382:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_message_handler_register(); ^ void pulseaudioS.c:1383:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_message_handler_send_message(); ^ void pulseaudioS.c:1384:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_message_handler_set_description(); ^ void pulseaudioS.c:1385:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_message_handler_unregister(); ^ void pulseaudioS.c:1386:18: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mix(); ^ void pulseaudioS.c:1387:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mix_func_init(); ^ void pulseaudioS.c:1388:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_append(); ^ void pulseaudioS.c:1389:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_free(); ^ void pulseaudioS.c:1390:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_alternate_sample_rate(); ^ void pulseaudioS.c:1391:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_channel_map(); ^ void pulseaudioS.c:1392:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_proplist(); ^ void pulseaudioS.c:1393:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_resample_method(); ^ void pulseaudioS.c:1394:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_sample_rate(); ^ void pulseaudioS.c:1395:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_sample_spec(); ^ void pulseaudioS.c:1396:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_sample_spec_and_channel_map(); ^ void pulseaudioS.c:1397:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value(); ^ void pulseaudioS.c:1398:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value_boolean(); ^ void pulseaudioS.c:1399:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value_double(); ^ void pulseaudioS.c:1400:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value_s32(); ^ void pulseaudioS.c:1401:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value_u32(); ^ void pulseaudioS.c:1402:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value_volume(); ^ void pulseaudioS.c:1403:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_iterate(); ^ void pulseaudioS.c:1404:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_new(); ^ void pulseaudioS.c:1405:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modinfo_free(); ^ void pulseaudioS.c:1406:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modinfo_get_by_handle(); ^ void pulseaudioS.c:1407:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modinfo_get_by_name(); ^ void pulseaudioS.c:1408:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_exists(); ^ void pulseaudioS.c:1409:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_get_n_used(); ^ void pulseaudioS.c:1410:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_hook_connect(); ^ void pulseaudioS.c:1411:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_list_to_string(); ^ void pulseaudioS.c:1412:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_load(); ^ void pulseaudioS.c:1413:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_unload(); ^ void pulseaudioS.c:1414:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_unload_all(); ^ void pulseaudioS.c:1415:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_unload_by_index(); ^ void pulseaudioS.c:1416:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_unload_request(); ^ void pulseaudioS.c:1417:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_unload_request_by_index(); ^ void pulseaudioS.c:1418:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_update_proplist(); ^ void pulseaudioS.c:1419:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_msgobject_check_type(); ^ void pulseaudioS.c:1420:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_msgobject_new_internal(); ^ void pulseaudioS.c:1422:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_msleep(); ^ void pulseaudioS.c:1423:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mutex_free(); ^ void pulseaudioS.c:1424:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mutex_lock(); ^ void pulseaudioS.c:1425:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mutex_new(); ^ void pulseaudioS.c:1426:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mutex_try_lock(); ^ void pulseaudioS.c:1427:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mutex_unlock(); ^ void pulseaudioS.c:1428:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_get(); ^ void pulseaudioS.c:1429:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_is_valid_name(); ^ void pulseaudioS.c:1430:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_is_valid_name_or_wildcard(); ^ void pulseaudioS.c:1431:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_make_valid_name(); ^ void pulseaudioS.c:1432:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_register(); ^ void pulseaudioS.c:1433:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_unregister(); ^ void pulseaudioS.c:1434:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_connection_get_client(); ^ void pulseaudioS.c:1435:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_connection_get_pstream(); ^ void pulseaudioS.c:1436:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_options_new(); ^ void pulseaudioS.c:1437:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_options_parse(); ^ void pulseaudioS.c:1438:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_options_ref(); ^ void pulseaudioS.c:1439:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_options_unref(); ^ void pulseaudioS.c:1440:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_add_server_string(); ^ void pulseaudioS.c:1441:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_connect(); ^ void pulseaudioS.c:1442:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_disconnect(); ^ void pulseaudioS.c:1443:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_get(); ^ void pulseaudioS.c:1444:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_hooks(); ^ void pulseaudioS.c:1445:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_install_ext(); ^ void pulseaudioS.c:1446:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_ref(); ^ void pulseaudioS.c:1447:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_remove_ext(); ^ void pulseaudioS.c:1448:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_remove_server_string(); ^ void pulseaudioS.c:1449:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_servers(); ^ void pulseaudioS.c:1450:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_unref(); ^ void pulseaudioS.c:1451:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ncpus(); ^ void pulseaudioS.c:1452:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_null_ec_done(); ^ void pulseaudioS.c:1453:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_null_ec_init(); ^ void pulseaudioS.c:1454:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_null_ec_run(); ^ void pulseaudioS.c:1455:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_nullify_stdfds(); ^ void pulseaudioS.c:1456:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_object_check_type(); ^ void pulseaudioS.c:1457:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_object_new_internal(); ^ void pulseaudioS.c:1458:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_object_ref(); ^ void pulseaudioS.c:1460:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_object_unref(); ^ void pulseaudioS.c:1461:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_once_begin(); ^ void pulseaudioS.c:1462:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_once_end(); ^ void pulseaudioS.c:1463:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_open_cloexec(); ^ void pulseaudioS.c:1464:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_open_config_file(); ^ void pulseaudioS.c:1465:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_cancel(); ^ void pulseaudioS.c:1466:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_done(); ^ void pulseaudioS.c:1467:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_get_state(); ^ void pulseaudioS.c:1468:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_new(); ^ void pulseaudioS.c:1469:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_ref(); ^ void pulseaudioS.c:1470:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_set_state_callback(); ^ void pulseaudioS.c:1471:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_unref(); ^ void pulseaudioS.c:1472:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_auto_format(); ^ void pulseaudioS.c:1473:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_get_hw_description(); ^ void pulseaudioS.c:1474:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_get_volume(); ^ void pulseaudioS.c:1475:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_open(); ^ void pulseaudioS.c:1476:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_open_mixer_for_device(); ^ void pulseaudioS.c:1477:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_set_fragments(); ^ void pulseaudioS.c:1478:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_set_volume(); ^ void pulseaudioS.c:1479:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_own_uid_in_group(); ^ void pulseaudioS.c:1480:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_data(); ^ void pulseaudioS.c:1481:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_new(); ^ void pulseaudioS.c:1482:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_new_data(); ^ void pulseaudioS.c:1483:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_new_dynamic(); ^ void pulseaudioS.c:1484:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_ref(); ^ void pulseaudioS.c:1485:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_unref(); ^ void pulseaudioS.c:1486:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_page_size(); ^ void pulseaudioS.c:1487:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parent_dir(); ^ void pulseaudioS.c:1488:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parse_address(); ^ void pulseaudioS.c:1489:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parse_boolean(); ^ void pulseaudioS.c:1490:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parse_resample_method(); ^ void pulseaudioS.c:1491:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parse_sample_format(); ^ void pulseaudioS.c:1492:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parse_volume(); ^ void pulseaudioS.c:1493:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parsehex(); ^ void pulseaudioS.c:1494:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_path_get_filename(); ^ void pulseaudioS.c:1495:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_creds(); ^ void pulseaudioS.c:1496:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_is_pending(); ^ void pulseaudioS.c:1497:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_new(); ^ void pulseaudioS.c:1498:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_ref(); ^ void pulseaudioS.c:1499:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_register_reply(); ^ void pulseaudioS.c:1500:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_run(); ^ void pulseaudioS.c:1501:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_set_drain_callback(); ^ void pulseaudioS.c:1502:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_take_ancil_data(); ^ void pulseaudioS.c:1503:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_unref(); ^ void pulseaudioS.c:1504:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_unregister_reply(); ^ void pulseaudioS.c:1505:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pid_file_check_running(); ^ void pulseaudioS.c:1506:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pid_file_create(); ^ void pulseaudioS.c:1507:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pid_file_kill(); ^ void pulseaudioS.c:1508:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pid_file_remove(); ^ void pulseaudioS.c:1509:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pipe_buf(); ^ void pulseaudioS.c:1510:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pipe_cloexec(); ^ void pulseaudioS.c:1511:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_play_file(); ^ void pulseaudioS.c:1512:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_play_memblockq(); ^ void pulseaudioS.c:1513:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_play_memchunk(); ^ void pulseaudioS.c:1514:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_clear(); ^ void pulseaudioS.c:1515:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_contains(); ^ void pulseaudioS.c:1516:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_copy(); ^ void pulseaudioS.c:1517:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_equal(); ^ void pulseaudioS.c:1518:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_free(); ^ void pulseaudioS.c:1519:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_from_string(); ^ void pulseaudioS.c:1520:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_get(); ^ void pulseaudioS.c:1521:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_get_stream_group(); ^ void pulseaudioS.c:1522:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_gets(); ^ void pulseaudioS.c:1523:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_isempty(); ^ void pulseaudioS.c:1524:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_iterate(); ^ void pulseaudioS.c:1525:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_key_valid(); ^ void pulseaudioS.c:1526:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_new(); ^ void pulseaudioS.c:1527:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_set(); ^ void pulseaudioS.c:1528:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_setf(); ^ void pulseaudioS.c:1529:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_setp(); ^ void pulseaudioS.c:1530:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_sets(); ^ void pulseaudioS.c:1531:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_size(); ^ void pulseaudioS.c:1532:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_to_string(); ^ void pulseaudioS.c:1533:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_to_string_sep(); ^ void pulseaudioS.c:1534:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_unset(); ^ void pulseaudioS.c:1535:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_unset_many(); ^ void pulseaudioS.c:1536:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_update(); ^ void pulseaudioS.c:1537:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_attach_memfd_shmid(); ^ void pulseaudioS.c:1538:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_enable_memfd(); ^ void pulseaudioS.c:1539:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_enable_shm(); ^ void pulseaudioS.c:1540:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_get_memfd(); ^ void pulseaudioS.c:1541:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_get_shm(); ^ void pulseaudioS.c:1542:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_is_pending(); ^ void pulseaudioS.c:1543:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_new(); ^ void pulseaudioS.c:1544:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_ref(); ^ void pulseaudioS.c:1545:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_register_memfd_mempool(); ^ void pulseaudioS.c:1546:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_error(); ^ void pulseaudioS.c:1547:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_memblock(); ^ void pulseaudioS.c:1548:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_packet(); ^ void pulseaudioS.c:1549:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_release(); ^ void pulseaudioS.c:1550:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_revoke(); ^ void pulseaudioS.c:1551:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_simple_ack(); ^ void pulseaudioS.c:1552:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_tagstruct_with_creds(); ^ void pulseaudioS.c:1553:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_tagstruct_with_fds(); ^ void pulseaudioS.c:1554:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_die_callback(); ^ void pulseaudioS.c:1555:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_drain_callback(); ^ void pulseaudioS.c:1556:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_receive_memblock_callback(); ^ void pulseaudioS.c:1557:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_receive_packet_callback(); ^ void pulseaudioS.c:1558:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_release_callback(); ^ void pulseaudioS.c:1559:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_revoke_callback(); ^ void pulseaudioS.c:1560:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_srbchannel(); ^ void pulseaudioS.c:1561:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_unlink(); ^ void pulseaudioS.c:1562:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_unref(); ^ void pulseaudioS.c:1563:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_queue_free(); ^ void pulseaudioS.c:1564:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_queue_isempty(); ^ void pulseaudioS.c:1565:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_queue_new(); ^ void pulseaudioS.c:1566:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_queue_pop(); ^ void pulseaudioS.c:1567:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_queue_push(); ^ void pulseaudioS.c:1568:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raise_priority(); ^ void pulseaudioS.c:1569:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_random(); ^ void pulseaudioS.c:1570:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_random_seed(); ^ void pulseaudioS.c:1571:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_aes_encrypt(); ^ void pulseaudioS.c:1572:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_base64_decode(); ^ void pulseaudioS.c:1573:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_base64_encode(); ^ void pulseaudioS.c:1574:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_basic_response(); ^ void pulseaudioS.c:1575:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_adjust_volume(); ^ void pulseaudioS.c:1576:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_announce(); ^ void pulseaudioS.c:1577:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_authenticate(); ^ void pulseaudioS.c:1578:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_can_stream(); ^ void pulseaudioS.c:1579:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_disconnect(); ^ void pulseaudioS.c:1580:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_flush(); ^ void pulseaudioS.c:1581:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_free(); ^ void pulseaudioS.c:1582:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_get_frames_per_block(); ^ void pulseaudioS.c:1583:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_handle_oob_packet(); ^ void pulseaudioS.c:1584:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_is_alive(); ^ void pulseaudioS.c:1585:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_is_authenticated(); ^ void pulseaudioS.c:1586:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_is_recording(); ^ void pulseaudioS.c:1587:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_is_timing_fd(); ^ void pulseaudioS.c:1588:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_new(); ^ void pulseaudioS.c:1589:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_register_pollfd(); ^ void pulseaudioS.c:1590:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_send_audio_packet(); ^ void pulseaudioS.c:1591:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_set_state_callback(); ^ void pulseaudioS.c:1592:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_set_volume(); ^ void pulseaudioS.c:1593:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_stream(); ^ void pulseaudioS.c:1594:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_teardown(); ^ void pulseaudioS.c:1595:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_digest_response(); ^ void pulseaudioS.c:1596:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_md5_hash(); ^ void pulseaudioS.c:1597:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_packet_buffer_free(); ^ void pulseaudioS.c:1598:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_packet_buffer_new(); ^ void pulseaudioS.c:1599:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_packet_buffer_prepare(); ^ void pulseaudioS.c:1600:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_packet_buffer_reset(); ^ void pulseaudioS.c:1601:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_packet_buffer_retrieve(); ^ void pulseaudioS.c:1602:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_secret_free(); ^ void pulseaudioS.c:1603:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_secret_get_iv(); ^ void pulseaudioS.c:1604:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_secret_get_key(); ^ void pulseaudioS.c:1605:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_secret_new(); ^ void pulseaudioS.c:1606:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_sink_free(); ^ void pulseaudioS.c:1607:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_sink_new(); ^ void pulseaudioS.c:1608:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ratelimit_test(); ^ void pulseaudioS.c:1609:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_read(); ^ void pulseaudioS.c:1610:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_read_line_from_file(); ^ void pulseaudioS.c:1611:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_readlink(); ^ void pulseaudioS.c:1612:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_realpath(); ^ void pulseaudioS.c:1613:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reduce(); ^ void pulseaudioS.c:1614:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_remap_func_init(); ^ void pulseaudioS.c:1615:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_remap_func_init_mmx(); ^ void pulseaudioS.c:1616:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_remap_func_init_sse(); ^ void pulseaudioS.c:1617:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_replace(); ^ void pulseaudioS.c:1618:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resample_method_supported(); ^ void pulseaudioS.c:1619:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resample_method_to_string(); ^ void pulseaudioS.c:1620:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_ffmpeg_init(); ^ void pulseaudioS.c:1621:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_free(); ^ void pulseaudioS.c:1622:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_get_method(); ^ void pulseaudioS.c:1623:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_input_channel_map(); ^ void pulseaudioS.c:1624:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_input_sample_spec(); ^ void pulseaudioS.c:1625:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_max_block_size(); ^ void pulseaudioS.c:1626:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_new(); ^ void pulseaudioS.c:1627:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_output_channel_map(); ^ void pulseaudioS.c:1628:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_output_sample_spec(); ^ void pulseaudioS.c:1629:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_peaks_init(); ^ void pulseaudioS.c:1630:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_request(); ^ void pulseaudioS.c:1631:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_reset(); ^ void pulseaudioS.c:1632:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_result(); ^ void pulseaudioS.c:1633:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_rewind(); ^ void pulseaudioS.c:1634:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_run(); ^ void pulseaudioS.c:1635:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_set_input_rate(); ^ void pulseaudioS.c:1636:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_set_output_rate(); ^ void pulseaudioS.c:1637:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_trivial_init(); ^ void pulseaudioS.c:1638:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_monitor_wrapper_busy(); ^ void pulseaudioS.c:1639:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_monitor_wrapper_get(); ^ void pulseaudioS.c:1640:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_monitor_wrapper_hook(); ^ void pulseaudioS.c:1641:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_monitor_wrapper_unref(); ^ void pulseaudioS.c:1642:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_wrapper_get(); ^ void pulseaudioS.c:1643:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_wrapper_hook(); ^ void pulseaudioS.c:1644:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_wrapper_set_application_device_name(); ^ void pulseaudioS.c:1645:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_wrapper_unref(); ^ void pulseaudioS.c:1646:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reset_personality(); ^ void pulseaudioS.c:1647:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reset_priority(); ^ void pulseaudioS.c:1648:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reset_sigs(); ^ void pulseaudioS.c:1649:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reset_sigsv(); ^ void pulseaudioS.c:1650:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_age(); ^ void pulseaudioS.c:1651:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_from_wallclock(); ^ void pulseaudioS.c:1652:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_get(); ^ void pulseaudioS.c:1653:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_hrtimer(); ^ void pulseaudioS.c:1654:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_hrtimer_enable(); ^ void pulseaudioS.c:1655:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_now(); ^ void pulseaudioS.c:1656:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_context_free(); ^ void pulseaudioS.c:1657:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_context_get_frame_size(); ^ void pulseaudioS.c:1658:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_context_get_rtpoll_item(); ^ void pulseaudioS.c:1659:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_context_new_recv(); ^ void pulseaudioS.c:1660:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_context_new_send(); ^ void pulseaudioS.c:1661:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_format_to_string(); ^ void pulseaudioS.c:1662:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_payload_from_sample_spec(); ^ void pulseaudioS.c:1663:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_recv(); ^ void pulseaudioS.c:1664:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_sample_spec_fixup(); ^ void pulseaudioS.c:1665:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_sample_spec_from_payload(); ^ void pulseaudioS.c:1666:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_sample_spec_valid(); ^ void pulseaudioS.c:1667:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_send(); ^ void pulseaudioS.c:1668:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_string_to_format(); ^ void pulseaudioS.c:1669:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_free(); ^ void pulseaudioS.c:1670:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_free(); ^ void pulseaudioS.c:1671:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_get_pollfd(); ^ void pulseaudioS.c:1672:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_get_work_userdata(); ^ void pulseaudioS.c:1673:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_new(); ^ void pulseaudioS.c:1674:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_new_asyncmsgq_read(); ^ void pulseaudioS.c:1675:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_new_asyncmsgq_write(); ^ void pulseaudioS.c:1676:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_new_fdsem(); ^ void pulseaudioS.c:1677:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_set_after_callback(); ^ void pulseaudioS.c:1678:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_set_before_callback(); ^ void pulseaudioS.c:1679:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_set_work_callback(); ^ void pulseaudioS.c:1680:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_new(); ^ void pulseaudioS.c:1681:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_run(); ^ void pulseaudioS.c:1682:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_set_timer_absolute(); ^ void pulseaudioS.c:1683:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_set_timer_disabled(); ^ void pulseaudioS.c:1684:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_set_timer_relative(); ^ void pulseaudioS.c:1685:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_timer_elapsed(); ^ void pulseaudioS.c:1686:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_add_header(); ^ void pulseaudioS.c:1687:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_announce(); ^ void pulseaudioS.c:1688:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_client_free(); ^ void pulseaudioS.c:1689:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_client_new(); ^ void pulseaudioS.c:1690:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_connect(); ^ void pulseaudioS.c:1691:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_disconnect(); ^ void pulseaudioS.c:1692:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_exec_ready(); ^ void pulseaudioS.c:1693:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_flush(); ^ void pulseaudioS.c:1694:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_get_header(); ^ void pulseaudioS.c:1695:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_has_header(); ^ void pulseaudioS.c:1696:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_localip(); ^ void pulseaudioS.c:1697:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_options(); ^ void pulseaudioS.c:1698:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_record(); ^ void pulseaudioS.c:1699:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_remove_header(); ^ void pulseaudioS.c:1700:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_serverport(); ^ void pulseaudioS.c:1701:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_set_callback(); ^ void pulseaudioS.c:1702:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_set_url(); ^ void pulseaudioS.c:1703:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_setparameter(); ^ void pulseaudioS.c:1704:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_setup(); ^ void pulseaudioS.c:1705:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_teardown(); ^ void pulseaudioS.c:1706:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_run_from_build_tree(); ^ void pulseaudioS.c:1707:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_run_once(); ^ void pulseaudioS.c:1708:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_running_in_vm(); ^ void pulseaudioS.c:1709:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_runtime_path(); ^ void pulseaudioS.c:1710:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_clamp(); ^ void pulseaudioS.c:1711:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_format_is_be(); ^ void pulseaudioS.c:1712:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_format_is_le(); ^ void pulseaudioS.c:1713:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_format_to_string(); ^ void pulseaudioS.c:1714:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_format_valid(); ^ void pulseaudioS.c:1715:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_rate_valid(); ^ void pulseaudioS.c:1716:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_size(); ^ void pulseaudioS.c:1717:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_size_of_format(); ^ void pulseaudioS.c:1718:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_equal(); ^ void pulseaudioS.c:1719:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_init(); ^ void pulseaudioS.c:1720:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_is_mime(); ^ void pulseaudioS.c:1721:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_mimefy(); ^ void pulseaudioS.c:1722:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_snprint(); ^ void pulseaudioS.c:1723:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_to_mime_type(); ^ void pulseaudioS.c:1724:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_to_mime_type_mimefy(); ^ void pulseaudioS.c:1725:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_valid(); ^ void pulseaudioS.c:1726:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sap_context_destroy(); ^ void pulseaudioS.c:1727:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sap_context_init_recv(); ^ void pulseaudioS.c:1728:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sap_context_init_send(); ^ void pulseaudioS.c:1729:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sap_recv(); ^ void pulseaudioS.c:1730:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sap_send(); ^ void pulseaudioS.c:1731:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_add_directory_lazy(); ^ void pulseaudioS.c:1732:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_add_file(); ^ void pulseaudioS.c:1733:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_add_file_lazy(); ^ void pulseaudioS.c:1734:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_add_item(); ^ void pulseaudioS.c:1735:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_free_all(); ^ void pulseaudioS.c:1736:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_get_id_by_name(); ^ void pulseaudioS.c:1737:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_get_name_by_id(); ^ void pulseaudioS.c:1738:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_list_to_string(); ^ void pulseaudioS.c:1739:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_play_item(); ^ void pulseaudioS.c:1740:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_play_item_by_name(); ^ void pulseaudioS.c:1741:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_remove_item(); ^ void pulseaudioS.c:1742:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_total_size(); ^ void pulseaudioS.c:1743:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_unload_unused(); ^ void pulseaudioS.c:1744:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16be_from_float32ne(); ^ void pulseaudioS.c:1745:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16be_from_float32re(); ^ void pulseaudioS.c:1746:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16be_to_float32ne(); ^ void pulseaudioS.c:1747:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16be_to_float32re(); ^ void pulseaudioS.c:1748:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16le_from_float32ne(); ^ void pulseaudioS.c:1749:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16le_from_float32re(); ^ void pulseaudioS.c:1750:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16le_to_float32ne(); ^ void pulseaudioS.c:1751:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16le_to_float32re(); ^ void pulseaudioS.c:1752:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_from_float32ne(); ^ void pulseaudioS.c:1753:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_from_float32re(); ^ void pulseaudioS.c:1754:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_from_s16ne(); ^ void pulseaudioS.c:1755:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_from_s16re(); ^ void pulseaudioS.c:1756:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_to_float32ne(); ^ void pulseaudioS.c:1757:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_to_float32re(); ^ void pulseaudioS.c:1758:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_to_s16ne(); ^ void pulseaudioS.c:1759:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_to_s16re(); ^ void pulseaudioS.c:1760:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_from_float32ne(); ^ void pulseaudioS.c:1761:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_from_float32re(); ^ void pulseaudioS.c:1762:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_from_s16ne(); ^ void pulseaudioS.c:1763:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_from_s16re(); ^ void pulseaudioS.c:1764:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_to_float32ne(); ^ void pulseaudioS.c:1765:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_to_float32re(); ^ void pulseaudioS.c:1766:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_to_s16ne(); ^ void pulseaudioS.c:1767:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_to_s16re(); ^ void pulseaudioS.c:1768:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_from_float32ne(); ^ void pulseaudioS.c:1769:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_from_float32re(); ^ void pulseaudioS.c:1770:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_from_s16ne(); ^ void pulseaudioS.c:1771:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_from_s16re(); ^ void pulseaudioS.c:1772:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_to_float32ne(); ^ void pulseaudioS.c:1773:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_to_float32re(); ^ void pulseaudioS.c:1774:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_to_s16ne(); ^ void pulseaudioS.c:1775:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_to_s16re(); ^ void pulseaudioS.c:1776:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_from_float32ne(); ^ void pulseaudioS.c:1777:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_from_float32re(); ^ void pulseaudioS.c:1778:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_from_s16ne(); ^ void pulseaudioS.c:1779:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_from_s16re(); ^ void pulseaudioS.c:1780:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_to_float32ne(); ^ void pulseaudioS.c:1781:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_to_float32re(); ^ void pulseaudioS.c:1782:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_to_s16ne(); ^ void pulseaudioS.c:1783:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_to_s16re(); ^ void pulseaudioS.c:1784:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_from_float32ne(); ^ void pulseaudioS.c:1785:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_from_float32re(); ^ void pulseaudioS.c:1786:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_from_s16ne(); ^ void pulseaudioS.c:1787:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_from_s16re(); ^ void pulseaudioS.c:1788:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_to_float32ne(); ^ void pulseaudioS.c:1789:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_to_float32re(); ^ void pulseaudioS.c:1790:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_to_s16ne(); ^ void pulseaudioS.c:1791:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_to_s16re(); ^ void pulseaudioS.c:1792:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_from_float32ne(); ^ void pulseaudioS.c:1793:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_from_float32re(); ^ void pulseaudioS.c:1794:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_from_s16ne(); ^ void pulseaudioS.c:1795:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_from_s16re(); ^ void pulseaudioS.c:1796:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_to_float32ne(); ^ void pulseaudioS.c:1797:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_to_float32re(); ^ void pulseaudioS.c:1798:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_to_s16ne(); ^ void pulseaudioS.c:1799:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_to_s16re(); ^ void pulseaudioS.c:1800:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sdp_build(); ^ void pulseaudioS.c:1801:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sdp_info_destroy(); ^ void pulseaudioS.c:1802:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sdp_parse(); ^ void pulseaudioS.c:1803:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_semaphore_free(); ^ void pulseaudioS.c:1804:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_semaphore_new(); ^ void pulseaudioS.c:1805:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_semaphore_post(); ^ void pulseaudioS.c:1806:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_semaphore_wait(); ^ void pulseaudioS.c:1807:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_session_id(); ^ void pulseaudioS.c:1808:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_convert_from_float32ne_function(); ^ void pulseaudioS.c:1809:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_convert_from_s16ne_function(); ^ void pulseaudioS.c:1810:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_convert_to_float32ne_function(); ^ void pulseaudioS.c:1811:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_convert_to_s16ne_function(); ^ void pulseaudioS.c:1812:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_env(); ^ void pulseaudioS.c:1813:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_env_and_record(); ^ void pulseaudioS.c:1814:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_init_remap_func(); ^ void pulseaudioS.c:1815:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_mix_func(); ^ void pulseaudioS.c:1816:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_remap_func(); ^ void pulseaudioS.c:1817:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_volume_func(); ^ void pulseaudioS.c:1818:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_setup_remap_arrange(); ^ void pulseaudioS.c:1819:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shared_dump(); ^ void pulseaudioS.c:1820:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shared_get(); ^ void pulseaudioS.c:1821:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shared_remove(); ^ void pulseaudioS.c:1822:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shared_replace(); ^ void pulseaudioS.c:1823:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shared_set(); ^ void pulseaudioS.c:1824:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shm_attach(); ^ void pulseaudioS.c:1825:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shm_cleanup(); ^ void pulseaudioS.c:1826:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shm_create_rw(); ^ void pulseaudioS.c:1827:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shm_free(); ^ void pulseaudioS.c:1828:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shm_punch(); ^ void pulseaudioS.c:1829:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sig2str(); ^ void pulseaudioS.c:1830:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_signal_done(); ^ void pulseaudioS.c:1831:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_signal_free(); ^ void pulseaudioS.c:1832:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_signal_init(); ^ void pulseaudioS.c:1833:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_signal_new(); ^ void pulseaudioS.c:1834:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_signal_set_destroy(); ^ void pulseaudioS.c:1835:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_cache_done(); ^ void pulseaudioS.c:1836:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_cache_init(); ^ void pulseaudioS.c:1837:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_memblock(); ^ void pulseaudioS.c:1838:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_memchunk(); ^ void pulseaudioS.c:1839:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_memchunk_get(); ^ void pulseaudioS.c:1840:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_memory(); ^ void pulseaudioS.c:1841:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_options_new(); ^ void pulseaudioS.c:1842:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_options_parse(); ^ void pulseaudioS.c:1843:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_options_ref(); ^ void pulseaudioS.c:1844:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_options_unref(); ^ void pulseaudioS.c:1845:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_protocol_connect(); ^ void pulseaudioS.c:1846:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_protocol_disconnect(); ^ void pulseaudioS.c:1847:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_protocol_get(); ^ void pulseaudioS.c:1848:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_protocol_ref(); ^ void pulseaudioS.c:1849:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_protocol_unref(); ^ void pulseaudioS.c:1850:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_attach_within_thread(); ^ void pulseaudioS.c:1851:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_check_format(); ^ void pulseaudioS.c:1852:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_check_formats(); ^ void pulseaudioS.c:1853:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_check_suspend(); ^ void pulseaudioS.c:1854:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_check_type(); ^ void pulseaudioS.c:1855:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_detach_within_thread(); ^ void pulseaudioS.c:1856:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_enable_decibel_volume(); ^ void pulseaudioS.c:1857:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_enter_passthrough(); ^ void pulseaudioS.c:1858:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_flat_volume_enabled(); ^ void pulseaudioS.c:1859:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_fixed_latency(); ^ void pulseaudioS.c:1860:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_formats(); ^ void pulseaudioS.c:1861:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_latency(); ^ void pulseaudioS.c:1862:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_latency_range(); ^ void pulseaudioS.c:1863:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_latency_within_thread(); ^ void pulseaudioS.c:1864:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_master(); ^ void pulseaudioS.c:1865:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_max_request(); ^ void pulseaudioS.c:1866:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_max_rewind(); ^ void pulseaudioS.c:1867:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_mute(); ^ void pulseaudioS.c:1868:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_requested_latency(); ^ void pulseaudioS.c:1869:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_requested_latency_within_thread(); ^ void pulseaudioS.c:1870:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_volume(); ^ void pulseaudioS.c:1871:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_add_volume_factor(); ^ void pulseaudioS.c:1872:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_attach(); ^ void pulseaudioS.c:1873:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_check_type(); ^ void pulseaudioS.c:1874:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_cork(); ^ void pulseaudioS.c:1875:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_detach(); ^ void pulseaudioS.c:1876:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_drop(); ^ void pulseaudioS.c:1877:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_fail_move(); ^ void pulseaudioS.c:1878:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_finish_move(); ^ void pulseaudioS.c:1879:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_latency(); ^ void pulseaudioS.c:1880:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_max_request(); ^ void pulseaudioS.c:1881:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_max_rewind(); ^ void pulseaudioS.c:1882:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_requested_latency(); ^ void pulseaudioS.c:1883:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_resample_method(); ^ void pulseaudioS.c:1884:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_silence(); ^ void pulseaudioS.c:1885:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_volume(); ^ void pulseaudioS.c:1886:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_is_passthrough(); ^ void pulseaudioS.c:1887:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_is_volume_readable(); ^ void pulseaudioS.c:1888:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_kill(); ^ void pulseaudioS.c:1889:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_list_to_string(); ^ void pulseaudioS.c:1890:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_may_move(); ^ void pulseaudioS.c:1891:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_may_move_to(); ^ void pulseaudioS.c:1892:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_move_to(); ^ void pulseaudioS.c:1893:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new(); ^ void pulseaudioS.c:1894:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_add_volume_factor(); ^ void pulseaudioS.c:1895:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_add_volume_factor_sink(); ^ void pulseaudioS.c:1896:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_done(); ^ void pulseaudioS.c:1897:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_init(); ^ void pulseaudioS.c:1898:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_is_passthrough(); ^ void pulseaudioS.c:1899:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_channel_map(); ^ void pulseaudioS.c:1900:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_formats(); ^ void pulseaudioS.c:1901:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_muted(); ^ void pulseaudioS.c:1902:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_sample_spec(); ^ void pulseaudioS.c:1903:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_sink(); ^ void pulseaudioS.c:1904:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_volume(); ^ void pulseaudioS.c:1905:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_peek(); ^ void pulseaudioS.c:1906:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_process_msg(); ^ void pulseaudioS.c:1907:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_process_rewind(); ^ void pulseaudioS.c:1908:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_process_underrun(); ^ void pulseaudioS.c:1909:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_put(); ^ void pulseaudioS.c:1910:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_remove_volume_factor(); ^ void pulseaudioS.c:1911:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_request_rewind(); ^ void pulseaudioS.c:1912:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_safe_to_remove(); ^ void pulseaudioS.c:1913:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_send_event(); ^ void pulseaudioS.c:1914:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_mute(); ^ void pulseaudioS.c:1915:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_preferred_sink(); ^ void pulseaudioS.c:1916:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_property(); ^ void pulseaudioS.c:1917:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_property_arbitrary(); ^ void pulseaudioS.c:1918:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_rate(); ^ void pulseaudioS.c:1919:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_reference_ratio(); ^ void pulseaudioS.c:1920:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_requested_latency(); ^ void pulseaudioS.c:1921:61: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_requested_latency_within_thread(); ^ void pulseaudioS.c:1922:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_state_within_thread(); ^ void pulseaudioS.c:1923:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_volume(); ^ void pulseaudioS.c:1924:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_volume_direct(); ^ void pulseaudioS.c:1925:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_start_move(); ^ void pulseaudioS.c:1927:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_unlink(); ^ void pulseaudioS.c:1928:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_update_max_request(); ^ void pulseaudioS.c:1929:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_update_max_rewind(); ^ void pulseaudioS.c:1930:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_update_proplist(); ^ void pulseaudioS.c:1931:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_update_resampler(); ^ void pulseaudioS.c:1932:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_invalidate_requested_latency(); ^ void pulseaudioS.c:1933:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_is_filter(); ^ void pulseaudioS.c:1934:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_is_passthrough(); ^ void pulseaudioS.c:1935:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_leave_passthrough(); ^ void pulseaudioS.c:1936:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_linked_by(); ^ void pulseaudioS.c:1937:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_list_to_string(); ^ void pulseaudioS.c:1938:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_move_all_fail(); ^ void pulseaudioS.c:1939:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_move_all_finish(); ^ void pulseaudioS.c:1940:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_move_all_start(); ^ void pulseaudioS.c:1941:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_move_streams_to_default_sink(); ^ void pulseaudioS.c:1942:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_mute_changed(); ^ void pulseaudioS.c:1943:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new(); ^ void pulseaudioS.c:1944:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_done(); ^ void pulseaudioS.c:1945:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_init(); ^ void pulseaudioS.c:1946:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_alternate_sample_rate(); ^ void pulseaudioS.c:1947:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_avoid_resampling(); ^ void pulseaudioS.c:1948:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_channel_map(); ^ void pulseaudioS.c:1949:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_muted(); ^ void pulseaudioS.c:1950:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_name(); ^ void pulseaudioS.c:1951:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_port(); ^ void pulseaudioS.c:1952:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_sample_spec(); ^ void pulseaudioS.c:1953:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_volume(); ^ void pulseaudioS.c:1954:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_process_input_underruns(); ^ void pulseaudioS.c:1955:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_process_msg(); ^ void pulseaudioS.c:1956:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_process_rewind(); ^ void pulseaudioS.c:1957:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_put(); ^ void pulseaudioS.c:1958:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_reconfigure(); ^ void pulseaudioS.c:1959:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_render(); ^ void pulseaudioS.c:1960:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_render_full(); ^ void pulseaudioS.c:1961:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_render_into(); ^ void pulseaudioS.c:1962:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_render_into_full(); ^ void pulseaudioS.c:1963:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_request_rewind(); ^ void pulseaudioS.c:1964:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_asyncmsgq(); ^ void pulseaudioS.c:1965:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_description(); ^ void pulseaudioS.c:1966:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_fixed_latency(); ^ void pulseaudioS.c:1967:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_fixed_latency_within_thread(); ^ void pulseaudioS.c:1968:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_formats(); ^ void pulseaudioS.c:1969:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_get_mute_callback(); ^ void pulseaudioS.c:1970:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_get_volume_callback(); ^ void pulseaudioS.c:1971:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_latency_range(); ^ void pulseaudioS.c:1972:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_latency_range_within_thread(); ^ void pulseaudioS.c:1973:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_max_request(); ^ void pulseaudioS.c:1974:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_max_request_within_thread(); ^ void pulseaudioS.c:1975:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_max_rewind(); ^ void pulseaudioS.c:1976:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_max_rewind_within_thread(); ^ void pulseaudioS.c:1977:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_mute(); ^ void pulseaudioS.c:1978:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_port(); ^ void pulseaudioS.c:1979:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_port_latency_offset(); ^ void pulseaudioS.c:1980:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_reference_volume_direct(); ^ void pulseaudioS.c:1981:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_rtpoll(); ^ void pulseaudioS.c:1982:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_sample_format(); ^ void pulseaudioS.c:1983:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_sample_rate(); ^ void pulseaudioS.c:1984:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_set_mute_callback(); ^ void pulseaudioS.c:1985:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_set_volume_callback(); ^ void pulseaudioS.c:1986:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_soft_volume(); ^ void pulseaudioS.c:1987:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_volume(); ^ void pulseaudioS.c:1988:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_write_volume_callback(); ^ void pulseaudioS.c:1989:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_state_to_string(); ^ void pulseaudioS.c:1990:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_suspend(); ^ void pulseaudioS.c:1991:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_suspend_all(); ^ void pulseaudioS.c:1993:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_unlink(); ^ void pulseaudioS.c:1994:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_update_flags(); ^ void pulseaudioS.c:1995:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_update_proplist(); ^ void pulseaudioS.c:1996:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_update_status(); ^ void pulseaudioS.c:1997:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_update_volume_and_mute(); ^ void pulseaudioS.c:1998:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_used_by(); ^ void pulseaudioS.c:1999:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_volume_change_apply(); ^ void pulseaudioS.c:2000:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_volume_changed(); ^ void pulseaudioS.c:2001:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_fix_now(); ^ void pulseaudioS.c:2002:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_free(); ^ void pulseaudioS.c:2003:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_get(); ^ void pulseaudioS.c:2004:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_new(); ^ void pulseaudioS.c:2005:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_pause(); ^ void pulseaudioS.c:2006:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_put(); ^ void pulseaudioS.c:2007:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_reset(); ^ void pulseaudioS.c:2008:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_resume(); ^ void pulseaudioS.c:2009:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_set_time_offset(); ^ void pulseaudioS.c:2010:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_translate(); ^ void pulseaudioS.c:2011:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_dump_formats(); ^ void pulseaudioS.c:2012:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_format_from_string(); ^ void pulseaudioS.c:2013:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_init_proplist(); ^ void pulseaudioS.c:2014:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_read_channel_map(); ^ void pulseaudioS.c:2015:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_read_sample_spec(); ^ void pulseaudioS.c:2016:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_readf_function(); ^ void pulseaudioS.c:2017:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_write_channel_map(); ^ void pulseaudioS.c:2018:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_write_sample_spec(); ^ void pulseaudioS.c:2019:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_writef_function(); ^ void pulseaudioS.c:2020:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_snprintf(); ^ void pulseaudioS.c:2021:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_address_is_local(); ^ void pulseaudioS.c:2022:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_is_local(); ^ void pulseaudioS.c:2023:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_new_ipv4(); ^ void pulseaudioS.c:2024:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_new_ipv6(); ^ void pulseaudioS.c:2025:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_new_sockaddr(); ^ void pulseaudioS.c:2026:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_new_string(); ^ void pulseaudioS.c:2027:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_new_unix(); ^ void pulseaudioS.c:2028:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_ref(); ^ void pulseaudioS.c:2029:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_set_callback(); ^ void pulseaudioS.c:2030:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_unref(); ^ void pulseaudioS.c:2031:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_cloexec(); ^ void pulseaudioS.c:2032:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_is_local(); ^ void pulseaudioS.c:2033:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_peer_to_string(); ^ void pulseaudioS.c:2034:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_get_address(); ^ void pulseaudioS.c:2035:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv4(); ^ void pulseaudioS.c:2036:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv4_any(); ^ void pulseaudioS.c:2037:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv4_loopback(); ^ void pulseaudioS.c:2038:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv4_string(); ^ void pulseaudioS.c:2039:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv6(); ^ void pulseaudioS.c:2040:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv6_any(); ^ void pulseaudioS.c:2041:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv6_loopback(); ^ void pulseaudioS.c:2042:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv6_string(); ^ void pulseaudioS.c:2043:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_unix(); ^ void pulseaudioS.c:2044:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_ref(); ^ void pulseaudioS.c:2045:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_set_callback(); ^ void pulseaudioS.c:2046:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_unref(); ^ void pulseaudioS.c:2047:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_set_rcvbuf(); ^ void pulseaudioS.c:2048:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_set_sndbuf(); ^ void pulseaudioS.c:2049:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sound_file_load(); ^ void pulseaudioS.c:2050:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sound_file_too_big_to_cache(); ^ void pulseaudioS.c:2051:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_attach_within_thread(); ^ void pulseaudioS.c:2052:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_check_format(); ^ void pulseaudioS.c:2053:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_check_formats(); ^ void pulseaudioS.c:2054:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_check_suspend(); ^ void pulseaudioS.c:2055:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_check_type(); ^ void pulseaudioS.c:2056:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_detach_within_thread(); ^ void pulseaudioS.c:2057:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_enable_decibel_volume(); ^ void pulseaudioS.c:2058:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_enter_passthrough(); ^ void pulseaudioS.c:2059:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_flat_volume_enabled(); ^ void pulseaudioS.c:2060:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_fixed_latency(); ^ void pulseaudioS.c:2061:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_formats(); ^ void pulseaudioS.c:2062:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_latency(); ^ void pulseaudioS.c:2063:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_latency_range(); ^ void pulseaudioS.c:2064:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_latency_within_thread(); ^ void pulseaudioS.c:2065:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_master(); ^ void pulseaudioS.c:2066:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_max_rewind(); ^ void pulseaudioS.c:2067:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_mute(); ^ void pulseaudioS.c:2068:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_requested_latency(); ^ void pulseaudioS.c:2069:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_requested_latency_within_thread(); ^ void pulseaudioS.c:2070:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_volume(); ^ void pulseaudioS.c:2071:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_invalidate_requested_latency(); ^ void pulseaudioS.c:2072:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_is_filter(); ^ void pulseaudioS.c:2073:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_is_passthrough(); ^ void pulseaudioS.c:2074:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_leave_passthrough(); ^ void pulseaudioS.c:2075:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_linked_by(); ^ void pulseaudioS.c:2076:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_list_to_string(); ^ void pulseaudioS.c:2077:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_move_all_fail(); ^ void pulseaudioS.c:2078:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_move_all_finish(); ^ void pulseaudioS.c:2079:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_move_all_start(); ^ void pulseaudioS.c:2080:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_move_streams_to_default_source(); ^ void pulseaudioS.c:2081:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_mute_changed(); ^ void pulseaudioS.c:2082:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new(); ^ void pulseaudioS.c:2083:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_done(); ^ void pulseaudioS.c:2084:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_init(); ^ void pulseaudioS.c:2085:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_alternate_sample_rate(); ^ void pulseaudioS.c:2086:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_avoid_resampling(); ^ void pulseaudioS.c:2087:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_channel_map(); ^ void pulseaudioS.c:2088:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_muted(); ^ void pulseaudioS.c:2089:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_name(); ^ void pulseaudioS.c:2090:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_port(); ^ void pulseaudioS.c:2091:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_sample_spec(); ^ void pulseaudioS.c:2092:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_volume(); ^ void pulseaudioS.c:2093:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_attach(); ^ void pulseaudioS.c:2094:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_check_type(); ^ void pulseaudioS.c:2095:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_cork(); ^ void pulseaudioS.c:2096:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_detach(); ^ void pulseaudioS.c:2097:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_fail_move(); ^ void pulseaudioS.c:2098:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_finish_move(); ^ void pulseaudioS.c:2099:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_get_latency(); ^ void pulseaudioS.c:2100:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_get_max_rewind(); ^ void pulseaudioS.c:2101:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_get_requested_latency(); ^ void pulseaudioS.c:2102:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_get_resample_method(); ^ void pulseaudioS.c:2103:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_get_volume(); ^ void pulseaudioS.c:2104:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_is_passthrough(); ^ void pulseaudioS.c:2105:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_is_volume_readable(); ^ void pulseaudioS.c:2106:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_kill(); ^ void pulseaudioS.c:2107:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_list_to_string(); ^ void pulseaudioS.c:2108:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_may_move(); ^ void pulseaudioS.c:2109:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_may_move_to(); ^ void pulseaudioS.c:2110:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_move_to(); ^ void pulseaudioS.c:2111:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new(); ^ void pulseaudioS.c:2112:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_apply_volume_factor(); ^ void pulseaudioS.c:2113:64: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_apply_volume_factor_source(); ^ void pulseaudioS.c:2114:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_done(); ^ void pulseaudioS.c:2115:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_init(); ^ void pulseaudioS.c:2116:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_is_passthrough(); ^ void pulseaudioS.c:2117:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_channel_map(); ^ void pulseaudioS.c:2118:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_formats(); ^ void pulseaudioS.c:2119:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_muted(); ^ void pulseaudioS.c:2120:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_sample_spec(); ^ void pulseaudioS.c:2121:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_source(); ^ void pulseaudioS.c:2122:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_volume(); ^ void pulseaudioS.c:2123:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_process_msg(); ^ void pulseaudioS.c:2124:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_process_rewind(); ^ void pulseaudioS.c:2125:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_push(); ^ void pulseaudioS.c:2126:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_put(); ^ void pulseaudioS.c:2127:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_send_event(); ^ void pulseaudioS.c:2128:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_mute(); ^ void pulseaudioS.c:2129:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_preferred_source(); ^ void pulseaudioS.c:2130:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_property(); ^ void pulseaudioS.c:2131:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_property_arbitrary(); ^ void pulseaudioS.c:2132:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_rate(); ^ void pulseaudioS.c:2133:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_reference_ratio(); ^ void pulseaudioS.c:2134:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_requested_latency(); ^ void pulseaudioS.c:2135:64: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_requested_latency_within_thread(); ^ void pulseaudioS.c:2136:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_state_within_thread(); ^ void pulseaudioS.c:2137:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_volume(); ^ void pulseaudioS.c:2138:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_volume_direct(); ^ void pulseaudioS.c:2139:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_start_move(); ^ void pulseaudioS.c:2141:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_unlink(); ^ void pulseaudioS.c:2142:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_update_max_rewind(); ^ void pulseaudioS.c:2143:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_update_proplist(); ^ void pulseaudioS.c:2144:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_update_resampler(); ^ void pulseaudioS.c:2145:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_post(); ^ void pulseaudioS.c:2146:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_post_direct(); ^ void pulseaudioS.c:2147:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_process_msg(); ^ void pulseaudioS.c:2148:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_process_rewind(); ^ void pulseaudioS.c:2149:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_put(); ^ void pulseaudioS.c:2150:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_reconfigure(); ^ void pulseaudioS.c:2151:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_asyncmsgq(); ^ void pulseaudioS.c:2152:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_description(); ^ void pulseaudioS.c:2153:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_fixed_latency(); ^ void pulseaudioS.c:2154:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_fixed_latency_within_thread(); ^ void pulseaudioS.c:2155:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_get_mute_callback(); ^ void pulseaudioS.c:2156:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_get_volume_callback(); ^ void pulseaudioS.c:2157:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_latency_range(); ^ void pulseaudioS.c:2158:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_latency_range_within_thread(); ^ void pulseaudioS.c:2159:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_max_rewind(); ^ void pulseaudioS.c:2160:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_max_rewind_within_thread(); ^ void pulseaudioS.c:2161:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_mute(); ^ void pulseaudioS.c:2162:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_port(); ^ void pulseaudioS.c:2163:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_port_latency_offset(); ^ void pulseaudioS.c:2164:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_reference_volume_direct(); ^ void pulseaudioS.c:2165:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_rtpoll(); ^ void pulseaudioS.c:2166:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_sample_format(); ^ void pulseaudioS.c:2167:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_sample_rate(); ^ void pulseaudioS.c:2168:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_set_mute_callback(); ^ void pulseaudioS.c:2169:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_set_volume_callback(); ^ void pulseaudioS.c:2170:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_soft_volume(); ^ void pulseaudioS.c:2171:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_volume(); ^ void pulseaudioS.c:2172:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_write_volume_callback(); ^ void pulseaudioS.c:2173:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_state_to_string(); ^ void pulseaudioS.c:2174:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_suspend(); ^ void pulseaudioS.c:2175:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_suspend_all(); ^ void pulseaudioS.c:2176:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_sync_suspend(); ^ void pulseaudioS.c:2178:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_unlink(); ^ void pulseaudioS.c:2179:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_update_flags(); ^ void pulseaudioS.c:2180:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_update_proplist(); ^ void pulseaudioS.c:2181:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_update_status(); ^ void pulseaudioS.c:2182:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_update_volume_and_mute(); ^ void pulseaudioS.c:2183:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_used_by(); ^ void pulseaudioS.c:2184:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_volume_change_apply(); ^ void pulseaudioS.c:2185:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_volume_changed(); ^ void pulseaudioS.c:2186:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_split(); ^ void pulseaudioS.c:2187:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_split_in_place(); ^ void pulseaudioS.c:2188:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_split_spaces(); ^ void pulseaudioS.c:2189:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_split_spaces_in_place(); ^ void pulseaudioS.c:2190:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_split_spaces_strv(); ^ void pulseaudioS.c:2191:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sprintf_malloc(); ^ void pulseaudioS.c:2192:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_export(); ^ void pulseaudioS.c:2193:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_free(); ^ void pulseaudioS.c:2194:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_new(); ^ void pulseaudioS.c:2195:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_new_from_template(); ^ void pulseaudioS.c:2196:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_read(); ^ void pulseaudioS.c:2197:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_set_callback(); ^ void pulseaudioS.c:2198:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_write(); ^ void pulseaudioS.c:2199:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_start_child_for_read(); ^ void pulseaudioS.c:2200:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_startswith(); ^ void pulseaudioS.c:2201:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_state_path(); ^ void pulseaudioS.c:2202:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_static_mutex_get(); ^ void pulseaudioS.c:2203:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_static_semaphore_get(); ^ void pulseaudioS.c:2204:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stdio_acquire(); ^ void pulseaudioS.c:2205:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stdio_release(); ^ void pulseaudioS.c:2206:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_str_in_list(); ^ void pulseaudioS.c:2207:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_str_in_list_spaces(); ^ void pulseaudioS.c:2208:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_str_strip_suffix(); ^ void pulseaudioS.c:2209:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_free(); ^ void pulseaudioS.c:2210:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_isempty(); ^ void pulseaudioS.c:2211:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_new(); ^ void pulseaudioS.c:2212:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_printf(); ^ void pulseaudioS.c:2213:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_putc(); ^ void pulseaudioS.c:2214:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_puts(); ^ void pulseaudioS.c:2215:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_putsn(); ^ void pulseaudioS.c:2216:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_to_string(); ^ void pulseaudioS.c:2217:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_to_string_free(); ^ void pulseaudioS.c:2218:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_begin_write(); ^ void pulseaudioS.c:2219:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_cancel_write(); ^ void pulseaudioS.c:2220:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_connect_playback(); ^ void pulseaudioS.c:2221:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_connect_record(); ^ void pulseaudioS.c:2222:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_connect_upload(); ^ void pulseaudioS.c:2223:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_cork(); ^ void pulseaudioS.c:2224:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_disconnect(); ^ void pulseaudioS.c:2225:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_disconnect_callback(); ^ void pulseaudioS.c:2226:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_drain(); ^ void pulseaudioS.c:2227:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_drop(); ^ void pulseaudioS.c:2228:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_finish_upload(); ^ void pulseaudioS.c:2229:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_flush(); ^ void pulseaudioS.c:2230:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_buffer_attr(); ^ void pulseaudioS.c:2231:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_channel_map(); ^ void pulseaudioS.c:2232:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_context(); ^ void pulseaudioS.c:2233:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_device_index(); ^ void pulseaudioS.c:2234:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_device_name(); ^ void pulseaudioS.c:2235:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_format_info(); ^ void pulseaudioS.c:2236:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_index(); ^ void pulseaudioS.c:2237:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_latency(); ^ void pulseaudioS.c:2238:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_monitor_stream(); ^ void pulseaudioS.c:2239:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_sample_spec(); ^ void pulseaudioS.c:2240:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_state(); ^ void pulseaudioS.c:2241:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_time(); ^ void pulseaudioS.c:2242:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_timing_info(); ^ void pulseaudioS.c:2243:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_underflow_index(); ^ void pulseaudioS.c:2244:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_volume_channel_map(); ^ void pulseaudioS.c:2245:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_interaction_done(); ^ void pulseaudioS.c:2246:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_interaction_init(); ^ void pulseaudioS.c:2247:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_is_corked(); ^ void pulseaudioS.c:2248:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_is_suspended(); ^ void pulseaudioS.c:2249:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_new(); ^ void pulseaudioS.c:2250:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_new_extended(); ^ void pulseaudioS.c:2251:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_new_with_proplist(); ^ void pulseaudioS.c:2252:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_peek(); ^ void pulseaudioS.c:2253:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_prebuf(); ^ void pulseaudioS.c:2254:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_proplist_remove(); ^ void pulseaudioS.c:2255:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_proplist_update(); ^ void pulseaudioS.c:2256:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_readable_size(); ^ void pulseaudioS.c:2257:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_ref(); ^ void pulseaudioS.c:2258:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_buffer_attr(); ^ void pulseaudioS.c:2259:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_buffer_attr_callback(); ^ void pulseaudioS.c:2260:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_event_callback(); ^ void pulseaudioS.c:2261:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_latency_update_callback(); ^ void pulseaudioS.c:2262:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_monitor_stream(); ^ void pulseaudioS.c:2263:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_moved_callback(); ^ void pulseaudioS.c:2264:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_name(); ^ void pulseaudioS.c:2265:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_overflow_callback(); ^ void pulseaudioS.c:2266:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_read_callback(); ^ void pulseaudioS.c:2267:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_started_callback(); ^ void pulseaudioS.c:2268:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_state(); ^ void pulseaudioS.c:2269:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_state_callback(); ^ void pulseaudioS.c:2270:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_suspended_callback(); ^ void pulseaudioS.c:2271:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_underflow_callback(); ^ void pulseaudioS.c:2272:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_write_callback(); ^ void pulseaudioS.c:2273:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_simple_ack_callback(); ^ void pulseaudioS.c:2274:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_trigger(); ^ void pulseaudioS.c:2275:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_unref(); ^ void pulseaudioS.c:2276:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_update_sample_rate(); ^ void pulseaudioS.c:2277:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_update_timing_info(); ^ void pulseaudioS.c:2278:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_writable_size(); ^ void pulseaudioS.c:2279:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_write(); ^ void pulseaudioS.c:2280:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_write_ext_free(); ^ void pulseaudioS.c:2281:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strerror(); ^ void pulseaudioS.c:2282:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strip(); ^ void pulseaudioS.c:2283:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strip_nl(); ^ void pulseaudioS.c:2284:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlcpy(); ^ void pulseaudioS.c:2285:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_data(); ^ void pulseaudioS.c:2286:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_free(); ^ void pulseaudioS.c:2287:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_next(); ^ void pulseaudioS.c:2288:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_parse(); ^ void pulseaudioS.c:2289:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_pop(); ^ void pulseaudioS.c:2290:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_prepend(); ^ void pulseaudioS.c:2291:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_remove(); ^ void pulseaudioS.c:2292:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_reverse(); ^ void pulseaudioS.c:2293:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_to_string(); ^ void pulseaudioS.c:2294:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_subscription_free(); ^ void pulseaudioS.c:2295:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_subscription_free_all(); ^ void pulseaudioS.c:2296:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_subscription_new(); ^ void pulseaudioS.c:2297:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_subscription_post(); ^ void pulseaudioS.c:2298:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_suspend_cause_to_string(); ^ void pulseaudioS.c:2299:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_cvolume_divide(); ^ void pulseaudioS.c:2300:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_cvolume_divide_scalar(); ^ void pulseaudioS.c:2301:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_cvolume_multiply(); ^ void pulseaudioS.c:2302:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_cvolume_multiply_scalar(); ^ void pulseaudioS.c:2303:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_cvolume_snprint_dB(); ^ void pulseaudioS.c:2304:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_divide(); ^ void pulseaudioS.c:2305:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_from_dB(); ^ void pulseaudioS.c:2306:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_from_linear(); ^ void pulseaudioS.c:2307:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_multiply(); ^ void pulseaudioS.c:2308:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_snprint_dB(); ^ void pulseaudioS.c:2309:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_to_dB(); ^ void pulseaudioS.c:2310:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_to_linear(); ^ void pulseaudioS.c:2311:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_command(); ^ void pulseaudioS.c:2312:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_data(); ^ void pulseaudioS.c:2313:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_eof(); ^ void pulseaudioS.c:2314:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_free(); ^ void pulseaudioS.c:2315:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get(); ^ void pulseaudioS.c:2316:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_arbitrary(); ^ void pulseaudioS.c:2317:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_boolean(); ^ void pulseaudioS.c:2318:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_channel_map(); ^ void pulseaudioS.c:2319:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_cvolume(); ^ void pulseaudioS.c:2320:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_format_info(); ^ void pulseaudioS.c:2321:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_proplist(); ^ void pulseaudioS.c:2322:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_sample_spec(); ^ void pulseaudioS.c:2323:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_timeval(); ^ void pulseaudioS.c:2324:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_usec(); ^ void pulseaudioS.c:2325:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_volume(); ^ void pulseaudioS.c:2326:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_gets(); ^ void pulseaudioS.c:2327:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_gets64(); ^ void pulseaudioS.c:2328:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_getu32(); ^ void pulseaudioS.c:2329:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_getu64(); ^ void pulseaudioS.c:2330:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_getu8(); ^ void pulseaudioS.c:2331:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_new(); ^ void pulseaudioS.c:2332:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_new_fixed(); ^ void pulseaudioS.c:2333:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put(); ^ void pulseaudioS.c:2334:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_arbitrary(); ^ void pulseaudioS.c:2335:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_boolean(); ^ void pulseaudioS.c:2336:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_channel_map(); ^ void pulseaudioS.c:2337:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_cvolume(); ^ void pulseaudioS.c:2338:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_format_info(); ^ void pulseaudioS.c:2339:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_proplist(); ^ void pulseaudioS.c:2340:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_sample_spec(); ^ void pulseaudioS.c:2341:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_timeval(); ^ void pulseaudioS.c:2342:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_usec(); ^ void pulseaudioS.c:2343:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_volume(); ^ void pulseaudioS.c:2344:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_puts(); ^ void pulseaudioS.c:2345:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_puts64(); ^ void pulseaudioS.c:2346:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_putu32(); ^ void pulseaudioS.c:2347:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_putu64(); ^ void pulseaudioS.c:2348:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_putu8(); ^ void pulseaudioS.c:2349:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_free(); ^ void pulseaudioS.c:2350:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_free_nojoin(); ^ void pulseaudioS.c:2351:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_get_data(); ^ void pulseaudioS.c:2352:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_get_name(); ^ void pulseaudioS.c:2353:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_is_running(); ^ void pulseaudioS.c:2354:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_join(); ^ void pulseaudioS.c:2355:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_make_realtime(); ^ void pulseaudioS.c:2356:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_mq_done(); ^ void pulseaudioS.c:2357:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_mq_get(); ^ void pulseaudioS.c:2358:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_mq_init(); ^ void pulseaudioS.c:2359:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_mq_init_thread_mainloop(); ^ void pulseaudioS.c:2360:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_mq_install(); ^ void pulseaudioS.c:2361:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_new(); ^ void pulseaudioS.c:2362:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_self(); ^ void pulseaudioS.c:2363:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_set_data(); ^ void pulseaudioS.c:2364:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_set_name(); ^ void pulseaudioS.c:2365:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_yield(); ^ void pulseaudioS.c:2366:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_accept(); ^ void pulseaudioS.c:2367:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_free(); ^ void pulseaudioS.c:2368:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_get_api(); ^ void pulseaudioS.c:2369:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_get_retval(); ^ void pulseaudioS.c:2370:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_in_thread(); ^ void pulseaudioS.c:2371:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_lock(); ^ void pulseaudioS.c:2372:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_new(); ^ void pulseaudioS.c:2373:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_once_unlocked(); ^ void pulseaudioS.c:2374:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_set_name(); ^ void pulseaudioS.c:2375:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_signal(); ^ void pulseaudioS.c:2376:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_start(); ^ void pulseaudioS.c:2377:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_stop(); ^ void pulseaudioS.c:2378:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_unlock(); ^ void pulseaudioS.c:2379:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_wait(); ^ void pulseaudioS.c:2380:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timespec_load(); ^ void pulseaudioS.c:2381:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timespec_store(); ^ void pulseaudioS.c:2382:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_add(); ^ void pulseaudioS.c:2383:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_age(); ^ void pulseaudioS.c:2384:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_cmp(); ^ void pulseaudioS.c:2385:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_diff(); ^ void pulseaudioS.c:2386:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_load(); ^ void pulseaudioS.c:2387:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_rtstore(); ^ void pulseaudioS.c:2388:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_store(); ^ void pulseaudioS.c:2389:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_sub(); ^ void pulseaudioS.c:2390:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tls_free(); ^ void pulseaudioS.c:2391:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tls_get(); ^ void pulseaudioS.c:2392:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tls_new(); ^ void pulseaudioS.c:2393:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tls_set(); ^ void pulseaudioS.c:2394:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tokenizer_free(); ^ void pulseaudioS.c:2395:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tokenizer_get(); ^ void pulseaudioS.c:2396:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tokenizer_new(); ^ void pulseaudioS.c:2397:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_truncate_utf8(); ^ void pulseaudioS.c:2398:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_uid_in_group(); ^ void pulseaudioS.c:2399:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_uname_string(); ^ void pulseaudioS.c:2400:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unblock_sigs(); ^ void pulseaudioS.c:2401:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unblock_sigsv(); ^ void pulseaudioS.c:2402:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unescape(); ^ void pulseaudioS.c:2403:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unix_socket_is_stale(); ^ void pulseaudioS.c:2404:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unix_socket_remove_stale(); ^ void pulseaudioS.c:2405:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unlock_lockfile(); ^ void pulseaudioS.c:2406:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unset_env(); ^ void pulseaudioS.c:2407:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unset_env_recorded(); ^ void pulseaudioS.c:2408:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_usec_to_bytes(); ^ void pulseaudioS.c:2409:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_usec_to_bytes_round_up(); ^ void pulseaudioS.c:2410:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_utf8_filter(); ^ void pulseaudioS.c:2411:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_utf8_to_locale(); ^ void pulseaudioS.c:2412:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_utf8_valid(); ^ void pulseaudioS.c:2413:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_func_init_arm(); ^ void pulseaudioS.c:2414:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_func_init_mmx(); ^ void pulseaudioS.c:2415:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_func_init_sse(); ^ void pulseaudioS.c:2416:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_memchunk(); ^ void pulseaudioS.c:2417:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_snprint(); ^ void pulseaudioS.c:2418:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_snprint_verbose(); ^ void pulseaudioS.c:2419:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_vsnprintf(); ^ void pulseaudioS.c:2420:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_vsprintf_malloc(); ^ void pulseaudioS.c:2421:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_will_need(); ^ void pulseaudioS.c:2422:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_write(); ^ void pulseaudioS.c:2423:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_client_free(); ^ void pulseaudioS.c:2424:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_client_new(); ^ void pulseaudioS.c:2425:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_del_prop(); ^ void pulseaudioS.c:2426:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_get_prop(); ^ void pulseaudioS.c:2427:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_set_prop(); ^ void pulseaudioS.c:2428:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_get(); ^ void pulseaudioS.c:2429:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_get_display(); ^ void pulseaudioS.c:2430:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_get_xcb_connection(); ^ void pulseaudioS.c:2431:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_kill(); ^ void pulseaudioS.c:2432:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_ref(); ^ void pulseaudioS.c:2433:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_unref(); ^ void pulseaudioS.c:2434:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xfree(); ^ void pulseaudioS.c:2435:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xfreev(); ^ void pulseaudioS.c:2436:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xmalloc(); ^ void pulseaudioS.c:2437:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xmalloc0(); ^ void pulseaudioS.c:2438:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xmemdup(); ^ void pulseaudioS.c:2439:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xrealloc(); ^ void pulseaudioS.c:2440:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xstrdup(); ^ void pulseaudioS.c:2441:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xstrndup(); ^ void pulseaudioS.c:2443:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int st_13linear2alaw(); ^ void pulseaudioS.c:2444:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int st_14linear2ulaw(); ^ void pulseaudioS.c:2445:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int st_alaw2linear16(); ^ void pulseaudioS.c:2446:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int st_ulaw2linear16(); ^ void 2411 warnings generated. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x3048): warning: Module auto-loading no longer supported. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x3038): warning: Module auto-loading no longer supported. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x3058): warning: Module auto-loading no longer supported. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x3028): warning: Module auto-loading no longer supported. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x3248): warning: Module auto-loading no longer supported. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x3238): warning: Module auto-loading no longer supported. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ../source_subfolder/man/xmltoman line 20. BEGIN failed--compilation aborted at ../source_subfolder/man/xmltoman line 20. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY