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 In file included from ../source_subfolder/src/pulsecore/core-error.c:33: In file included from ../source_subfolder/src/pulsecore/thread.h:27: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/core-util.c:124: In file included from ../source_subfolder/src/pulsecore/thread.h:27: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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:2356:32: warning: format string is not a string literal [-Wformat-nonliteral] ret = vsnprintf(str, size, format, ap); ^~~~~~ 3 warnings generated. In file included from ../source_subfolder/src/pulsecore/fdsem.c:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. In file included from ../source_subfolder/src/pulsecore/flist.c:30: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/hashmap.c:28: In file included from ../source_subfolder/src/pulsecore/flist.h:26: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7 warnings generated. In file included from ../source_subfolder/src/pulsecore/i18n.c:24: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/idxset.c:30: In file included from ../source_subfolder/src/pulsecore/flist.h:26: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13 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. In file included from ../source_subfolder/src/pulsecore/ioline.c:36: In file included from ../source_subfolder/src/pulsecore/refcnt.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/lock-autospawn.c:37: In file included from ../source_subfolder/src/pulsecore/mutex.h:24: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/log.c:66: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/ratelimit.c:27: In file included from ../source_subfolder/src/pulsecore/mutex.h:24: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulsecore/mcalign.c:31: In file included from ../source_subfolder/src/pulsecore/mcalign.h:23: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/memblockq.c:31: In file included from ../source_subfolder/src/pulsecore/mcalign.h:23: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/memblock.c:42: In file included from ../source_subfolder/src/pulsecore/semaphore.h:24: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulsecore/memchunk.c:32: In file included from ../source_subfolder/src/pulsecore/memchunk.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/native-common.c:28: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/once.c:26: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/packet.c:28: In file included from ../source_subfolder/src/pulsecore/refcnt.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/pdispatch.c:32: In file included from ../source_subfolder/src/pulsecore/native-common.h:28: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/memtrap.c:39: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/aupdate.c:26: In file included from ../source_subfolder/src/pulsecore/semaphore.h:24: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/pstream-util.c:26: In file included from ../source_subfolder/src/pulsecore/native-common.h:28: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/pstream.c:40: In file included from ../source_subfolder/src/pulsecore/refcnt.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../source_subfolder/src/pulsecore/pstream.c:646: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]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. In file included from ../source_subfolder/src/pulsecore/queue.c:28: In file included from ../source_subfolder/src/pulsecore/flist.h:26: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/srbchannel.c:24: In file included from ../source_subfolder/src/pulsecore/srbchannel.h:24: In file included from ../source_subfolder/src/pulsecore/fdsem.h:29: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/sample-util.c:40: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../source_subfolder/src/pulsecore/shm.c:54: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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); ^~~~~~~~~~~~~~ 5 warnings generated. ../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))) { ^~~~~~ 5 warnings generated. In file included from ../source_subfolder/src/pulsecore/socket-client.c:60: In file included from ../source_subfolder/src/pulsecore/refcnt.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/socket-server.c:70: In file included from ../source_subfolder/src/pulsecore/refcnt.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning 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. In file included from ../source_subfolder/src/pulsecore/tagstruct.c:38: In file included from ../source_subfolder/src/pulsecore/flist.h:26: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/client-conf-x11.c:36: In file included from ../source_subfolder/src/pulse/client-conf-x11.h:23: In file included from ../source_subfolder/src/pulse/client-conf.h:24: In file included from ../source_subfolder/src/pulsecore/native-common.h:28: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/mutex-posix.c:30: In file included from ../source_subfolder/src/pulsecore/mutex.h:24: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/thread-posix.c:34: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/channelmap.c:35: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/semaphore-posix.c:31: In file included from ../source_subfolder/src/pulsecore/semaphore.h:24: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulse/context.c:48: In file included from ../source_subfolder/src/pulse/client-conf.h:24: In file included from ../source_subfolder/src/pulsecore/native-common.h:28: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/ext-device-manager.c:31: In file included from ../source_subfolder/src/pulsecore/pstream-util.h:24: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/ext-device-restore.c:33: In file included from ../source_subfolder/src/pulsecore/pstream-util.h:24: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulse/ext-stream-restore.c:29: In file included from ../source_subfolder/src/pulsecore/pstream-util.h:24: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulse/format.c:27: In file included from ../source_subfolder/src/pulse/internal.h:34: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/introspect.c:32: In file included from ../source_subfolder/src/pulsecore/pstream-util.h:24: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/mainloop.c:50: In file included from ../source_subfolder/src/pulse/internal.h:34: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/operation.c:26: In file included from ../source_subfolder/src/pulsecore/flist.h:26: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/scache.c:30: In file included from ../source_subfolder/src/pulsecore/pstream-util.h:24: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/stream.c:35: In file included from ../source_subfolder/src/pulsecore/pstream-util.h:24: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulse/subscribe.c:27: In file included from ../source_subfolder/src/pulsecore/pstream-util.h:24: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulse/thread-mainloop.c:37: In file included from ../source_subfolder/src/pulsecore/thread.h:27: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 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. In file included from ../source_subfolder/src/pulse/volume.c:31: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/cli.c:31: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/protocol-cli.c:28: In file included from ../source_subfolder/src/pulsecore/cli.h:24: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/protocol-simple.c:31: In file included from ../source_subfolder/src/pulsecore/sink-input.h:29: In file included from ../source_subfolder/src/pulsecore/memblockq.h:26: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 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 ^ 3 warnings generated. In file included from ../source_subfolder/src/pulsecore/protocol-http.c:35: In file included from ../source_subfolder/src/pulsecore/thread-mq.h:24: In file included from ../source_subfolder/src/pulsecore/asyncmsgq.h:26: In file included from ../source_subfolder/src/pulsecore/memchunk.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/protocol-native.c:36: In file included from ../source_subfolder/src/pulse/internal.h:34: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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 ^ In file included from ../source_subfolder/src/pulsecore/protocol-esound.c:38: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/module-protocol-stub.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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 ^ 1 warning generated. 3 warnings generated. 13 warnings generated. In file included from ../source_subfolder/src/modules/module-sine.c:28: In file included from ../source_subfolder/src/pulsecore/sink-input.h:29: In file included from ../source_subfolder/src/pulsecore/memblockq.h:26: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-protocol-stub.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-native-protocol-fd.c:27: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-combine.c:27: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-combine-sink.c:33: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/module-remap-sink.c:26: In file included from ../source_subfolder/src/pulsecore/namereg.h:23: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/modules/module-remap-source.c:31: In file included from ../source_subfolder/src/pulsecore/namereg.h:23: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-ladspa-sink.c:32: In file included from ../source_subfolder/src/pulsecore/namereg.h:23: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/module-tunnel-sink-new.c:32: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. 4 warnings generated. In file included from ../source_subfolder/src/modules/module-tunnel-source-new.c:32: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-tunnel.c:42: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/module-tunnel.c:42: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/modules/module-position-event-sounds.c:34: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-role-cork.c:25: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/module-augment-properties.c:30: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/stream-interaction.c:30: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/modules/module-loopback.c:29: In file included from ../source_subfolder/src/pulsecore/sink-input.h:29: In file included from ../source_subfolder/src/pulsecore/memblockq.h:26: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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) { ~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../source_subfolder/src/modules/module-virtual-sink.c:29: In file included from ../source_subfolder/src/pulsecore/namereg.h:23: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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 ^ In file included from ../source_subfolder/src/modules/module-virtual-source.c:31: In file included from ../source_subfolder/src/pulsecore/namereg.h:23: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 6 warnings generated. 1 warning generated. In file included from ../source_subfolder/src/modules/module-virtual-surround-sink.c:30: In file included from ../source_subfolder/src/pulsecore/namereg.h:23: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/module-switch-on-connect.c:27: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/modules/module-switch-on-port-available.c:25: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-filter-apply.c:28: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/module-filter-heuristics.c:28: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/module-role-ducking.c:25: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/modules/module-allow-passthrough.c:28: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/stream-interaction.c:30: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/module-protocol-stub.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/modules/module-esound-sink.c:53: In file included from ../source_subfolder/src/pulsecore/sink.h:33: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/rtp/module-rtp-send.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/modules/rtp/module-rtp-recv.c:38: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../source_subfolder/src/modules/rtp/module-rtp-recv.c:453: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:456: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:462: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:465: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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. In file included from ../source_subfolder/src/modules/module-protocol-stub.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-protocol-stub.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-protocol-stub.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-protocol-stub.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-protocol-stub.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-pipe-sink.c:42: In file included from ../source_subfolder/src/pulsecore/sink.h:33: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-pipe-source.c:39: In file included from ../source_subfolder/src/pulsecore/source.h:34: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-esound-compat-spawnfd.c:28: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-esound-compat-spawnpid.c:30: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-match.c:40: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/reserve-wrap.c:31: In file included from ../source_subfolder/src/pulsecore/shared.h:23: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/alsa/module-alsa-sink.c:25: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/alsa/module-alsa-source.c:33: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/alsa/module-alsa-card.c:28: In file included from ../source_subfolder/src/pulsecore/modargs.h:29: In file included from ../source_subfolder/src/pulsecore/resampler.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/module-mmkbd-evdev.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/daemon/cmdline.c:36: In file included from ../source_subfolder/src/daemon/cmdline.h:23: In file included from ../source_subfolder/src/daemon/daemon-conf.h:29: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/utils/padsp.c:55: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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) { ^ 1 warning generated. ../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)) ^ 19 warnings generated. In file included from ../source_subfolder/src/daemon/daemon-conf.c:45: In file included from ../source_subfolder/src/pulsecore/resampler.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/daemon/dumpmodules.c:36: In file included from ../source_subfolder/src/daemon/dumpmodules.h:23: In file included from ../source_subfolder/src/daemon/daemon-conf.h:29: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/daemon/main.c:63: In file included from ../source_subfolder/src/pulse/client-conf.h:24: In file included from ../source_subfolder/src/pulsecore/native-common.h:28: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/filter/lfe-filter.c:24: In file included from ../source_subfolder/src/pulsecore/filter/lfe-filter.h:27: In file included from ../source_subfolder/src/pulsecore/memchunk.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/asyncmsgq.c:31: In file included from ../source_subfolder/src/pulsecore/semaphore.h:24: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/asyncq.c:29: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. 1 warning generated. In file included from ../source_subfolder/src/pulsecore/auth-cookie.c:28: In file included from ../source_subfolder/src/pulsecore/refcnt.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/cli-command.c:40: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/cli-text.c:28: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/client.c:32: In file included from ../source_subfolder/src/pulsecore/core-subscribe.h:26: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulsecore/card.c:34: In file included from ../source_subfolder/src/pulsecore/namereg.h:23: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/core-subscribe.c:31: In file included from ../source_subfolder/src/pulsecore/core-subscribe.h:26: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/core-scache.c:50: In file included from ../source_subfolder/src/pulsecore/sink-input.h:29: In file included from ../source_subfolder/src/pulsecore/memblockq.h:26: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulsecore/core.c:33: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/message-handler.c:27: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulsecore/modargs.c:35: In file included from ../source_subfolder/src/pulsecore/modargs.h:29: In file included from ../source_subfolder/src/pulsecore/resampler.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/module.c:34: In file included from ../source_subfolder/src/pulsecore/core-subscribe.h:26: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/msgobject.c:25: In file included from ../source_subfolder/src/pulsecore/msgobject.h:27: In file included from ../source_subfolder/src/pulsecore/object.h:27: In file included from ../source_subfolder/src/pulsecore/refcnt.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/namereg.c:31: In file included from ../source_subfolder/src/pulsecore/source.h:34: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulsecore/object.c:25: In file included from ../source_subfolder/src/pulsecore/object.h:27: In file included from ../source_subfolder/src/pulsecore/refcnt.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/play-memblockq.c:29: In file included from ../source_subfolder/src/pulsecore/sink-input.h:29: In file included from ../source_subfolder/src/pulsecore/memblockq.h:26: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/play-memchunk.c:27: In file included from ../source_subfolder/src/pulsecore/sink-input.h:29: In file included from ../source_subfolder/src/pulsecore/memblockq.h:26: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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 ^ 3 warnings generated. 1 warning generated. In file included from ../source_subfolder/src/pulsecore/resampler.c:32: In file included from ../source_subfolder/src/pulsecore/resampler.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/resampler/peaks.c:27: In file included from ../source_subfolder/src/pulsecore/resampler.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/resampler/ffmpeg.c:27: In file included from ../source_subfolder/src/pulsecore/resampler.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulsecore/resampler/trivial.c:26: In file included from ../source_subfolder/src/pulsecore/resampler.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/rtpoll.c:38: In file included from ../source_subfolder/src/pulsecore/flist.h:26: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/svolume_c.c:29: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/svolume_arm.c:31: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulsecore/svolume_mmx.c:33: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/svolume_sse.c:33: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/mix.c:28: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/shared.c:27: In file included from ../source_subfolder/src/pulsecore/shared.h:23: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/sink-input.c:31: In file included from ../source_subfolder/src/pulse/internal.h:34: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/pulsecore/sink.c:36: In file included from ../source_subfolder/src/pulse/internal.h:34: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/device-port.c:22: In file included from ../source_subfolder/src/pulsecore/device-port.h:33: In file included from ../source_subfolder/src/pulsecore/object.h:27: In file included from ../source_subfolder/src/pulsecore/refcnt.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../source_subfolder/src/pulsecore/sink.c:2337:41: warning: variable 'mute' is uninitialized when used here [-Wuninitialized] pa_sink_mute_changed(s, mute); ^~~~ ../source_subfolder/src/pulsecore/sink.c:2333:18: note: initialize the variable 'mute' to silence this warning bool mute; ^ = false 1 warning generated. ../source_subfolder/src/pulsecore/sink.c:3306: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:192:13: note: expanded from macro 'pa_assert_se' if (PA_UNLIKELY(!(expr))) { \ ^~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/macro.h:40:24: note: expanded from macro 'PA_UNLIKELY' #define PA_UNLIKELY(x) (__builtin_expect(!!(x),0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/sink.c:3310:12: note: uninitialized use occurs here return latency; ^~~~~~~ ../source_subfolder/src/pulsecore/sink.c:3306: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:192:9: note: expanded from macro 'pa_assert_se' if (PA_UNLIKELY(!(expr))) { \ ^ ../source_subfolder/src/pulsecore/sink.c:3297:22: note: initialize the variable 'latency' to silence this warning pa_usec_t latency; ^ = 0 ../source_subfolder/src/pulsecore/sink.c:3375:12: warning: variable 'r' is uninitialized when used here [-Wuninitialized] return r; ^ ../source_subfolder/src/pulsecore/sink.c:3366:13: note: initialize the variable 'r' to silence this warning size_t r; ^ = 0 ../source_subfolder/src/pulsecore/sink.c:3389:12: warning: variable 'r' is uninitialized when used here [-Wuninitialized] return r; ^ ../source_subfolder/src/pulsecore/sink.c:3380:13: note: initialize the variable 'r' to silence this warning size_t r; ^ = 0 In file included from ../source_subfolder/src/pulsecore/sioman.c:25: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 5 warnings generated. In file included from ../source_subfolder/src/pulsecore/sound-file-stream.c:36: In file included from ../source_subfolder/src/pulsecore/sink-input.h:29: In file included from ../source_subfolder/src/pulsecore/memblockq.h:26: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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 ^ 3 warnings generated. In file included from ../source_subfolder/src/pulsecore/sound-file.c:35: In file included from ../source_subfolder/src/pulsecore/core-scache.h:24: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/source-output.c:31: In file included from ../source_subfolder/src/pulse/internal.h:34: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/pulsecore/source.c:34: In file included from ../source_subfolder/src/pulse/internal.h:34: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. ../source_subfolder/src/pulsecore/source.c:1159:36: warning: variable 'usec' is uninitialized when used here [-Wuninitialized] if (-s->port_latency_offset <= usec) ^~~~ ../source_subfolder/src/pulsecore/source.c:1143:17: note: initialize the variable 'usec' to silence this warning int64_t usec; ^ = 0 ../source_subfolder/src/pulsecore/source.c:1910:43: warning: variable 'mute' is uninitialized when used here [-Wuninitialized] pa_source_mute_changed(s, mute); ^~~~ ../source_subfolder/src/pulsecore/source.c:1906:18: note: initialize the variable 'mute' to silence this warning bool mute; ^ = false ../source_subfolder/src/pulsecore/source.c:2592: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:192:13: note: expanded from macro 'pa_assert_se' if (PA_UNLIKELY(!(expr))) { \ ^~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/macro.h:40:24: note: expanded from macro 'PA_UNLIKELY' #define PA_UNLIKELY(x) (__builtin_expect(!!(x),0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulsecore/source.c:2596:12: note: uninitialized use occurs here return latency; ^~~~~~~ ../source_subfolder/src/pulsecore/source.c:2592: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:192:9: note: expanded from macro 'pa_assert_se' if (PA_UNLIKELY(!(expr))) { \ ^ ../source_subfolder/src/pulsecore/source.c:2583:22: note: initialize the variable 'latency' to silence this warning pa_usec_t latency; ^ = 0 ../source_subfolder/src/pulsecore/source.c:2656:12: warning: variable 'r' is uninitialized when used here [-Wuninitialized] return r; ^ ../source_subfolder/src/pulsecore/source.c:2647:13: note: initialize the variable 'r' to silence this warning size_t r; ^ = 0 5 warnings generated. In file included from ../source_subfolder/src/pulsecore/thread-mq.c:27: In file included from ../source_subfolder/src/pulsecore/thread.h:27: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulsecore/x11wrap.c:30: In file included from ../source_subfolder/src/pulsecore/shared.h:23: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. In file included from ../source_subfolder/src/pulse/client-conf.c:39: In file included from ../source_subfolder/src/pulse/client-conf.h:24: In file included from ../source_subfolder/src/pulsecore/native-common.h:28: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/fork-detect.c:26: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/format.c:27: In file included from ../source_subfolder/src/pulse/internal.h:34: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/pulse/channelmap.c:35: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 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. In file included from ../source_subfolder/src/pulse/volume.c:31: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/rtp/rtp.c:44: In file included from ../source_subfolder/src/modules/rtp/rtp.h:26: In file included from ../source_subfolder/src/pulsecore/memblockq.h:26: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/rtp/sdp.c:40: In file included from ../source_subfolder/src/modules/rtp/rtp.h:26: In file included from ../source_subfolder/src/pulsecore/memblockq.h:26: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/rtp/sap.c:49: In file included from ../source_subfolder/src/modules/rtp/sap.h:26: In file included from ../source_subfolder/src/pulsecore/memblockq.h:26: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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; ^~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. 3 warnings generated. In file included from ../source_subfolder/src/modules/module-cli.c:29: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-protocol-stub.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-protocol-stub.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/module-null-sink.c:36: In file included from ../source_subfolder/src/pulsecore/sink.h:33: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/modules/module-null-source.c:38: In file included from ../source_subfolder/src/pulsecore/modargs.h:29: In file included from ../source_subfolder/src/pulsecore/resampler.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-sine-source.c:33: In file included from ../source_subfolder/src/pulsecore/source.h:34: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-detect.c:36: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-volume-restore.c:26: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-device-manager.c:38: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-device-restore.c:38: In file included from ../source_subfolder/src/pulse/internal.h:34: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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))) { ^~~~~~~~~~~~~~~ In file included from ../source_subfolder/src/modules/module-stream-restore.c:39: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 5 warnings generated. ../source_subfolder/src/modules/module-stream-restore.c:1084: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:1089: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:1089: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:1089: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))) { ^~~~~~~~~~~~~~~ 5 warnings generated. In file included from ../source_subfolder/src/modules/module-card-restore.c:37: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-default-device-restore.c:32: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-always-sink.c:26: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-always-source.c:27: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-rescue-streams.c:26: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-intended-roles.c:26: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/module-suspend-on-idle.c:28: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/echo-cancel/module-echo-cancel.c:34: In file included from ../source_subfolder/src/modules/echo-cancel/echo-cancel.h:29: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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 ^ In file included from ../source_subfolder/src/modules/echo-cancel/null.c:24: In file included from ../source_subfolder/src/pulsecore/modargs.h:29: In file included from ../source_subfolder/src/pulsecore/resampler.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 4 warnings generated. In file included from ../source_subfolder/src/modules/echo-cancel/adrian.c:32: In file included from ../source_subfolder/src/pulsecore/modargs.h:29: In file included from ../source_subfolder/src/pulsecore/resampler.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/x11/module-x11-bell.c:32: In file included from ../source_subfolder/src/pulsecore/core-scache.h:24: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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); ^~~~~~~~~~~~~~~~~~~~ 4 warnings generated. 1 warning generated. In file included from ../source_subfolder/src/modules/x11/module-x11-publish.c:33: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/x11/module-x11-xsmp.c:34: In file included from ../source_subfolder/src/pulsecore/modargs.h:29: In file included from ../source_subfolder/src/pulsecore/resampler.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/x11/module-x11-cork-request.c:35: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/modules/oss/module-oss.c:55: In file included from ../source_subfolder/src/pulsecore/thread.h:27: In file included from ../source_subfolder/src/pulsecore/once.h:23: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/alsa/alsa-util.c:38: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../source_subfolder/src/modules/alsa/alsa-util.c:1452: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:232:22: note: expanded from macro 'PA_SAMPLE_U8' #define PA_SAMPLE_U8 PA_SAMPLE_U8 ^~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1455: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:235:25: note: expanded from macro 'PA_SAMPLE_S16LE' #define PA_SAMPLE_S16LE PA_SAMPLE_S16LE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1456: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:236:25: note: expanded from macro 'PA_SAMPLE_S16BE' #define PA_SAMPLE_S16BE PA_SAMPLE_S16BE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1463: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:243: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: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_S24_BE] = PA_SAMPLE_S24_32BE, ^~~~~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:244:28: noteIn file included from : ../source_subfolder/src/modules/alsa/alsa-ucm.cexpanded from macro 'PA_SAMPLE_S24_32BE': 44: ../source_subfolder/src/pulsecore/atomic.h:#define PA_SAMPLE_S24_32BE PA_SAMPLE_S24_32BE120 : ^~~~~~~~~~~~~~~~~~33 : ../source_subfolder/src/modules/alsa/alsa-util.cwarning:: 1459incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion]: 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] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); [SND_PCM_FORMAT_S32_LE] = PA_SAMPLE_S32LE, ^ ^~~~~~~~~~~~~~~ ../source_subfolder/src/pulse/sample.h:239:25: note: expanded from macro 'PA_SAMPLE_S32LE' #define PA_SAMPLE_S32LE PA_SAMPLE_S32LE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1460: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:240:25: note: expanded from macro 'PA_SAMPLE_S32BE' #define PA_SAMPLE_S32BE PA_SAMPLE_S32BE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1457: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:237:29: note: expanded from macro 'PA_SAMPLE_FLOAT32LE' #define PA_SAMPLE_FLOAT32LE PA_SAMPLE_FLOAT32LE ^~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1458: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:238:29: note: expanded from macro 'PA_SAMPLE_FLOAT32BE' #define PA_SAMPLE_FLOAT32BE PA_SAMPLE_FLOAT32BE ^~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1454: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:234:24: note: expanded from macro 'PA_SAMPLE_ULAW' #define PA_SAMPLE_ULAW PA_SAMPLE_ULAW ^~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1453: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:233:24: note: expanded from macro 'PA_SAMPLE_ALAW' #define PA_SAMPLE_ALAW PA_SAMPLE_ALAW ^~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1461: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:241:25: note: expanded from macro 'PA_SAMPLE_S24LE' #define PA_SAMPLE_S24LE PA_SAMPLE_S24LE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1462: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:242:25: note: expanded from macro 'PA_SAMPLE_S24BE' #define PA_SAMPLE_S24BE PA_SAMPLE_S24BE ^~~~~~~~~~~~~~~ ../source_subfolder/src/modules/alsa/alsa-util.c:1508: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]]; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15 warnings generated. 1 warning generated. In file included from ../source_subfolder/src/modules/alsa/alsa-mixer.c:48: In file included from ../source_subfolder/src/modules/alsa/alsa-mixer.h:32: In file included from ../source_subfolder/src/pulsecore/rtpoll.h:27: In file included from ../source_subfolder/src/pulsecore/asyncmsgq.h:26: In file included from ../source_subfolder/src/pulsecore/memchunk.h:25: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/alsa/alsa-sink.c:39: In file included from ../source_subfolder/src/pulse/internal.h:34: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/alsa/alsa-source.c:36: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 1 warning generated. 1 warning generated. In file included from ../source_subfolder/src/modules/raop/raop-packet-buffer.c:36: In file included from ../source_subfolder/src/modules/raop/raop-packet-buffer.h:26: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/modules/raop/raop-client.c:42: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ ../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)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../source_subfolder/src/modules/raop/raop-sink.c:48: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ In file included from ../source_subfolder/src/modules/raop/module-raop-sink.c:25: In file included from ../source_subfolder/src/pulsecore/module.h:31: In file included from ../source_subfolder/src/pulsecore/core.h:46: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. 2 warnings generated. 1 warning generated. In file included from ../source_subfolder/src/utils/pacat.c:46: In file included from ../source_subfolder/src/pulsecore/sample-util.h:32: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 1 warning generated. In file included from ../source_subfolder/src/utils/pax11publish.c:32: In file included from ../source_subfolder/src/pulse/client-conf.h:24: In file included from ../source_subfolder/src/pulsecore/native-common.h:28: In file included from ../source_subfolder/src/pulsecore/pstream.h:30: In file included from ../source_subfolder/src/pulsecore/memblock.h:31: ../source_subfolder/src/pulsecore/atomic.h:120:33: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); ^ 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:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rescue_streams_LTX_pa__done(); ^ void pulseaudioS.c:353:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rescue_streams_LTX_pa__get_author(); ^ void pulseaudioS.c:354:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rescue_streams_LTX_pa__get_description(); ^ void pulseaudioS.c:355:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rescue_streams_LTX_pa__get_version(); ^ void pulseaudioS.c:356:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rescue_streams_LTX_pa__init(); ^ void pulseaudioS.c:357:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rescue_streams_LTX_pa__load_once(); ^ void pulseaudioS.c:358:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__done(); ^ void pulseaudioS.c:359:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__get_author(); ^ void pulseaudioS.c:360:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__get_description(); ^ void pulseaudioS.c:361:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__get_usage(); ^ void pulseaudioS.c:362:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__get_version(); ^ void pulseaudioS.c:363:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__init(); ^ void pulseaudioS.c:364:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_cork_LTX_pa__load_once(); ^ void pulseaudioS.c:365:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__done(); ^ void pulseaudioS.c:366:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__get_author(); ^ void pulseaudioS.c:367:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__get_description(); ^ void pulseaudioS.c:368:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__get_usage(); ^ void pulseaudioS.c:369:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__get_version(); ^ void pulseaudioS.c:370:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__init(); ^ void pulseaudioS.c:371:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_role_ducking_LTX_pa__load_once(); ^ void pulseaudioS.c:372:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__done(); ^ void pulseaudioS.c:373:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__get_author(); ^ void pulseaudioS.c:374:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__get_description(); ^ void pulseaudioS.c:375:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__get_usage(); ^ void pulseaudioS.c:376:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__get_version(); ^ void pulseaudioS.c:377:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__init(); ^ void pulseaudioS.c:378:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_recv_LTX_pa__load_once(); ^ void pulseaudioS.c:379:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__done(); ^ void pulseaudioS.c:380:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__get_author(); ^ void pulseaudioS.c:381:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__get_description(); ^ void pulseaudioS.c:382:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__get_usage(); ^ void pulseaudioS.c:383:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__get_version(); ^ void pulseaudioS.c:384:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__init(); ^ void pulseaudioS.c:385:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_rtp_send_LTX_pa__load_once(); ^ void pulseaudioS.c:386:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__done(); ^ void pulseaudioS.c:387:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__get_author(); ^ void pulseaudioS.c:388:62: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__get_description(); ^ void pulseaudioS.c:389:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__get_usage(); ^ void pulseaudioS.c:390:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__get_version(); ^ void pulseaudioS.c:391:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__init(); ^ void pulseaudioS.c:392:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_tcp_LTX_pa__load_once(); ^ void pulseaudioS.c:393:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__done(); ^ void pulseaudioS.c:394:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__get_author(); ^ void pulseaudioS.c:395:63: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__get_description(); ^ void pulseaudioS.c:396:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__get_usage(); ^ void pulseaudioS.c:397:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__get_version(); ^ void pulseaudioS.c:398:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__init(); ^ void pulseaudioS.c:399:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_simple_protocol_unix_LTX_pa__load_once(); ^ void pulseaudioS.c:400:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__done(); ^ void pulseaudioS.c:401:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__get_author(); ^ void pulseaudioS.c:402:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__get_description(); ^ void pulseaudioS.c:403:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__get_usage(); ^ void pulseaudioS.c:404:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__get_version(); ^ void pulseaudioS.c:405:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__init(); ^ void pulseaudioS.c:406:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_LTX_pa__load_once(); ^ void pulseaudioS.c:407:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__done(); ^ void pulseaudioS.c:408:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__get_author(); ^ void pulseaudioS.c:409:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__get_description(); ^ void pulseaudioS.c:410:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__get_n_used(); ^ void pulseaudioS.c:411:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__get_usage(); ^ void pulseaudioS.c:412:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__get_version(); ^ void pulseaudioS.c:413:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__init(); ^ void pulseaudioS.c:414:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_sine_source_LTX_pa__load_once(); ^ void pulseaudioS.c:415:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__done(); ^ void pulseaudioS.c:416:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__get_author(); ^ void pulseaudioS.c:417:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__get_description(); ^ void pulseaudioS.c:418:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__get_usage(); ^ void pulseaudioS.c:419:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__get_version(); ^ void pulseaudioS.c:420:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__init(); ^ void pulseaudioS.c:421:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_stream_restore_LTX_pa__load_once(); ^ void pulseaudioS.c:422:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__done(); ^ void pulseaudioS.c:423:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__get_author(); ^ void pulseaudioS.c:424:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__get_description(); ^ void pulseaudioS.c:425:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__get_usage(); ^ void pulseaudioS.c:426:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__get_version(); ^ void pulseaudioS.c:427:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__init(); ^ void pulseaudioS.c:428:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_suspend_on_idle_LTX_pa__load_once(); ^ void pulseaudioS.c:429:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__done(); ^ void pulseaudioS.c:430:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__get_author(); ^ void pulseaudioS.c:431:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__get_description(); ^ void pulseaudioS.c:432:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__get_usage(); ^ void pulseaudioS.c:433:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__get_version(); ^ void pulseaudioS.c:434:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__init(); ^ void pulseaudioS.c:435:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_connect_LTX_pa__load_once(); ^ void pulseaudioS.c:436:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_port_available_LTX_pa__done(); ^ void pulseaudioS.c:437: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:438: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:439: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:440:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_switch_on_port_available_LTX_pa__init(); ^ void pulseaudioS.c:441: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:442:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__done(); ^ void pulseaudioS.c:443:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:444:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:445:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:446:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:447:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__init(); ^ void pulseaudioS.c:448:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:449:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__done(); ^ void pulseaudioS.c:450:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__get_author(); ^ void pulseaudioS.c:451:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__get_description(); ^ void pulseaudioS.c:452:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__get_usage(); ^ void pulseaudioS.c:453:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__get_version(); ^ void pulseaudioS.c:454:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__init(); ^ void pulseaudioS.c:455:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_sink_new_LTX_pa__load_once(); ^ void pulseaudioS.c:456:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__done(); ^ void pulseaudioS.c:457:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__get_author(); ^ void pulseaudioS.c:458:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__get_description(); ^ void pulseaudioS.c:459:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__get_usage(); ^ void pulseaudioS.c:460:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__get_version(); ^ void pulseaudioS.c:461:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__init(); ^ void pulseaudioS.c:462:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_LTX_pa__load_once(); ^ void pulseaudioS.c:463:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__done(); ^ void pulseaudioS.c:464:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__get_author(); ^ void pulseaudioS.c:465:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__get_description(); ^ void pulseaudioS.c:466:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__get_usage(); ^ void pulseaudioS.c:467:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__get_version(); ^ void pulseaudioS.c:468:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__init(); ^ void pulseaudioS.c:469:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_tunnel_source_new_LTX_pa__load_once(); ^ void pulseaudioS.c:470:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__done(); ^ void pulseaudioS.c:471:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:472:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:473:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__get_n_used(); ^ void pulseaudioS.c:474:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:475:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:476:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__init(); ^ void pulseaudioS.c:477:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:478:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__done(); ^ void pulseaudioS.c:479:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__get_author(); ^ void pulseaudioS.c:480:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__get_description(); ^ void pulseaudioS.c:481:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__get_n_used(); ^ void pulseaudioS.c:482:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__get_usage(); ^ void pulseaudioS.c:483:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__get_version(); ^ void pulseaudioS.c:484:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__init(); ^ void pulseaudioS.c:485:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_source_LTX_pa__load_once(); ^ void pulseaudioS.c:486:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__done(); ^ void pulseaudioS.c:487:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__get_author(); ^ void pulseaudioS.c:488:64: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__get_description(); ^ void pulseaudioS.c:489: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:490:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__get_usage(); ^ void pulseaudioS.c:491:60: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__get_version(); ^ void pulseaudioS.c:492:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__init(); ^ void pulseaudioS.c:493:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_virtual_surround_sink_LTX_pa__load_once(); ^ void pulseaudioS.c:494:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__get_author(); ^ void pulseaudioS.c:495:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__get_deprecated(); ^ void pulseaudioS.c:496:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__get_description(); ^ void pulseaudioS.c:497:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__get_version(); ^ void pulseaudioS.c:498:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__init(); ^ void pulseaudioS.c:499:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_volume_restore_LTX_pa__load_once(); ^ void pulseaudioS.c:500:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__done(); ^ void pulseaudioS.c:501:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__get_author(); ^ void pulseaudioS.c:502:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__get_description(); ^ void pulseaudioS.c:503:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__get_usage(); ^ void pulseaudioS.c:504:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__get_version(); ^ void pulseaudioS.c:505:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__init(); ^ void pulseaudioS.c:506:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_bell_LTX_pa__load_once(); ^ void pulseaudioS.c:507:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__done(); ^ void pulseaudioS.c:508:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__get_author(); ^ void pulseaudioS.c:509:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__get_description(); ^ void pulseaudioS.c:510:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__get_usage(); ^ void pulseaudioS.c:511:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__get_version(); ^ void pulseaudioS.c:512:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__init(); ^ void pulseaudioS.c:513:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_cork_request_LTX_pa__load_once(); ^ void pulseaudioS.c:514:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__done(); ^ void pulseaudioS.c:515:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__get_author(); ^ void pulseaudioS.c:516:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__get_description(); ^ void pulseaudioS.c:517:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__get_usage(); ^ void pulseaudioS.c:518:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__get_version(); ^ void pulseaudioS.c:519:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__init(); ^ void pulseaudioS.c:520:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_publish_LTX_pa__load_once(); ^ void pulseaudioS.c:521:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__done(); ^ void pulseaudioS.c:522:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__get_author(); ^ void pulseaudioS.c:523:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__get_description(); ^ void pulseaudioS.c:524:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__get_usage(); ^ void pulseaudioS.c:525:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__get_version(); ^ void pulseaudioS.c:526:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__init(); ^ void pulseaudioS.c:527:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int module_x11_xsmp_LTX_pa__load_once(); ^ void pulseaudioS.c:528:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_accept_cloexec(); ^ void pulseaudioS.c:529:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_adrian_ec_done(); ^ void pulseaudioS.c:530:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_adrian_ec_init(); ^ void pulseaudioS.c:531:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_adrian_ec_run(); ^ void pulseaudioS.c:532:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_add_ports(); ^ void pulseaudioS.c:533:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_build_pollfd(); ^ void pulseaudioS.c:534:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_decibel_fix_dump(); ^ void pulseaudioS.c:535:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_dump(); ^ void pulseaudioS.c:536:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_dump_status(); ^ void pulseaudioS.c:537:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_element_dump(); ^ 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:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_mixer_find(); ^ void pulseaudioS.c:563:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_mixer_pdata_free(); ^ void pulseaudioS.c:564:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_mixer_pdata_new(); ^ void pulseaudioS.c:565:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_by_device_id_auto(); ^ void pulseaudioS.c:566:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_by_device_id_mapping(); ^ void pulseaudioS.c:567:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_by_device_string(); ^ void pulseaudioS.c:568:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_by_template(); ^ void pulseaudioS.c:569:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_mixer(); ^ void pulseaudioS.c:570:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_open_mixer_for_pcm(); ^ void pulseaudioS.c:571:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_option_dump(); ^ void pulseaudioS.c:572:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_dump(); ^ void pulseaudioS.c:573:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_free(); ^ void pulseaudioS.c:574:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_get_mute(); ^ void pulseaudioS.c:575:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_get_volume(); ^ void pulseaudioS.c:576:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_new(); ^ void pulseaudioS.c:577:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_probe(); ^ void pulseaudioS.c:578:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_select(); ^ void pulseaudioS.c:579:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_add_ports(); ^ void pulseaudioS.c:580:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_callback(); ^ void pulseaudioS.c:581:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_dump(); ^ void pulseaudioS.c:582:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_free(); ^ void pulseaudioS.c:583:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_mute(); ^ void pulseaudioS.c:584:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_new(); ^ void pulseaudioS.c:585:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_set_callback(); ^ void pulseaudioS.c:586:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_set_volume(); ^ void pulseaudioS.c:587:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_path_synthesize(); ^ void pulseaudioS.c:588:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_pcm_is_hw(); ^ void pulseaudioS.c:589:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_pcm_is_modem(); ^ void pulseaudioS.c:590:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_dump(); ^ void pulseaudioS.c:591:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_set_drop_unsupported(); ^ void pulseaudioS.c:592:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_set_dump(); ^ void pulseaudioS.c:593:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_set_free(); ^ void pulseaudioS.c:594:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_set_new(); ^ void pulseaudioS.c:595:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_profile_set_probe(); ^ void pulseaudioS.c:596:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_recover_from_poll(); ^ void pulseaudioS.c:597:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_refcnt_dec(); ^ void pulseaudioS.c:598:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_refcnt_inc(); ^ void pulseaudioS.c:599:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_safe_avail(); ^ void pulseaudioS.c:600:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_safe_delay(); ^ void pulseaudioS.c:601:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_safe_mmap_begin(); ^ void pulseaudioS.c:602:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_set_hw_params(); ^ void pulseaudioS.c:603:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_set_mixer_rtpoll(); ^ void pulseaudioS.c:604:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_set_sw_params(); ^ void pulseaudioS.c:605:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_setting_dump(); ^ void pulseaudioS.c:606:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_sink_free(); ^ void pulseaudioS.c:607:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_sink_new(); ^ void pulseaudioS.c:608:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_source_free(); ^ void pulseaudioS.c:609:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_source_new(); ^ void pulseaudioS.c:610:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_strerror(); ^ void pulseaudioS.c:611:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_add_ports(); ^ void pulseaudioS.c:612:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_add_ports_combination(); ^ void pulseaudioS.c:613:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_add_profile_set(); ^ void pulseaudioS.c:614:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_device_update_available(); ^ void pulseaudioS.c:615:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_free(); ^ void pulseaudioS.c:616:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_get_verb(); ^ void pulseaudioS.c:617:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_mapping_context_free(); ^ void pulseaudioS.c:618:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_query_profiles(); ^ void pulseaudioS.c:619:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_roled_stream_begin(); ^ void pulseaudioS.c:620:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_roled_stream_end(); ^ void pulseaudioS.c:621:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_set_port(); ^ void pulseaudioS.c:622:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_alsa_ucm_set_profile(); ^ void pulseaudioS.c:623:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_append_to_config_home_dir(); ^ void pulseaudioS.c:624:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_append_to_home_dir(); ^ void pulseaudioS.c:625:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ascii_filter(); ^ void pulseaudioS.c:626:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ascii_valid(); ^ void pulseaudioS.c:627:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_dispatch(); ^ void pulseaudioS.c:628:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_dispatching(); ^ void pulseaudioS.c:629:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_done(); ^ void pulseaudioS.c:630:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_flush(); ^ void pulseaudioS.c:631:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_get(); ^ void pulseaudioS.c:632:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_new(); ^ void pulseaudioS.c:633:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_post(); ^ void pulseaudioS.c:634:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_process_one(); ^ void pulseaudioS.c:635:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_read_after_poll(); ^ void pulseaudioS.c:636:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_read_before_poll(); ^ void pulseaudioS.c:637:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_read_fd(); ^ void pulseaudioS.c:638:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_ref(); ^ void pulseaudioS.c:639:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_send(); ^ void pulseaudioS.c:640:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_unref(); ^ void pulseaudioS.c:641:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_wait_for(); ^ void pulseaudioS.c:642:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_write_after_poll(); ^ void pulseaudioS.c:643:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_write_before_poll(); ^ void pulseaudioS.c:644:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncmsgq_write_fd(); ^ void pulseaudioS.c:645:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_free(); ^ void pulseaudioS.c:646:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_new(); ^ void pulseaudioS.c:647:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_pop(); ^ void pulseaudioS.c:648:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_post(); ^ void pulseaudioS.c:649:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_push(); ^ void pulseaudioS.c:650:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_read_after_poll(); ^ void pulseaudioS.c:651:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_read_before_poll(); ^ void pulseaudioS.c:652:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_read_fd(); ^ void pulseaudioS.c:653:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_write_after_poll(); ^ void pulseaudioS.c:654:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_write_before_poll(); ^ void pulseaudioS.c:655:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_asyncq_write_fd(); ^ void pulseaudioS.c:656:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_atod(); ^ void pulseaudioS.c:657:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_atoi(); ^ void pulseaudioS.c:658:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_atol(); ^ void pulseaudioS.c:659:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_atou(); ^ void pulseaudioS.c:660:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_free(); ^ void pulseaudioS.c:661:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_new(); ^ void pulseaudioS.c:662:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_read_begin(); ^ void pulseaudioS.c:663:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_read_end(); ^ void pulseaudioS.c:664:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_write_begin(); ^ void pulseaudioS.c:665:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_write_end(); ^ void pulseaudioS.c:666:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_aupdate_write_swap(); ^ void pulseaudioS.c:667:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_auth_cookie_create(); ^ void pulseaudioS.c:668:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_auth_cookie_get(); ^ void pulseaudioS.c:669:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_auth_cookie_read(); ^ void pulseaudioS.c:670:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_auth_cookie_ref(); ^ void pulseaudioS.c:671:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_auth_cookie_unref(); ^ void pulseaudioS.c:672:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_authkey_load(); ^ void pulseaudioS.c:673:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_authkey_save(); ^ void pulseaudioS.c:674:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_autospawn_lock_acquire(); ^ void pulseaudioS.c:675:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_autospawn_lock_done(); ^ void pulseaudioS.c:676:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_autospawn_lock_init(); ^ void pulseaudioS.c:677:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_autospawn_lock_release(); ^ void pulseaudioS.c:678:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_available_to_string(); ^ void pulseaudioS.c:679:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bitset_equals(); ^ void pulseaudioS.c:680:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bitset_get(); ^ void pulseaudioS.c:681:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bitset_set(); ^ void pulseaudioS.c:682:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bytes_per_second(); ^ void pulseaudioS.c:683:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bytes_snprint(); ^ void pulseaudioS.c:684:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bytes_to_usec(); ^ void pulseaudioS.c:685:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_bytes_to_usec_round_up(); ^ void pulseaudioS.c:686:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_add_profile(); ^ void pulseaudioS.c:687:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_choose_initial_profile(); ^ void pulseaudioS.c:688:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_free(); ^ void pulseaudioS.c:689:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_list_to_string(); ^ void pulseaudioS.c:690:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_new(); ^ void pulseaudioS.c:691:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_new_data_done(); ^ void pulseaudioS.c:692:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_new_data_init(); ^ void pulseaudioS.c:693:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_new_data_set_name(); ^ void pulseaudioS.c:694:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_new_data_set_preferred_port(); ^ void pulseaudioS.c:695:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_profile_free(); ^ void pulseaudioS.c:696:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_profile_new(); ^ void pulseaudioS.c:697:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_profile_set_available(); ^ void pulseaudioS.c:698:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_put(); ^ void pulseaudioS.c:699:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_set_preferred_port(); ^ void pulseaudioS.c:700:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_set_profile(); ^ void pulseaudioS.c:701:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_card_suspend(); ^ void pulseaudioS.c:702:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_can_balance(); ^ void pulseaudioS.c:703:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_can_fade(); ^ void pulseaudioS.c:704:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_can_lfe_balance(); ^ void pulseaudioS.c:705:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_compatible(); ^ void pulseaudioS.c:706:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_equal(); ^ void pulseaudioS.c:707:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_has_position(); ^ void pulseaudioS.c:708:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_init(); ^ void pulseaudioS.c:709:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_init_auto(); ^ void pulseaudioS.c:710:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_init_extend(); ^ void pulseaudioS.c:711:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_init_mono(); ^ void pulseaudioS.c:712:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_init_stereo(); ^ void pulseaudioS.c:713:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_mask(); ^ void pulseaudioS.c:714:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_parse(); ^ void pulseaudioS.c:715:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_snprint(); ^ void pulseaudioS.c:716:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_superset(); ^ void pulseaudioS.c:717:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_to_name(); ^ void pulseaudioS.c:718:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_to_pretty_name(); ^ void pulseaudioS.c:719:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_map_valid(); ^ void pulseaudioS.c:720:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_position_from_string(); ^ void pulseaudioS.c:721:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_position_to_pretty_string(); ^ void pulseaudioS.c:722:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channel_position_to_string(); ^ void pulseaudioS.c:723:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_channels_valid(); ^ void pulseaudioS.c:724:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_check_in_group(); ^ void pulseaudioS.c:725:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_check_signal_is_blocked(); ^ void pulseaudioS.c:726:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_command_execute(); ^ void pulseaudioS.c:727:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_command_execute_file(); ^ void pulseaudioS.c:728:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_command_execute_file_stream(); ^ void pulseaudioS.c:729:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_command_execute_line(); ^ void pulseaudioS.c:730:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_command_execute_line_stateful(); ^ void pulseaudioS.c:731:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_free(); ^ void pulseaudioS.c:732:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_get_module(); ^ void pulseaudioS.c:733:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_new(); ^ void pulseaudioS.c:734:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_protocol_connect(); ^ void pulseaudioS.c:735:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_protocol_disconnect(); ^ void pulseaudioS.c:736:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_protocol_get(); ^ void pulseaudioS.c:737:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_protocol_ref(); ^ void pulseaudioS.c:738:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_protocol_unref(); ^ void pulseaudioS.c:739:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cli_set_eof_callback(); ^ void pulseaudioS.c:740:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_free(); ^ void pulseaudioS.c:741:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_from_x11(); ^ void pulseaudioS.c:742:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_load(); ^ void pulseaudioS.c:743:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_load_cookie(); ^ void pulseaudioS.c:744:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_new(); ^ void pulseaudioS.c:745:59: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_conf_set_cookie_file_from_application(); ^ void pulseaudioS.c:746:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_free(); ^ void pulseaudioS.c:747:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_kill(); ^ void pulseaudioS.c:748:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_list_to_string(); ^ void pulseaudioS.c:749:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_new(); ^ void pulseaudioS.c:750:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_new_data_done(); ^ void pulseaudioS.c:751:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_new_data_init(); ^ void pulseaudioS.c:752:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_send_event(); ^ void pulseaudioS.c:753:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_set_name(); ^ void pulseaudioS.c:754:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_client_update_proplist(); ^ void pulseaudioS.c:755:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_close(); ^ void pulseaudioS.c:756:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_close_all(); ^ void pulseaudioS.c:757:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_close_allv(); ^ void pulseaudioS.c:758:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_close_pipe(); ^ void pulseaudioS.c:759:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cmsg_ancil_data_close_fds(); ^ void pulseaudioS.c:760:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_client_event(); ^ void pulseaudioS.c:761:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_extension(); ^ void pulseaudioS.c:762:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_overflow_or_underflow(); ^ void pulseaudioS.c:763:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_request(); ^ void pulseaudioS.c:764:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_buffer_attr(); ^ void pulseaudioS.c:765:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_event(); ^ void pulseaudioS.c:766:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_killed(); ^ void pulseaudioS.c:767:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_moved(); ^ void pulseaudioS.c:768:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_started(); ^ void pulseaudioS.c:769:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_stream_suspended(); ^ void pulseaudioS.c:770:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_command_subscribe_event(); ^ void pulseaudioS.c:771:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_common_command_register_memfd_shmid(); ^ void pulseaudioS.c:772:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cond_free(); ^ void pulseaudioS.c:773:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cond_new(); ^ void pulseaudioS.c:774:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cond_signal(); ^ void pulseaudioS.c:775:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cond_wait(); ^ void pulseaudioS.c:776:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse(); ^ void pulseaudioS.c:777:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_bool(); ^ void pulseaudioS.c:778:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_int(); ^ void pulseaudioS.c:779:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_not_bool(); ^ void pulseaudioS.c:780:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_size(); ^ void pulseaudioS.c:781:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_string(); ^ void pulseaudioS.c:782:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_config_parse_unsigned(); ^ void pulseaudioS.c:783:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_add_autoload(); ^ void pulseaudioS.c:784:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_connect(); ^ void pulseaudioS.c:785:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_disconnect(); ^ void pulseaudioS.c:786:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_drain(); ^ void pulseaudioS.c:787:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_errno(); ^ void pulseaudioS.c:788:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_exit_daemon(); ^ void pulseaudioS.c:789:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_fail(); ^ void pulseaudioS.c:790:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_autoload_info_by_index(); ^ void pulseaudioS.c:791:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_autoload_info_by_name(); ^ void pulseaudioS.c:792:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_autoload_info_list(); ^ void pulseaudioS.c:793:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_card_info_by_index(); ^ void pulseaudioS.c:794:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_card_info_by_name(); ^ void pulseaudioS.c:795:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_card_info_list(); ^ void pulseaudioS.c:796:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_client_info(); ^ void pulseaudioS.c:797:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_client_info_list(); ^ void pulseaudioS.c:798:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_index(); ^ void pulseaudioS.c:799:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_module_info(); ^ void pulseaudioS.c:800:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_module_info_list(); ^ void pulseaudioS.c:801:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_protocol_version(); ^ void pulseaudioS.c:802:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sample_info_by_index(); ^ void pulseaudioS.c:803:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sample_info_by_name(); ^ void pulseaudioS.c:804:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sample_info_list(); ^ void pulseaudioS.c:805:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_server(); ^ void pulseaudioS.c:806:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_server_info(); ^ void pulseaudioS.c:807:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_server_protocol_version(); ^ void pulseaudioS.c:808:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sink_info_by_index(); ^ void pulseaudioS.c:809:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sink_info_by_name(); ^ void pulseaudioS.c:810:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sink_info_list(); ^ void pulseaudioS.c:811:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sink_input_info(); ^ void pulseaudioS.c:812:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_sink_input_info_list(); ^ void pulseaudioS.c:813:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_source_info_by_index(); ^ void pulseaudioS.c:814:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_source_info_by_name(); ^ void pulseaudioS.c:815:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_source_info_list(); ^ void pulseaudioS.c:816:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_source_output_info(); ^ void pulseaudioS.c:817:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_source_output_info_list(); ^ void pulseaudioS.c:818:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_state(); ^ void pulseaudioS.c:819:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_get_tile_size(); ^ void pulseaudioS.c:820:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_handle_error(); ^ void pulseaudioS.c:821:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_is_local(); ^ void pulseaudioS.c:822:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_is_pending(); ^ void pulseaudioS.c:823:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_kill_client(); ^ void pulseaudioS.c:824:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_kill_sink_input(); ^ void pulseaudioS.c:825:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_kill_source_output(); ^ void pulseaudioS.c:826:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_load_cookie_from_file(); ^ void pulseaudioS.c:827:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_load_module(); ^ void pulseaudioS.c:828:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_move_sink_input_by_index(); ^ void pulseaudioS.c:829:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_move_sink_input_by_name(); ^ void pulseaudioS.c:830:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_move_source_output_by_index(); ^ void pulseaudioS.c:831:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_move_source_output_by_name(); ^ void pulseaudioS.c:832:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_new(); ^ void pulseaudioS.c:833:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_new_with_proplist(); ^ void pulseaudioS.c:834:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_play_sample(); ^ void pulseaudioS.c:835:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_play_sample_with_proplist(); ^ void pulseaudioS.c:836:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_proplist_remove(); ^ void pulseaudioS.c:837:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_proplist_update(); ^ void pulseaudioS.c:838:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_ref(); ^ void pulseaudioS.c:839:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_remove_autoload_by_index(); ^ void pulseaudioS.c:840:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_remove_autoload_by_name(); ^ void pulseaudioS.c:841:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_remove_sample(); ^ void pulseaudioS.c:842:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_rttime_new(); ^ void pulseaudioS.c:843:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_rttime_restart(); ^ void pulseaudioS.c:844:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_send_simple_command(); ^ void pulseaudioS.c:845:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_card_profile_by_index(); ^ void pulseaudioS.c:846:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_card_profile_by_name(); ^ void pulseaudioS.c:847:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_default_sink(); ^ void pulseaudioS.c:848:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_default_source(); ^ void pulseaudioS.c:849:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_error(); ^ void pulseaudioS.c:850:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_event_callback(); ^ void pulseaudioS.c:851:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_name(); ^ void pulseaudioS.c:852:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_port_latency_offset(); ^ void pulseaudioS.c:853:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_input_mute(); ^ void pulseaudioS.c:854:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_input_volume(); ^ void pulseaudioS.c:855:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_mute_by_index(); ^ void pulseaudioS.c:856:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_mute_by_name(); ^ void pulseaudioS.c:857:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_port_by_index(); ^ void pulseaudioS.c:858:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_port_by_name(); ^ void pulseaudioS.c:859:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_volume_by_index(); ^ void pulseaudioS.c:860:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_sink_volume_by_name(); ^ void pulseaudioS.c:861:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_mute_by_index(); ^ void pulseaudioS.c:862:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_mute_by_name(); ^ void pulseaudioS.c:863:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_output_mute(); ^ void pulseaudioS.c:864:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_output_volume(); ^ void pulseaudioS.c:865:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_port_by_index(); ^ void pulseaudioS.c:866:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_port_by_name(); ^ void pulseaudioS.c:867:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_volume_by_index(); ^ void pulseaudioS.c:868:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_source_volume_by_name(); ^ void pulseaudioS.c:869:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_state(); ^ void pulseaudioS.c:870:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_state_callback(); ^ void pulseaudioS.c:871:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_set_subscribe_callback(); ^ void pulseaudioS.c:872:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_simple_ack_callback(); ^ void pulseaudioS.c:873:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_stat(); ^ void pulseaudioS.c:874:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_subscribe(); ^ void pulseaudioS.c:875:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_suspend_sink_by_index(); ^ void pulseaudioS.c:876:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_suspend_sink_by_name(); ^ void pulseaudioS.c:877:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_suspend_source_by_index(); ^ void pulseaudioS.c:878:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_suspend_source_by_name(); ^ void pulseaudioS.c:879:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_unload_module(); ^ void pulseaudioS.c:880:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_context_unref(); ^ void pulseaudioS.c:881:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_convert_func_init_sse(); ^ void pulseaudioS.c:882:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_convert_size(); ^ void pulseaudioS.c:883:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_check_idle(); ^ void pulseaudioS.c:884:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_check_type(); ^ void pulseaudioS.c:885:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_exit(); ^ void pulseaudioS.c:886:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_maybe_vacuum(); ^ void pulseaudioS.c:887:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_new(); ^ void pulseaudioS.c:888:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_rttime_new(); ^ void pulseaudioS.c:889:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_rttime_restart(); ^ void pulseaudioS.c:890:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_set_configured_default_sink(); ^ void pulseaudioS.c:891:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_set_configured_default_source(); ^ void pulseaudioS.c:892:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_set_exit_idle_time(); ^ void pulseaudioS.c:894:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_update_default_sink(); ^ void pulseaudioS.c:895:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_core_update_default_source(); ^ void pulseaudioS.c:896:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_get_arm_flags(); ^ void pulseaudioS.c:897:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_get_x86_flags(); ^ void pulseaudioS.c:898:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_init(); ^ void pulseaudioS.c:899:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_init_arm(); ^ void pulseaudioS.c:900:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_init_orc(); ^ void pulseaudioS.c:901:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cpu_init_x86(); ^ void pulseaudioS.c:902:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_create_stream_callback(); ^ void pulseaudioS.c:903:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cstrerror(); ^ void pulseaudioS.c:904:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_avg(); ^ void pulseaudioS.c:905:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_avg_mask(); ^ void pulseaudioS.c:906:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_channels_equal_to(); ^ void pulseaudioS.c:907:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_compatible(); ^ void pulseaudioS.c:908:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_compatible_with_channel_map(); ^ void pulseaudioS.c:909:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_dec(); ^ void pulseaudioS.c:910:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_equal(); ^ void pulseaudioS.c:911:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_get_balance(); ^ void pulseaudioS.c:912:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_get_fade(); ^ void pulseaudioS.c:913:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_get_lfe_balance(); ^ void pulseaudioS.c:914:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_get_position(); ^ void pulseaudioS.c:915:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_inc(); ^ void pulseaudioS.c:916:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_inc_clamp(); ^ void pulseaudioS.c:917:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_init(); ^ void pulseaudioS.c:918:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_max(); ^ void pulseaudioS.c:919:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_max_mask(); ^ void pulseaudioS.c:920:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_merge(); ^ void pulseaudioS.c:921:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_min(); ^ void pulseaudioS.c:922:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_min_mask(); ^ void pulseaudioS.c:923:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_remap(); ^ void pulseaudioS.c:924:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_scale(); ^ void pulseaudioS.c:925:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_scale_mask(); ^ void pulseaudioS.c:926:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_set(); ^ void pulseaudioS.c:927:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_set_balance(); ^ void pulseaudioS.c:928:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_set_fade(); ^ void pulseaudioS.c:929:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_set_lfe_balance(); ^ void pulseaudioS.c:930:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_set_position(); ^ void pulseaudioS.c:931:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_snprint(); ^ void pulseaudioS.c:932:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_snprint_verbose(); ^ void pulseaudioS.c:933:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_cvolume_valid(); ^ void pulseaudioS.c:934:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_clear(); ^ void pulseaudioS.c:935:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_close(); ^ void pulseaudioS.c:936:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_first(); ^ void pulseaudioS.c:937:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_get(); ^ void pulseaudioS.c:938:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_next(); ^ void pulseaudioS.c:939:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_open(); ^ void pulseaudioS.c:940:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_set(); ^ void pulseaudioS.c:941:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_size(); ^ void pulseaudioS.c:942:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_sync(); ^ void pulseaudioS.c:943:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_database_unset(); ^ void pulseaudioS.c:944:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_datum_free(); ^ void pulseaudioS.c:945:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_deinterleave(); ^ void pulseaudioS.c:946:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_detect_fork(); ^ void pulseaudioS.c:947:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_init_description(); ^ void pulseaudioS.c:948:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_init_icon(); ^ void pulseaudioS.c:949:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_init_intended_roles(); ^ void pulseaudioS.c:950:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_init_priority(); ^ void pulseaudioS.c:951:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_check_type(); ^ void pulseaudioS.c:952:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_find_best(); ^ void pulseaudioS.c:953:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new(); ^ void pulseaudioS.c:954:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_done(); ^ void pulseaudioS.c:955:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_init(); ^ void pulseaudioS.c:956:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_set_available(); ^ void pulseaudioS.c:957:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_set_description(); ^ void pulseaudioS.c:958:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_set_direction(); ^ void pulseaudioS.c:959:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_new_data_set_name(); ^ void pulseaudioS.c:960:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_set_available(); ^ void pulseaudioS.c:961:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_set_latency_offset(); ^ void pulseaudioS.c:962:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_device_port_set_preferred_profile(); ^ void pulseaudioS.c:964:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_direction_to_string(); ^ void pulseaudioS.c:965:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_direction_valid(); ^ void pulseaudioS.c:966:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_disable_sigpipe(); ^ void pulseaudioS.c:967:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_append(); ^ void pulseaudioS.c:968:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_free(); ^ void pulseaudioS.c:969:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_get(); ^ void pulseaudioS.c:970:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_last(); ^ void pulseaudioS.c:971:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_new(); ^ void pulseaudioS.c:972:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_remove_by_data(); ^ void pulseaudioS.c:973:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_remove_by_index(); ^ void pulseaudioS.c:974:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_size(); ^ void pulseaudioS.c:975:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_dynarray_steal_last(); ^ void pulseaudioS.c:976:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_echo_canceller_blocksize_power2(); ^ void pulseaudioS.c:977:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_echo_canceller_get_capture_volume(); ^ void pulseaudioS.c:978:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_echo_canceller_set_capture_volume(); ^ void pulseaudioS.c:979:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_encoding_from_string(); ^ void pulseaudioS.c:980:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_encoding_to_string(); ^ void pulseaudioS.c:981:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_endswith(); ^ void pulseaudioS.c:982:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_escape(); ^ void pulseaudioS.c:983:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_options_new(); ^ void pulseaudioS.c:984:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_options_parse(); ^ void pulseaudioS.c:985:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_options_ref(); ^ void pulseaudioS.c:986:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_options_unref(); ^ void pulseaudioS.c:987:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_protocol_connect(); ^ void pulseaudioS.c:988:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_protocol_disconnect(); ^ void pulseaudioS.c:989:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_protocol_get(); ^ void pulseaudioS.c:990:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_protocol_ref(); ^ void pulseaudioS.c:991:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_esound_protocol_unref(); ^ void pulseaudioS.c:992:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_command(); ^ void pulseaudioS.c:993:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_delete(); ^ void pulseaudioS.c:994: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:995:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_read(); ^ void pulseaudioS.c:996:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_reorder_devices_for_role(); ^ void pulseaudioS.c:997:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_set_device_description(); ^ void pulseaudioS.c:998:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_set_subscribe_cb(); ^ void pulseaudioS.c:999:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_subscribe(); ^ void pulseaudioS.c:1000:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_manager_test(); ^ void pulseaudioS.c:1001:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_command(); ^ void pulseaudioS.c:1002:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_read_formats(); ^ void pulseaudioS.c:1003:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_read_formats_all(); ^ void pulseaudioS.c:1004:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_save_formats(); ^ void pulseaudioS.c:1005:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_set_subscribe_cb(); ^ void pulseaudioS.c:1006:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_subscribe(); ^ void pulseaudioS.c:1007:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_device_restore_test(); ^ void pulseaudioS.c:1008:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_command(); ^ void pulseaudioS.c:1009:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_delete(); ^ void pulseaudioS.c:1010:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_read(); ^ void pulseaudioS.c:1011:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_set_subscribe_cb(); ^ void pulseaudioS.c:1012:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_subscribe(); ^ void pulseaudioS.c:1013:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_test(); ^ void pulseaudioS.c:1014:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ext_stream_restore_write(); ^ void pulseaudioS.c:1015:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_after_poll(); ^ void pulseaudioS.c:1016:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_before_poll(); ^ void pulseaudioS.c:1017:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_free(); ^ void pulseaudioS.c:1018:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_get(); ^ void pulseaudioS.c:1019:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_new(); ^ void pulseaudioS.c:1020:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_new_shm(); ^ void pulseaudioS.c:1021:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_open_shm(); ^ void pulseaudioS.c:1022:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_post(); ^ void pulseaudioS.c:1023:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_try(); ^ void pulseaudioS.c:1024:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fdsem_wait(); ^ void pulseaudioS.c:1025:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_find_config_file(); ^ void pulseaudioS.c:1026:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_flist_free(); ^ void pulseaudioS.c:1027:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_flist_new(); ^ void pulseaudioS.c:1028:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_flist_new_with_name(); ^ void pulseaudioS.c:1029:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_flist_pop(); ^ void pulseaudioS.c:1030:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_flist_push(); ^ void pulseaudioS.c:1031:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_fopen_cloexec(); ^ void pulseaudioS.c:1032:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_copy(); ^ void pulseaudioS.c:1033:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_free(); ^ void pulseaudioS.c:1034:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_free_string_array(); ^ void pulseaudioS.c:1035:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_from_sample_spec(); ^ void pulseaudioS.c:1036:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_from_sample_spec2(); ^ void pulseaudioS.c:1037:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_from_string(); ^ void pulseaudioS.c:1038:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_channel_map(); ^ void pulseaudioS.c:1039:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_channels(); ^ void pulseaudioS.c:1040:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_int(); ^ void pulseaudioS.c:1041:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_int_array(); ^ void pulseaudioS.c:1042:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_int_range(); ^ void pulseaudioS.c:1043:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_string(); ^ void pulseaudioS.c:1044:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_string_array(); ^ void pulseaudioS.c:1045:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_prop_type(); ^ void pulseaudioS.c:1046:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_rate(); ^ void pulseaudioS.c:1047:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_get_sample_format(); ^ void pulseaudioS.c:1048:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_is_compatible(); ^ void pulseaudioS.c:1049:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_is_pcm(); ^ void pulseaudioS.c:1050:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_new(); ^ void pulseaudioS.c:1051:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_channel_map(); ^ void pulseaudioS.c:1052:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_channels(); ^ void pulseaudioS.c:1053:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_prop_int(); ^ void pulseaudioS.c:1054:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_prop_int_array(); ^ void pulseaudioS.c:1055:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_prop_int_range(); ^ void pulseaudioS.c:1056:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_prop_string(); ^ void pulseaudioS.c:1057:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_prop_string_array(); ^ void pulseaudioS.c:1058:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_rate(); ^ void pulseaudioS.c:1059:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_set_sample_format(); ^ void pulseaudioS.c:1060:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_snprint(); ^ void pulseaudioS.c:1061:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_to_sample_spec(); ^ void pulseaudioS.c:1062:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_to_sample_spec2(); ^ void pulseaudioS.c:1063:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_to_sample_spec_fake(); ^ void pulseaudioS.c:1064:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_format_info_valid(); ^ void pulseaudioS.c:1065:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_frame_align(); ^ void pulseaudioS.c:1066:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_frame_aligned(); ^ void pulseaudioS.c:1067:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_frame_size(); ^ void pulseaudioS.c:1068:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_full_status_string(); ^ void pulseaudioS.c:1069:18: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_gcd(); ^ void pulseaudioS.c:1070:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_binary_name(); ^ void pulseaudioS.c:1071:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_binary_name_malloc(); ^ void pulseaudioS.c:1072:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_config_home_dir(); ^ void pulseaudioS.c:1073:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_convert_from_float32ne_function(); ^ void pulseaudioS.c:1074:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_convert_from_s16ne_function(); ^ void pulseaudioS.c:1075:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_convert_to_float32ne_function(); ^ void pulseaudioS.c:1076:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_convert_to_s16ne_function(); ^ void pulseaudioS.c:1077:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_fqdn(); ^ void pulseaudioS.c:1078:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_gid_of_group(); ^ void pulseaudioS.c:1079:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_home_dir(); ^ void pulseaudioS.c:1080:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_home_dir_malloc(); ^ void pulseaudioS.c:1081:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_host_name(); ^ void pulseaudioS.c:1082:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_host_name_malloc(); ^ void pulseaudioS.c:1083:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_init_remap_func(); ^ void pulseaudioS.c:1084:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_library_version(); ^ void pulseaudioS.c:1085:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_mix_func(); ^ void pulseaudioS.c:1086:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_runtime_dir(); ^ void pulseaudioS.c:1087:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_state_dir(); ^ void pulseaudioS.c:1088:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_temp_dir(); ^ void pulseaudioS.c:1089:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_user_name(); ^ void pulseaudioS.c:1090:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_user_name_malloc(); ^ void pulseaudioS.c:1091:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_get_volume_func(); ^ void pulseaudioS.c:1092:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getcwd(); ^ void pulseaudioS.c:1093:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getgrgid_free(); ^ void pulseaudioS.c:1094:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getgrgid_malloc(); ^ void pulseaudioS.c:1095:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getgrnam_free(); ^ void pulseaudioS.c:1096:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getgrnam_malloc(); ^ void pulseaudioS.c:1097:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getpwnam_free(); ^ void pulseaudioS.c:1098:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getpwnam_malloc(); ^ void pulseaudioS.c:1099:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getpwuid_free(); ^ void pulseaudioS.c:1100:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_getpwuid_malloc(); ^ void pulseaudioS.c:1101:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_gettimeofday(); ^ void pulseaudioS.c:1102:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_first(); ^ void pulseaudioS.c:1103:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_free(); ^ void pulseaudioS.c:1104:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_get(); ^ void pulseaudioS.c:1105:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_isempty(); ^ void pulseaudioS.c:1106:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_iterate(); ^ void pulseaudioS.c:1107:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_iterate_backwards(); ^ void pulseaudioS.c:1108:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_last(); ^ void pulseaudioS.c:1109:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_new(); ^ void pulseaudioS.c:1110:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_new_full(); ^ void pulseaudioS.c:1111:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_put(); ^ void pulseaudioS.c:1112:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_remove(); ^ void pulseaudioS.c:1113:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_remove_all(); ^ void pulseaudioS.c:1114:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_remove_and_free(); ^ void pulseaudioS.c:1115:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_size(); ^ void pulseaudioS.c:1116:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hashmap_steal_first(); ^ void pulseaudioS.c:1117:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_contains(); ^ void pulseaudioS.c:1118:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_free(); ^ void pulseaudioS.c:1119:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_gets(); ^ void pulseaudioS.c:1120:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_iterate(); ^ void pulseaudioS.c:1121:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_new(); ^ void pulseaudioS.c:1122:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_puts(); ^ void pulseaudioS.c:1123:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_putsappend(); ^ void pulseaudioS.c:1124:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_remove(); ^ void pulseaudioS.c:1125:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_headerlist_to_string(); ^ void pulseaudioS.c:1126:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hexstr(); ^ void pulseaudioS.c:1127:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_connect(); ^ void pulseaudioS.c:1128:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_done(); ^ void pulseaudioS.c:1129:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_fire(); ^ void pulseaudioS.c:1130:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_init(); ^ void pulseaudioS.c:1131:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_is_firing(); ^ void pulseaudioS.c:1132:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_hook_slot_free(); ^ void pulseaudioS.c:1133:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_add_server_string(); ^ void pulseaudioS.c:1134:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_connect(); ^ void pulseaudioS.c:1135:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_disconnect(); ^ void pulseaudioS.c:1136:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_get(); ^ void pulseaudioS.c:1137:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_ref(); ^ void pulseaudioS.c:1138:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_remove_server_string(); ^ void pulseaudioS.c:1139:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_servers(); ^ void pulseaudioS.c:1140:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_http_protocol_unref(); ^ void pulseaudioS.c:1141:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_copy(); ^ void pulseaudioS.c:1142:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_first(); ^ void pulseaudioS.c:1143:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_free(); ^ void pulseaudioS.c:1144:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_get_by_data(); ^ void pulseaudioS.c:1145:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_get_by_index(); ^ void pulseaudioS.c:1146:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_isempty(); ^ void pulseaudioS.c:1147:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_iterate(); ^ void pulseaudioS.c:1148:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_new(); ^ void pulseaudioS.c:1149:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_next(); ^ void pulseaudioS.c:1150:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_put(); ^ void pulseaudioS.c:1151:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_remove_all(); ^ void pulseaudioS.c:1152:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_remove_by_data(); ^ void pulseaudioS.c:1153:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_remove_by_index(); ^ void pulseaudioS.c:1154:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_rrobin(); ^ void pulseaudioS.c:1155:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_size(); ^ void pulseaudioS.c:1156:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_steal_first(); ^ void pulseaudioS.c:1157:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_string_compare_func(); ^ void pulseaudioS.c:1158:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_string_hash_func(); ^ void pulseaudioS.c:1159:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_trivial_compare_func(); ^ void pulseaudioS.c:1160:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_idxset_trivial_hash_func(); ^ void pulseaudioS.c:1161:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_in_system_mode(); ^ void pulseaudioS.c:1162:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_init_i18n(); ^ void pulseaudioS.c:1163:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_init_proplist(); ^ void pulseaudioS.c:1164:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_init_remap_func(); ^ void pulseaudioS.c:1165:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_interleave(); ^ void pulseaudioS.c:1166:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_creds_enable(); ^ void pulseaudioS.c:1167:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_creds_supported(); ^ void pulseaudioS.c:1168:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_free(); ^ void pulseaudioS.c:1169:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_get_mainloop_api(); ^ void pulseaudioS.c:1170:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_get_recv_fd(); ^ void pulseaudioS.c:1171:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_get_send_fd(); ^ void pulseaudioS.c:1172:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_is_hungup(); ^ void pulseaudioS.c:1173:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_is_readable(); ^ void pulseaudioS.c:1174:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_is_writable(); ^ void pulseaudioS.c:1175:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_new(); ^ void pulseaudioS.c:1176:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_read(); ^ void pulseaudioS.c:1177:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_read_with_ancil_data(); ^ void pulseaudioS.c:1178:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_set_callback(); ^ void pulseaudioS.c:1179:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_set_noclose(); ^ void pulseaudioS.c:1180:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_socket_is_local(); ^ void pulseaudioS.c:1181:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_socket_peer_to_string(); ^ void pulseaudioS.c:1182:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_socket_set_rcvbuf(); ^ void pulseaudioS.c:1183:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_socket_set_sndbuf(); ^ void pulseaudioS.c:1184:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_write(); ^ void pulseaudioS.c:1185:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_write_with_creds(); ^ void pulseaudioS.c:1186:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_iochannel_write_with_fds(); ^ void pulseaudioS.c:1187:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_close(); ^ void pulseaudioS.c:1188:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_defer_close(); ^ void pulseaudioS.c:1189:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_detach_iochannel(); ^ void pulseaudioS.c:1190:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_is_drained(); ^ void pulseaudioS.c:1191:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_new(); ^ void pulseaudioS.c:1192:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_printf(); ^ void pulseaudioS.c:1193:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_puts(); ^ void pulseaudioS.c:1194:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_ref(); ^ void pulseaudioS.c:1195:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_set_callback(); ^ void pulseaudioS.c:1196:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_set_drain_callback(); ^ void pulseaudioS.c:1197:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ioline_unref(); ^ void pulseaudioS.c:1198:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ip_acl_check(); ^ void pulseaudioS.c:1199:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ip_acl_free(); ^ void pulseaudioS.c:1200:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ip_acl_new(); ^ void pulseaudioS.c:1201:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_is_fd_nonblock(); ^ void pulseaudioS.c:1202:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_is_ip6_address(); ^ void pulseaudioS.c:1203:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_is_ip_address(); ^ void pulseaudioS.c:1204:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_is_path_absolute(); ^ void pulseaudioS.c:1205:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_equal(); ^ void pulseaudioS.c:1206:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_free(); ^ void pulseaudioS.c:1207:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_array_length(); ^ void pulseaudioS.c:1208:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_array_member(); ^ void pulseaudioS.c:1209:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_bool(); ^ void pulseaudioS.c:1210:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_double(); ^ void pulseaudioS.c:1211:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_int(); ^ void pulseaudioS.c:1212:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_object_member(); ^ void pulseaudioS.c:1213:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_string(); ^ void pulseaudioS.c:1214:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_object_get_type(); ^ void pulseaudioS.c:1215:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_json_parse(); ^ void pulseaudioS.c:1216:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_free(); ^ void pulseaudioS.c:1217:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_new(); ^ void pulseaudioS.c:1218:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_process(); ^ void pulseaudioS.c:1219:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_reset(); ^ void pulseaudioS.c:1220:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_rewind(); ^ void pulseaudioS.c:1221:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lfe_filter_update_rate(); ^ void pulseaudioS.c:1222:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_load_sym(); ^ void pulseaudioS.c:1223:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_locale_to_utf8(); ^ void pulseaudioS.c:1224:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lock_fd(); ^ void pulseaudioS.c:1225:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_lock_lockfile(); ^ void pulseaudioS.c:1226:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_level(); ^ void pulseaudioS.c:1227:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_level_meta(); ^ void pulseaudioS.c:1228:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_levelv(); ^ void pulseaudioS.c:1229:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_levelv_meta(); ^ void pulseaudioS.c:1230:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_parse_target(); ^ void pulseaudioS.c:1231:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_ratelimit(); ^ void pulseaudioS.c:1232:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_flags(); ^ void pulseaudioS.c:1233:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_ident(); ^ void pulseaudioS.c:1234:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_level(); ^ void pulseaudioS.c:1235:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_show_backtrace(); ^ void pulseaudioS.c:1236:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_skip_backtrace(); ^ void pulseaudioS.c:1237:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_set_target(); ^ void pulseaudioS.c:1238:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_target_free(); ^ void pulseaudioS.c:1239:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_target_new(); ^ void pulseaudioS.c:1240:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_log_target_to_string(); ^ void pulseaudioS.c:1241:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_loop_read(); ^ void pulseaudioS.c:1242:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_loop_write(); ^ void pulseaudioS.c:1243:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_machine_id(); ^ void pulseaudioS.c:1244:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_api_once(); ^ void pulseaudioS.c:1245:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_dispatch(); ^ void pulseaudioS.c:1246:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_free(); ^ void pulseaudioS.c:1247:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_get_api(); ^ void pulseaudioS.c:1248:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_get_retval(); ^ void pulseaudioS.c:1249:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_is_our_api(); ^ void pulseaudioS.c:1250:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_iterate(); ^ void pulseaudioS.c:1251:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_new(); ^ void pulseaudioS.c:1252:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_poll(); ^ void pulseaudioS.c:1253:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_prepare(); ^ void pulseaudioS.c:1254:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_quit(); ^ void pulseaudioS.c:1255:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_run(); ^ void pulseaudioS.c:1256:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_set_poll_func(); ^ void pulseaudioS.c:1257:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mainloop_wakeup(); ^ void pulseaudioS.c:1258:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_fd_block(); ^ void pulseaudioS.c:1259:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_fd_cloexec(); ^ void pulseaudioS.c:1260:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_fd_nonblock(); ^ void pulseaudioS.c:1261:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_path_absolute(); ^ void pulseaudioS.c:1262:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_secure_dir(); ^ void pulseaudioS.c:1263:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_secure_parent_dir(); ^ void pulseaudioS.c:1264:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_socket_low_delay(); ^ void pulseaudioS.c:1265:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_tcp_socket_low_delay(); ^ void pulseaudioS.c:1266:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_make_udp_socket_low_delay(); ^ void pulseaudioS.c:1267:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_match(); ^ void pulseaudioS.c:1268:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_maybe_prefix_path(); ^ void pulseaudioS.c:1269:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_csize(); ^ void pulseaudioS.c:1270:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_flush(); ^ void pulseaudioS.c:1271:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_free(); ^ void pulseaudioS.c:1272:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_new(); ^ void pulseaudioS.c:1273:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_pop(); ^ void pulseaudioS.c:1274:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mcalign_push(); ^ void pulseaudioS.c:1275:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_acquire(); ^ void pulseaudioS.c:1276:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_acquire_chunk(); ^ void pulseaudioS.c:1277:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_get_length(); ^ void pulseaudioS.c:1278:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_get_pool(); ^ void pulseaudioS.c:1279:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_is_ours(); ^ void pulseaudioS.c:1280:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_is_read_only(); ^ void pulseaudioS.c:1281:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_is_silence(); ^ void pulseaudioS.c:1282:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_new(); ^ void pulseaudioS.c:1283:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_new_fixed(); ^ void pulseaudioS.c:1284:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_new_pool(); ^ void pulseaudioS.c:1285:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_new_user(); ^ void pulseaudioS.c:1286:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_ref(); ^ void pulseaudioS.c:1287:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_ref_is_one(); ^ void pulseaudioS.c:1288:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_release(); ^ void pulseaudioS.c:1289:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_set_is_silence(); ^ void pulseaudioS.c:1290:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_unref(); ^ void pulseaudioS.c:1291:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_unref_fixed(); ^ void pulseaudioS.c:1292:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblock_will_need(); ^ void pulseaudioS.c:1293:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_apply_attr(); ^ void pulseaudioS.c:1294:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_drop(); ^ void pulseaudioS.c:1295:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_flush_read(); ^ void pulseaudioS.c:1296:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_flush_write(); ^ void pulseaudioS.c:1297:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_free(); ^ void pulseaudioS.c:1298:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_attr(); ^ void pulseaudioS.c:1299:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_base(); ^ void pulseaudioS.c:1300:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_length(); ^ void pulseaudioS.c:1301:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_maxlength(); ^ void pulseaudioS.c:1302:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_maxrewind(); ^ void pulseaudioS.c:1303:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_minreq(); ^ void pulseaudioS.c:1304:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_nblocks(); ^ void pulseaudioS.c:1305:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_prebuf(); ^ void pulseaudioS.c:1306:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_read_index(); ^ void pulseaudioS.c:1307:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_tlength(); ^ void pulseaudioS.c:1308:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_get_write_index(); ^ void pulseaudioS.c:1309:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_is_empty(); ^ void pulseaudioS.c:1310:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_is_readable(); ^ void pulseaudioS.c:1311:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_new(); ^ void pulseaudioS.c:1312:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_peek(); ^ void pulseaudioS.c:1313:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_peek_fixed_size(); ^ void pulseaudioS.c:1314:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_pop_missing(); ^ void pulseaudioS.c:1315:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_prebuf_active(); ^ void pulseaudioS.c:1316:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_prebuf_disable(); ^ void pulseaudioS.c:1317:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_prebuf_force(); ^ void pulseaudioS.c:1318:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_push(); ^ void pulseaudioS.c:1319:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_push_align(); ^ void pulseaudioS.c:1320:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_rewind(); ^ void pulseaudioS.c:1321:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_seek(); ^ void pulseaudioS.c:1322:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_maxlength(); ^ void pulseaudioS.c:1323:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_maxrewind(); ^ void pulseaudioS.c:1324:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_minreq(); ^ void pulseaudioS.c:1325:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_prebuf(); ^ void pulseaudioS.c:1326:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_silence(); ^ void pulseaudioS.c:1327:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_set_tlength(); ^ void pulseaudioS.c:1328:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_silence(); ^ void pulseaudioS.c:1329:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_sink_input_new(); ^ void pulseaudioS.c:1330:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_sink_input_set_queue(); ^ void pulseaudioS.c:1331:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_splice(); ^ void pulseaudioS.c:1332:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memblockq_willneed(); ^ void pulseaudioS.c:1333:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_dump_to_file(); ^ void pulseaudioS.c:1334:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_isset(); ^ void pulseaudioS.c:1335:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_make_writable(); ^ void pulseaudioS.c:1336:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_memcpy(); ^ void pulseaudioS.c:1337:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_reset(); ^ void pulseaudioS.c:1338:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_sine(); ^ void pulseaudioS.c:1339:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memchunk_will_need(); ^ void pulseaudioS.c:1340:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memexport_free(); ^ void pulseaudioS.c:1341:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memexport_new(); ^ void pulseaudioS.c:1342:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memexport_process_release(); ^ void pulseaudioS.c:1343:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memexport_put(); ^ void pulseaudioS.c:1344:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memimport_attach_memfd(); ^ void pulseaudioS.c:1345:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memimport_free(); ^ void pulseaudioS.c:1346:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memimport_get(); ^ void pulseaudioS.c:1347:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memimport_new(); ^ void pulseaudioS.c:1348:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memimport_process_revoke(); ^ void pulseaudioS.c:1349:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_block_size_max(); ^ void pulseaudioS.c:1350:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_get_memfd_fd(); ^ void pulseaudioS.c:1351:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_get_shm_id(); ^ void pulseaudioS.c:1352:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_get_stat(); ^ void pulseaudioS.c:1353:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_is_global(); ^ void pulseaudioS.c:1354:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_is_memfd_backed(); ^ void pulseaudioS.c:1355:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_is_per_client(); ^ void pulseaudioS.c:1356:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_is_remote_writable(); ^ void pulseaudioS.c:1357:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_is_shared(); ^ void pulseaudioS.c:1358:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_new(); ^ void pulseaudioS.c:1359:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_ref(); ^ void pulseaudioS.c:1360:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_set_is_remote_writable(); ^ void pulseaudioS.c:1361:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_take_memfd_fd(); ^ void pulseaudioS.c:1362:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_unref(); ^ void pulseaudioS.c:1363:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mempool_vacuum(); ^ void pulseaudioS.c:1364:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memtrap_add(); ^ void pulseaudioS.c:1365:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memtrap_install(); ^ void pulseaudioS.c:1366:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memtrap_is_good(); ^ void pulseaudioS.c:1367:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memtrap_remove(); ^ void pulseaudioS.c:1368:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_memtrap_update(); ^ void pulseaudioS.c:1369:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_message_handler_register(); ^ void pulseaudioS.c:1370:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_message_handler_send_message(); ^ void pulseaudioS.c:1371:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_message_handler_set_description(); ^ void pulseaudioS.c:1372:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_message_handler_unregister(); ^ void pulseaudioS.c:1373:18: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mix(); ^ void pulseaudioS.c:1374:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mix_func_init(); ^ void pulseaudioS.c:1375:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_append(); ^ void pulseaudioS.c:1376:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_free(); ^ void pulseaudioS.c:1377:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_alternate_sample_rate(); ^ void pulseaudioS.c:1378:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_channel_map(); ^ void pulseaudioS.c:1379:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_proplist(); ^ void pulseaudioS.c:1380:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_resample_method(); ^ void pulseaudioS.c:1381:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_sample_rate(); ^ void pulseaudioS.c:1382:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_sample_spec(); ^ void pulseaudioS.c:1383:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_sample_spec_and_channel_map(); ^ void pulseaudioS.c:1384:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value(); ^ void pulseaudioS.c:1385:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value_boolean(); ^ void pulseaudioS.c:1386:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value_double(); ^ void pulseaudioS.c:1387:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value_s32(); ^ void pulseaudioS.c:1388:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value_u32(); ^ void pulseaudioS.c:1389:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_get_value_volume(); ^ void pulseaudioS.c:1390:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_iterate(); ^ void pulseaudioS.c:1391:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modargs_new(); ^ void pulseaudioS.c:1392:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modinfo_free(); ^ void pulseaudioS.c:1393:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modinfo_get_by_handle(); ^ void pulseaudioS.c:1394:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_modinfo_get_by_name(); ^ void pulseaudioS.c:1395:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_exists(); ^ void pulseaudioS.c:1396:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_get_n_used(); ^ void pulseaudioS.c:1397:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_hook_connect(); ^ void pulseaudioS.c:1398:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_list_to_string(); ^ void pulseaudioS.c:1399:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_load(); ^ void pulseaudioS.c:1400:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_unload(); ^ void pulseaudioS.c:1401:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_unload_all(); ^ void pulseaudioS.c:1402:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_unload_by_index(); ^ void pulseaudioS.c:1403:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_unload_request(); ^ void pulseaudioS.c:1404:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_unload_request_by_index(); ^ void pulseaudioS.c:1405:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_module_update_proplist(); ^ void pulseaudioS.c:1406:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_msgobject_check_type(); ^ void pulseaudioS.c:1407:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_msgobject_new_internal(); ^ void pulseaudioS.c:1409:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_msleep(); ^ void pulseaudioS.c:1410:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mutex_free(); ^ void pulseaudioS.c:1411:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mutex_lock(); ^ void pulseaudioS.c:1412:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mutex_new(); ^ void pulseaudioS.c:1413:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mutex_try_lock(); ^ void pulseaudioS.c:1414:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_mutex_unlock(); ^ void pulseaudioS.c:1415:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_get(); ^ void pulseaudioS.c:1416:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_is_valid_name(); ^ void pulseaudioS.c:1417:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_is_valid_name_or_wildcard(); ^ void pulseaudioS.c:1418:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_make_valid_name(); ^ void pulseaudioS.c:1419:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_register(); ^ void pulseaudioS.c:1420:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_namereg_unregister(); ^ void pulseaudioS.c:1421:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_connection_get_client(); ^ void pulseaudioS.c:1422:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_connection_get_pstream(); ^ void pulseaudioS.c:1423:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_options_new(); ^ void pulseaudioS.c:1424:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_options_parse(); ^ void pulseaudioS.c:1425:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_options_ref(); ^ void pulseaudioS.c:1426:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_options_unref(); ^ void pulseaudioS.c:1427:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_add_server_string(); ^ void pulseaudioS.c:1428:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_connect(); ^ void pulseaudioS.c:1429:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_disconnect(); ^ void pulseaudioS.c:1430:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_get(); ^ void pulseaudioS.c:1431:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_hooks(); ^ void pulseaudioS.c:1432:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_install_ext(); ^ void pulseaudioS.c:1433:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_ref(); ^ void pulseaudioS.c:1434:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_remove_ext(); ^ void pulseaudioS.c:1435:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_remove_server_string(); ^ void pulseaudioS.c:1436:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_servers(); ^ void pulseaudioS.c:1437:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_native_protocol_unref(); ^ void pulseaudioS.c:1438:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ncpus(); ^ void pulseaudioS.c:1439:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_null_ec_done(); ^ void pulseaudioS.c:1440:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_null_ec_init(); ^ void pulseaudioS.c:1441:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_null_ec_run(); ^ void pulseaudioS.c:1442:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_nullify_stdfds(); ^ void pulseaudioS.c:1443:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_object_check_type(); ^ void pulseaudioS.c:1444:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_object_new_internal(); ^ void pulseaudioS.c:1445:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_object_ref(); ^ void pulseaudioS.c:1447:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_object_unref(); ^ void pulseaudioS.c:1448:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_once_begin(); ^ void pulseaudioS.c:1449:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_once_end(); ^ void pulseaudioS.c:1450:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_open_cloexec(); ^ void pulseaudioS.c:1451:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_open_config_file(); ^ void pulseaudioS.c:1452:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_cancel(); ^ void pulseaudioS.c:1453:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_done(); ^ void pulseaudioS.c:1454:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_get_state(); ^ void pulseaudioS.c:1455:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_new(); ^ void pulseaudioS.c:1456:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_ref(); ^ void pulseaudioS.c:1457:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_set_state_callback(); ^ void pulseaudioS.c:1458:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_operation_unref(); ^ void pulseaudioS.c:1459:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_auto_format(); ^ void pulseaudioS.c:1460:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_get_hw_description(); ^ void pulseaudioS.c:1461:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_get_volume(); ^ void pulseaudioS.c:1462:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_open(); ^ void pulseaudioS.c:1463:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_open_mixer_for_device(); ^ void pulseaudioS.c:1464:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_set_fragments(); ^ void pulseaudioS.c:1465:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_oss_set_volume(); ^ void pulseaudioS.c:1466:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_own_uid_in_group(); ^ void pulseaudioS.c:1467:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_data(); ^ void pulseaudioS.c:1468:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_new(); ^ void pulseaudioS.c:1469:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_new_data(); ^ void pulseaudioS.c:1470:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_new_dynamic(); ^ void pulseaudioS.c:1471:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_ref(); ^ void pulseaudioS.c:1472:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_packet_unref(); ^ void pulseaudioS.c:1473:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_page_size(); ^ void pulseaudioS.c:1474:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parent_dir(); ^ void pulseaudioS.c:1475:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parse_address(); ^ void pulseaudioS.c:1476:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parse_boolean(); ^ void pulseaudioS.c:1477:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parse_resample_method(); ^ void pulseaudioS.c:1478:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parse_sample_format(); ^ void pulseaudioS.c:1479:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parse_volume(); ^ void pulseaudioS.c:1480:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_parsehex(); ^ void pulseaudioS.c:1481:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_path_get_filename(); ^ void pulseaudioS.c:1482:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_creds(); ^ void pulseaudioS.c:1483:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_is_pending(); ^ void pulseaudioS.c:1484:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_new(); ^ void pulseaudioS.c:1485:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_ref(); ^ void pulseaudioS.c:1486:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_register_reply(); ^ void pulseaudioS.c:1487:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_run(); ^ void pulseaudioS.c:1488:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_set_drain_callback(); ^ void pulseaudioS.c:1489:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_take_ancil_data(); ^ void pulseaudioS.c:1490:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_unref(); ^ void pulseaudioS.c:1491:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pdispatch_unregister_reply(); ^ void pulseaudioS.c:1492:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pid_file_check_running(); ^ void pulseaudioS.c:1493:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pid_file_create(); ^ void pulseaudioS.c:1494:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pid_file_kill(); ^ void pulseaudioS.c:1495:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pid_file_remove(); ^ void pulseaudioS.c:1496:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pipe_buf(); ^ void pulseaudioS.c:1497:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pipe_cloexec(); ^ void pulseaudioS.c:1498:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_play_file(); ^ void pulseaudioS.c:1499:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_play_memblockq(); ^ void pulseaudioS.c:1500:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_play_memchunk(); ^ void pulseaudioS.c:1501:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_clear(); ^ void pulseaudioS.c:1502:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_contains(); ^ void pulseaudioS.c:1503:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_copy(); ^ void pulseaudioS.c:1504:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_equal(); ^ void pulseaudioS.c:1505:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_free(); ^ void pulseaudioS.c:1506:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_from_string(); ^ void pulseaudioS.c:1507:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_get(); ^ void pulseaudioS.c:1508:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_get_stream_group(); ^ void pulseaudioS.c:1509:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_gets(); ^ void pulseaudioS.c:1510:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_isempty(); ^ void pulseaudioS.c:1511:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_iterate(); ^ void pulseaudioS.c:1512:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_key_valid(); ^ void pulseaudioS.c:1513:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_new(); ^ void pulseaudioS.c:1514:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_set(); ^ void pulseaudioS.c:1515:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_setf(); ^ void pulseaudioS.c:1516:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_setp(); ^ void pulseaudioS.c:1517:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_sets(); ^ void pulseaudioS.c:1518:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_size(); ^ void pulseaudioS.c:1519:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_to_string(); ^ void pulseaudioS.c:1520:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_to_string_sep(); ^ void pulseaudioS.c:1521:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_unset(); ^ void pulseaudioS.c:1522:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_unset_many(); ^ void pulseaudioS.c:1523:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_proplist_update(); ^ void pulseaudioS.c:1524:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_attach_memfd_shmid(); ^ void pulseaudioS.c:1525:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_enable_memfd(); ^ void pulseaudioS.c:1526:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_enable_shm(); ^ void pulseaudioS.c:1527:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_get_memfd(); ^ void pulseaudioS.c:1528:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_get_shm(); ^ void pulseaudioS.c:1529:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_is_pending(); ^ void pulseaudioS.c:1530:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_new(); ^ void pulseaudioS.c:1531:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_ref(); ^ void pulseaudioS.c:1532:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_register_memfd_mempool(); ^ void pulseaudioS.c:1533:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_error(); ^ void pulseaudioS.c:1534:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_memblock(); ^ void pulseaudioS.c:1535:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_packet(); ^ void pulseaudioS.c:1536:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_release(); ^ void pulseaudioS.c:1537:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_revoke(); ^ void pulseaudioS.c:1538:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_simple_ack(); ^ void pulseaudioS.c:1539:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_tagstruct_with_creds(); ^ void pulseaudioS.c:1540:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_send_tagstruct_with_fds(); ^ void pulseaudioS.c:1541:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_die_callback(); ^ void pulseaudioS.c:1542:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_drain_callback(); ^ void pulseaudioS.c:1543:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_receive_memblock_callback(); ^ void pulseaudioS.c:1544:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_receive_packet_callback(); ^ void pulseaudioS.c:1545:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_release_callback(); ^ void pulseaudioS.c:1546:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_revoke_callback(); ^ void pulseaudioS.c:1547:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_set_srbchannel(); ^ void pulseaudioS.c:1548:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_unlink(); ^ void pulseaudioS.c:1549:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_pstream_unref(); ^ void pulseaudioS.c:1550:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_queue_free(); ^ void pulseaudioS.c:1551:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_queue_isempty(); ^ void pulseaudioS.c:1552:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_queue_new(); ^ void pulseaudioS.c:1553:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_queue_pop(); ^ void pulseaudioS.c:1554:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_queue_push(); ^ void pulseaudioS.c:1555:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raise_priority(); ^ void pulseaudioS.c:1556:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_random(); ^ void pulseaudioS.c:1557:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_random_seed(); ^ void pulseaudioS.c:1558:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_aes_encrypt(); ^ void pulseaudioS.c:1559:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_base64_decode(); ^ void pulseaudioS.c:1560:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_base64_encode(); ^ void pulseaudioS.c:1561:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_basic_response(); ^ void pulseaudioS.c:1562:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_adjust_volume(); ^ void pulseaudioS.c:1563:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_announce(); ^ void pulseaudioS.c:1564:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_authenticate(); ^ void pulseaudioS.c:1565:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_can_stream(); ^ void pulseaudioS.c:1566:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_flush(); ^ void pulseaudioS.c:1567:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_free(); ^ void pulseaudioS.c:1568:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_get_frames_per_block(); ^ void pulseaudioS.c:1569:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_handle_oob_packet(); ^ void pulseaudioS.c:1570:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_is_alive(); ^ void pulseaudioS.c:1571:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_is_authenticated(); ^ void pulseaudioS.c:1572:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_new(); ^ void pulseaudioS.c:1573:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_register_pollfd(); ^ void pulseaudioS.c:1574:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_send_audio_packet(); ^ void pulseaudioS.c:1575:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_set_state_callback(); ^ void pulseaudioS.c:1576:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_set_volume(); ^ void pulseaudioS.c:1577:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_stream(); ^ void pulseaudioS.c:1578:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_client_teardown(); ^ void pulseaudioS.c:1579:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_digest_response(); ^ void pulseaudioS.c:1580:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_md5_hash(); ^ void pulseaudioS.c:1581:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_packet_buffer_free(); ^ void pulseaudioS.c:1582:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_packet_buffer_new(); ^ void pulseaudioS.c:1583:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_packet_buffer_prepare(); ^ void pulseaudioS.c:1584:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_packet_buffer_reset(); ^ void pulseaudioS.c:1585:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_packet_buffer_retrieve(); ^ void pulseaudioS.c:1586:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_secret_free(); ^ void pulseaudioS.c:1587:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_secret_get_iv(); ^ void pulseaudioS.c:1588:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_secret_get_key(); ^ void pulseaudioS.c:1589:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_secret_new(); ^ void pulseaudioS.c:1590:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_sink_free(); ^ void pulseaudioS.c:1591:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_raop_sink_new(); ^ void pulseaudioS.c:1592:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_ratelimit_test(); ^ void pulseaudioS.c:1593:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_read(); ^ void pulseaudioS.c:1594:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_read_line_from_file(); ^ void pulseaudioS.c:1595:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_readlink(); ^ void pulseaudioS.c:1596:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_realpath(); ^ void pulseaudioS.c:1597:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reduce(); ^ void pulseaudioS.c:1598:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_remap_func_init(); ^ void pulseaudioS.c:1599:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_remap_func_init_mmx(); ^ void pulseaudioS.c:1600:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_remap_func_init_sse(); ^ void pulseaudioS.c:1601:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_replace(); ^ void pulseaudioS.c:1602:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resample_method_supported(); ^ void pulseaudioS.c:1603:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resample_method_to_string(); ^ void pulseaudioS.c:1604:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_ffmpeg_init(); ^ void pulseaudioS.c:1605:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_free(); ^ void pulseaudioS.c:1606:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_get_method(); ^ void pulseaudioS.c:1607:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_input_channel_map(); ^ void pulseaudioS.c:1608:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_input_sample_spec(); ^ void pulseaudioS.c:1609:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_max_block_size(); ^ void pulseaudioS.c:1610:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_new(); ^ void pulseaudioS.c:1611:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_output_channel_map(); ^ void pulseaudioS.c:1612:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_output_sample_spec(); ^ void pulseaudioS.c:1613:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_peaks_init(); ^ void pulseaudioS.c:1614:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_request(); ^ void pulseaudioS.c:1615:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_reset(); ^ void pulseaudioS.c:1616:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_result(); ^ void pulseaudioS.c:1617:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_rewind(); ^ void pulseaudioS.c:1618:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_run(); ^ void pulseaudioS.c:1619:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_set_input_rate(); ^ void pulseaudioS.c:1620:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_set_output_rate(); ^ void pulseaudioS.c:1621:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_resampler_trivial_init(); ^ void pulseaudioS.c:1622:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_monitor_wrapper_busy(); ^ void pulseaudioS.c:1623:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_monitor_wrapper_get(); ^ void pulseaudioS.c:1624:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_monitor_wrapper_hook(); ^ void pulseaudioS.c:1625:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_monitor_wrapper_unref(); ^ void pulseaudioS.c:1626:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_wrapper_get(); ^ void pulseaudioS.c:1627:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_wrapper_hook(); ^ void pulseaudioS.c:1628:58: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_wrapper_set_application_device_name(); ^ void pulseaudioS.c:1629:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reserve_wrapper_unref(); ^ void pulseaudioS.c:1630:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reset_personality(); ^ void pulseaudioS.c:1631:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reset_priority(); ^ void pulseaudioS.c:1632:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reset_sigs(); ^ void pulseaudioS.c:1633:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_reset_sigsv(); ^ void pulseaudioS.c:1634:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_age(); ^ void pulseaudioS.c:1635:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_from_wallclock(); ^ void pulseaudioS.c:1636:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_get(); ^ void pulseaudioS.c:1637:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_hrtimer(); ^ void pulseaudioS.c:1638:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_hrtimer_enable(); ^ void pulseaudioS.c:1639:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtclock_now(); ^ void pulseaudioS.c:1640:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_context_destroy(); ^ void pulseaudioS.c:1641:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_context_init_recv(); ^ void pulseaudioS.c:1642:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_context_init_send(); ^ void pulseaudioS.c:1643:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_format_to_string(); ^ void pulseaudioS.c:1644:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_payload_from_sample_spec(); ^ void pulseaudioS.c:1645:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_recv(); ^ void pulseaudioS.c:1646:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_sample_spec_fixup(); ^ void pulseaudioS.c:1647:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_sample_spec_from_payload(); ^ void pulseaudioS.c:1648:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_sample_spec_valid(); ^ void pulseaudioS.c:1649:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_send(); ^ void pulseaudioS.c:1650:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtp_string_to_format(); ^ void pulseaudioS.c:1651:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_free(); ^ void pulseaudioS.c:1652:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_free(); ^ void pulseaudioS.c:1653:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_get_pollfd(); ^ void pulseaudioS.c:1654:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_get_userdata(); ^ void pulseaudioS.c:1655:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_new(); ^ void pulseaudioS.c:1656:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_new_asyncmsgq_read(); ^ void pulseaudioS.c:1657:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_new_asyncmsgq_write(); ^ void pulseaudioS.c:1658:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_new_fdsem(); ^ void pulseaudioS.c:1659:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_set_after_callback(); ^ void pulseaudioS.c:1660:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_set_before_callback(); ^ void pulseaudioS.c:1661:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_set_userdata(); ^ void pulseaudioS.c:1662:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_item_set_work_callback(); ^ void pulseaudioS.c:1663:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_new(); ^ void pulseaudioS.c:1664:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_run(); ^ void pulseaudioS.c:1665:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_set_timer_absolute(); ^ void pulseaudioS.c:1666:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_set_timer_disabled(); ^ void pulseaudioS.c:1667:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_set_timer_relative(); ^ void pulseaudioS.c:1668:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtpoll_timer_elapsed(); ^ void pulseaudioS.c:1669:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_add_header(); ^ void pulseaudioS.c:1670:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_announce(); ^ void pulseaudioS.c:1671:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_client_free(); ^ void pulseaudioS.c:1672:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_client_new(); ^ void pulseaudioS.c:1673:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_connect(); ^ void pulseaudioS.c:1674:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_disconnect(); ^ void pulseaudioS.c:1675:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_exec_ready(); ^ void pulseaudioS.c:1676:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_flush(); ^ void pulseaudioS.c:1677:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_get_header(); ^ void pulseaudioS.c:1678:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_has_header(); ^ void pulseaudioS.c:1679:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_localip(); ^ void pulseaudioS.c:1680:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_options(); ^ void pulseaudioS.c:1681:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_record(); ^ void pulseaudioS.c:1682:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_remove_header(); ^ void pulseaudioS.c:1683:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_serverport(); ^ void pulseaudioS.c:1684:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_set_callback(); ^ void pulseaudioS.c:1685:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_set_url(); ^ void pulseaudioS.c:1686:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_setparameter(); ^ void pulseaudioS.c:1687:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_setup(); ^ void pulseaudioS.c:1688:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_rtsp_teardown(); ^ void pulseaudioS.c:1689:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_run_from_build_tree(); ^ void pulseaudioS.c:1690:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_run_once(); ^ void pulseaudioS.c:1691:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_running_in_vm(); ^ void pulseaudioS.c:1692:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_runtime_path(); ^ void pulseaudioS.c:1693:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_clamp(); ^ void pulseaudioS.c:1694:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_format_is_be(); ^ void pulseaudioS.c:1695:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_format_is_le(); ^ void pulseaudioS.c:1696:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_format_to_string(); ^ void pulseaudioS.c:1697:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_format_valid(); ^ void pulseaudioS.c:1698:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_rate_valid(); ^ void pulseaudioS.c:1699:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_size(); ^ void pulseaudioS.c:1700:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_size_of_format(); ^ void pulseaudioS.c:1701:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_equal(); ^ void pulseaudioS.c:1702:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_init(); ^ void pulseaudioS.c:1703:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_is_mime(); ^ void pulseaudioS.c:1704:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_mimefy(); ^ void pulseaudioS.c:1705:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_snprint(); ^ void pulseaudioS.c:1706:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_to_mime_type(); ^ void pulseaudioS.c:1707:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_to_mime_type_mimefy(); ^ void pulseaudioS.c:1708:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sample_spec_valid(); ^ void pulseaudioS.c:1709:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sap_context_destroy(); ^ void pulseaudioS.c:1710:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sap_context_init_recv(); ^ void pulseaudioS.c:1711:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sap_context_init_send(); ^ void pulseaudioS.c:1712:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sap_recv(); ^ void pulseaudioS.c:1713:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sap_send(); ^ void pulseaudioS.c:1714:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_add_directory_lazy(); ^ void pulseaudioS.c:1715:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_add_file(); ^ void pulseaudioS.c:1716:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_add_file_lazy(); ^ void pulseaudioS.c:1717:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_add_item(); ^ void pulseaudioS.c:1718:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_free_all(); ^ void pulseaudioS.c:1719:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_get_id_by_name(); ^ void pulseaudioS.c:1720:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_get_name_by_id(); ^ void pulseaudioS.c:1721:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_list_to_string(); ^ void pulseaudioS.c:1722:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_play_item(); ^ void pulseaudioS.c:1723:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_play_item_by_name(); ^ void pulseaudioS.c:1724:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_remove_item(); ^ void pulseaudioS.c:1725:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_total_size(); ^ void pulseaudioS.c:1726:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_scache_unload_unused(); ^ void pulseaudioS.c:1727:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16be_from_float32ne(); ^ void pulseaudioS.c:1728:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16be_from_float32re(); ^ void pulseaudioS.c:1729:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16be_to_float32ne(); ^ void pulseaudioS.c:1730:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16be_to_float32re(); ^ void pulseaudioS.c:1731:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16le_from_float32ne(); ^ void pulseaudioS.c:1732:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16le_from_float32re(); ^ void pulseaudioS.c:1733:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16le_to_float32ne(); ^ void pulseaudioS.c:1734:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s16le_to_float32re(); ^ void pulseaudioS.c:1735:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_from_float32ne(); ^ void pulseaudioS.c:1736:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_from_float32re(); ^ void pulseaudioS.c:1737:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_from_s16ne(); ^ void pulseaudioS.c:1738:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_from_s16re(); ^ void pulseaudioS.c:1739:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_to_float32ne(); ^ void pulseaudioS.c:1740:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_to_float32re(); ^ void pulseaudioS.c:1741:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_to_s16ne(); ^ void pulseaudioS.c:1742:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32be_to_s16re(); ^ void pulseaudioS.c:1743:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_from_float32ne(); ^ void pulseaudioS.c:1744:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_from_float32re(); ^ void pulseaudioS.c:1745:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_from_s16ne(); ^ void pulseaudioS.c:1746:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_from_s16re(); ^ void pulseaudioS.c:1747:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_to_float32ne(); ^ void pulseaudioS.c:1748:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_to_float32re(); ^ void pulseaudioS.c:1749:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_to_s16ne(); ^ void pulseaudioS.c:1750:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24_32le_to_s16re(); ^ void pulseaudioS.c:1751:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_from_float32ne(); ^ void pulseaudioS.c:1752:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_from_float32re(); ^ void pulseaudioS.c:1753:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_from_s16ne(); ^ void pulseaudioS.c:1754:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_from_s16re(); ^ void pulseaudioS.c:1755:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_to_float32ne(); ^ void pulseaudioS.c:1756:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_to_float32re(); ^ void pulseaudioS.c:1757:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_to_s16ne(); ^ void pulseaudioS.c:1758:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24be_to_s16re(); ^ void pulseaudioS.c:1759:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_from_float32ne(); ^ void pulseaudioS.c:1760:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_from_float32re(); ^ void pulseaudioS.c:1761:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_from_s16ne(); ^ void pulseaudioS.c:1762:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_from_s16re(); ^ void pulseaudioS.c:1763:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_to_float32ne(); ^ void pulseaudioS.c:1764:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_to_float32re(); ^ void pulseaudioS.c:1765:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_to_s16ne(); ^ void pulseaudioS.c:1766:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s24le_to_s16re(); ^ void pulseaudioS.c:1767:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_from_float32ne(); ^ void pulseaudioS.c:1768:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_from_float32re(); ^ void pulseaudioS.c:1769:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_from_s16ne(); ^ void pulseaudioS.c:1770:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_from_s16re(); ^ void pulseaudioS.c:1771:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_to_float32ne(); ^ void pulseaudioS.c:1772:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_to_float32re(); ^ void pulseaudioS.c:1773:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_to_s16ne(); ^ void pulseaudioS.c:1774:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32be_to_s16re(); ^ void pulseaudioS.c:1775:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_from_float32ne(); ^ void pulseaudioS.c:1776:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_from_float32re(); ^ void pulseaudioS.c:1777:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_from_s16ne(); ^ void pulseaudioS.c:1778:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_from_s16re(); ^ void pulseaudioS.c:1779:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_to_float32ne(); ^ void pulseaudioS.c:1780:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_to_float32re(); ^ void pulseaudioS.c:1781:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_to_s16ne(); ^ void pulseaudioS.c:1782:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sconv_s32le_to_s16re(); ^ void pulseaudioS.c:1783:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sdp_build(); ^ void pulseaudioS.c:1784:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sdp_info_destroy(); ^ void pulseaudioS.c:1785:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sdp_parse(); ^ void pulseaudioS.c:1786:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_semaphore_free(); ^ void pulseaudioS.c:1787:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_semaphore_new(); ^ void pulseaudioS.c:1788:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_semaphore_post(); ^ void pulseaudioS.c:1789:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_semaphore_wait(); ^ void pulseaudioS.c:1790:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_session_id(); ^ void pulseaudioS.c:1791:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_convert_from_float32ne_function(); ^ void pulseaudioS.c:1792:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_convert_from_s16ne_function(); ^ void pulseaudioS.c:1793:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_convert_to_float32ne_function(); ^ void pulseaudioS.c:1794:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_convert_to_s16ne_function(); ^ void pulseaudioS.c:1795:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_env(); ^ void pulseaudioS.c:1796:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_env_and_record(); ^ void pulseaudioS.c:1797:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_init_remap_func(); ^ void pulseaudioS.c:1798:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_mix_func(); ^ void pulseaudioS.c:1799:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_remap_func(); ^ void pulseaudioS.c:1800:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_set_volume_func(); ^ void pulseaudioS.c:1801:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_setup_remap_arrange(); ^ void pulseaudioS.c:1802:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shared_dump(); ^ void pulseaudioS.c:1803:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shared_get(); ^ void pulseaudioS.c:1804:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shared_remove(); ^ void pulseaudioS.c:1805:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shared_replace(); ^ void pulseaudioS.c:1806:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shared_set(); ^ void pulseaudioS.c:1807:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shm_attach(); ^ void pulseaudioS.c:1808:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shm_cleanup(); ^ void pulseaudioS.c:1809:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shm_create_rw(); ^ void pulseaudioS.c:1810:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shm_free(); ^ void pulseaudioS.c:1811:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_shm_punch(); ^ void pulseaudioS.c:1812:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sig2str(); ^ void pulseaudioS.c:1813:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_signal_done(); ^ void pulseaudioS.c:1814:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_signal_free(); ^ void pulseaudioS.c:1815:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_signal_init(); ^ void pulseaudioS.c:1816:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_signal_new(); ^ void pulseaudioS.c:1817:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_signal_set_destroy(); ^ void pulseaudioS.c:1818:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_cache_done(); ^ void pulseaudioS.c:1819:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_cache_init(); ^ void pulseaudioS.c:1820:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_memblock(); ^ void pulseaudioS.c:1821:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_memchunk(); ^ void pulseaudioS.c:1822:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_memchunk_get(); ^ void pulseaudioS.c:1823:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_silence_memory(); ^ void pulseaudioS.c:1824:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_options_new(); ^ void pulseaudioS.c:1825:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_options_parse(); ^ void pulseaudioS.c:1826:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_options_ref(); ^ void pulseaudioS.c:1827:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_options_unref(); ^ void pulseaudioS.c:1828:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_protocol_connect(); ^ void pulseaudioS.c:1829:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_protocol_disconnect(); ^ void pulseaudioS.c:1830:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_protocol_get(); ^ void pulseaudioS.c:1831:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_protocol_ref(); ^ void pulseaudioS.c:1832:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_simple_protocol_unref(); ^ void pulseaudioS.c:1833:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_attach_within_thread(); ^ void pulseaudioS.c:1834:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_check_format(); ^ void pulseaudioS.c:1835:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_check_formats(); ^ void pulseaudioS.c:1836:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_check_suspend(); ^ void pulseaudioS.c:1837:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_check_type(); ^ void pulseaudioS.c:1838:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_detach_within_thread(); ^ void pulseaudioS.c:1839:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_enable_decibel_volume(); ^ void pulseaudioS.c:1840:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_enter_passthrough(); ^ void pulseaudioS.c:1841:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_flat_volume_enabled(); ^ void pulseaudioS.c:1842:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_fixed_latency(); ^ void pulseaudioS.c:1843:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_formats(); ^ void pulseaudioS.c:1844:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_latency(); ^ void pulseaudioS.c:1845:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_latency_range(); ^ void pulseaudioS.c:1846:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_latency_within_thread(); ^ void pulseaudioS.c:1847:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_master(); ^ void pulseaudioS.c:1848:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_max_request(); ^ void pulseaudioS.c:1849:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_max_rewind(); ^ void pulseaudioS.c:1850:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_mute(); ^ void pulseaudioS.c:1851:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_requested_latency(); ^ void pulseaudioS.c:1852:55: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_requested_latency_within_thread(); ^ void pulseaudioS.c:1853:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_get_volume(); ^ void pulseaudioS.c:1854:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_add_volume_factor(); ^ void pulseaudioS.c:1855:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_attach(); ^ void pulseaudioS.c:1856:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_check_type(); ^ void pulseaudioS.c:1857:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_cork(); ^ void pulseaudioS.c:1858:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_detach(); ^ void pulseaudioS.c:1859:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_drop(); ^ void pulseaudioS.c:1860:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_fail_move(); ^ void pulseaudioS.c:1861:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_finish_move(); ^ void pulseaudioS.c:1862:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_latency(); ^ void pulseaudioS.c:1863:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_max_request(); ^ void pulseaudioS.c:1864:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_max_rewind(); ^ void pulseaudioS.c:1865:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_requested_latency(); ^ void pulseaudioS.c:1866:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_resample_method(); ^ void pulseaudioS.c:1867:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_silence(); ^ void pulseaudioS.c:1868:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_get_volume(); ^ void pulseaudioS.c:1869:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_is_passthrough(); ^ void pulseaudioS.c:1870:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_is_volume_readable(); ^ void pulseaudioS.c:1871:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_kill(); ^ void pulseaudioS.c:1872:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_list_to_string(); ^ void pulseaudioS.c:1873:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_may_move(); ^ void pulseaudioS.c:1874:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_may_move_to(); ^ void pulseaudioS.c:1875:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_move_to(); ^ void pulseaudioS.c:1876:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new(); ^ void pulseaudioS.c:1877:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_add_volume_factor(); ^ void pulseaudioS.c:1878: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:1879:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_done(); ^ void pulseaudioS.c:1880:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_init(); ^ void pulseaudioS.c:1881:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_is_passthrough(); ^ void pulseaudioS.c:1882:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_channel_map(); ^ void pulseaudioS.c:1883:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_formats(); ^ void pulseaudioS.c:1884:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_muted(); ^ void pulseaudioS.c:1885:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_sample_spec(); ^ void pulseaudioS.c:1886:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_sink(); ^ void pulseaudioS.c:1887:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_new_data_set_volume(); ^ void pulseaudioS.c:1888:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_peek(); ^ void pulseaudioS.c:1889:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_process_msg(); ^ void pulseaudioS.c:1890:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_process_rewind(); ^ void pulseaudioS.c:1891:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_process_underrun(); ^ void pulseaudioS.c:1892:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_put(); ^ void pulseaudioS.c:1893:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_remove_volume_factor(); ^ void pulseaudioS.c:1894:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_request_rewind(); ^ void pulseaudioS.c:1895:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_safe_to_remove(); ^ void pulseaudioS.c:1896:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_send_event(); ^ void pulseaudioS.c:1897:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_mute(); ^ void pulseaudioS.c:1898:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_property(); ^ void pulseaudioS.c:1899:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_property_arbitrary(); ^ void pulseaudioS.c:1900:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_rate(); ^ void pulseaudioS.c:1901:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_reference_ratio(); ^ void pulseaudioS.c:1902:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_requested_latency(); ^ void pulseaudioS.c:1903:61: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_requested_latency_within_thread(); ^ void pulseaudioS.c:1904:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_state_within_thread(); ^ void pulseaudioS.c:1905:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_volume(); ^ void pulseaudioS.c:1906:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_set_volume_direct(); ^ void pulseaudioS.c:1907:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_start_move(); ^ void pulseaudioS.c:1909:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_unlink(); ^ void pulseaudioS.c:1910:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_update_max_request(); ^ void pulseaudioS.c:1911:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_update_max_rewind(); ^ void pulseaudioS.c:1912:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_update_proplist(); ^ void pulseaudioS.c:1913:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_input_update_resampler(); ^ void pulseaudioS.c:1914:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_invalidate_requested_latency(); ^ void pulseaudioS.c:1915:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_is_filter(); ^ void pulseaudioS.c:1916:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_is_passthrough(); ^ void pulseaudioS.c:1917:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_leave_passthrough(); ^ void pulseaudioS.c:1918:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_linked_by(); ^ void pulseaudioS.c:1919:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_list_to_string(); ^ void pulseaudioS.c:1920:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_move_all_fail(); ^ void pulseaudioS.c:1921:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_move_all_finish(); ^ void pulseaudioS.c:1922:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_move_all_start(); ^ void pulseaudioS.c:1923:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_mute_changed(); ^ void pulseaudioS.c:1924:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new(); ^ void pulseaudioS.c:1925:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_done(); ^ void pulseaudioS.c:1926:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_init(); ^ void pulseaudioS.c:1927:54: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_alternate_sample_rate(); ^ void pulseaudioS.c:1928:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_channel_map(); ^ void pulseaudioS.c:1929:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_muted(); ^ void pulseaudioS.c:1930:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_name(); ^ void pulseaudioS.c:1931:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_port(); ^ void pulseaudioS.c:1932:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_sample_spec(); ^ void pulseaudioS.c:1933:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_new_data_set_volume(); ^ void pulseaudioS.c:1934:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_process_input_underruns(); ^ void pulseaudioS.c:1935:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_process_msg(); ^ void pulseaudioS.c:1936:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_process_rewind(); ^ void pulseaudioS.c:1937:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_put(); ^ void pulseaudioS.c:1938:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_reconfigure(); ^ void pulseaudioS.c:1939:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_render(); ^ void pulseaudioS.c:1940:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_render_full(); ^ void pulseaudioS.c:1941:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_render_into(); ^ void pulseaudioS.c:1942:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_render_into_full(); ^ void pulseaudioS.c:1943:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_request_rewind(); ^ void pulseaudioS.c:1944:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_asyncmsgq(); ^ void pulseaudioS.c:1945:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_description(); ^ void pulseaudioS.c:1946:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_fixed_latency(); ^ void pulseaudioS.c:1947:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_fixed_latency_within_thread(); ^ void pulseaudioS.c:1948:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_formats(); ^ void pulseaudioS.c:1949:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_get_mute_callback(); ^ void pulseaudioS.c:1950:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_get_volume_callback(); ^ void pulseaudioS.c:1951:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_latency_range(); ^ void pulseaudioS.c:1952:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_latency_range_within_thread(); ^ void pulseaudioS.c:1953:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_max_request(); ^ void pulseaudioS.c:1954:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_max_request_within_thread(); ^ void pulseaudioS.c:1955:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_max_rewind(); ^ void pulseaudioS.c:1956:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_max_rewind_within_thread(); ^ void pulseaudioS.c:1957:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_mute(); ^ void pulseaudioS.c:1958:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_port(); ^ void pulseaudioS.c:1959:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_port_latency_offset(); ^ void pulseaudioS.c:1960:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_reference_volume_direct(); ^ void pulseaudioS.c:1961:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_rtpoll(); ^ void pulseaudioS.c:1962:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_sample_format(); ^ void pulseaudioS.c:1963:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_sample_rate(); ^ void pulseaudioS.c:1964:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_set_mute_callback(); ^ void pulseaudioS.c:1965:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_set_volume_callback(); ^ void pulseaudioS.c:1966:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_soft_volume(); ^ void pulseaudioS.c:1967:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_volume(); ^ void pulseaudioS.c:1968:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_set_write_volume_callback(); ^ void pulseaudioS.c:1969:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_state_to_string(); ^ void pulseaudioS.c:1970:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_suspend(); ^ void pulseaudioS.c:1971:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_suspend_all(); ^ void pulseaudioS.c:1973:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_unlink(); ^ void pulseaudioS.c:1974:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_update_flags(); ^ void pulseaudioS.c:1975:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_update_proplist(); ^ void pulseaudioS.c:1976:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_update_status(); ^ void pulseaudioS.c:1977:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_update_volume_and_mute(); ^ void pulseaudioS.c:1978:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_used_by(); ^ void pulseaudioS.c:1979:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_volume_change_apply(); ^ void pulseaudioS.c:1980:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sink_volume_changed(); ^ void pulseaudioS.c:1981:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_fix_now(); ^ void pulseaudioS.c:1982:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_free(); ^ void pulseaudioS.c:1983:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_get(); ^ void pulseaudioS.c:1984:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_new(); ^ void pulseaudioS.c:1985:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_pause(); ^ void pulseaudioS.c:1986:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_put(); ^ void pulseaudioS.c:1987:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_reset(); ^ void pulseaudioS.c:1988:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_resume(); ^ void pulseaudioS.c:1989:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_set_time_offset(); ^ void pulseaudioS.c:1990:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_smoother_translate(); ^ void pulseaudioS.c:1991:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_dump_formats(); ^ void pulseaudioS.c:1992:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_format_from_string(); ^ void pulseaudioS.c:1993:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_init_proplist(); ^ void pulseaudioS.c:1994:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_read_channel_map(); ^ void pulseaudioS.c:1995:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_read_sample_spec(); ^ void pulseaudioS.c:1996:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_readf_function(); ^ void pulseaudioS.c:1997:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_write_channel_map(); ^ void pulseaudioS.c:1998:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_write_sample_spec(); ^ void pulseaudioS.c:1999:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sndfile_writef_function(); ^ void pulseaudioS.c:2000:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_snprintf(); ^ void pulseaudioS.c:2001:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_address_is_local(); ^ void pulseaudioS.c:2002:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_is_local(); ^ void pulseaudioS.c:2003:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_new_ipv4(); ^ void pulseaudioS.c:2004:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_new_ipv6(); ^ void pulseaudioS.c:2005:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_new_sockaddr(); ^ void pulseaudioS.c:2006:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_new_string(); ^ void pulseaudioS.c:2007:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_new_unix(); ^ void pulseaudioS.c:2008:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_ref(); ^ void pulseaudioS.c:2009:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_set_callback(); ^ void pulseaudioS.c:2010:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_client_unref(); ^ void pulseaudioS.c:2011:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_cloexec(); ^ void pulseaudioS.c:2012:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_is_local(); ^ void pulseaudioS.c:2013:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_peer_to_string(); ^ void pulseaudioS.c:2014:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_get_address(); ^ void pulseaudioS.c:2015:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv4(); ^ void pulseaudioS.c:2016:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv4_any(); ^ void pulseaudioS.c:2017:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv4_loopback(); ^ void pulseaudioS.c:2018:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv4_string(); ^ void pulseaudioS.c:2019:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv6(); ^ void pulseaudioS.c:2020:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv6_any(); ^ void pulseaudioS.c:2021:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv6_loopback(); ^ void pulseaudioS.c:2022:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_ipv6_string(); ^ void pulseaudioS.c:2023:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_new_unix(); ^ void pulseaudioS.c:2024:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_ref(); ^ void pulseaudioS.c:2025:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_set_callback(); ^ void pulseaudioS.c:2026:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_server_unref(); ^ void pulseaudioS.c:2027:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_set_rcvbuf(); ^ void pulseaudioS.c:2028:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_socket_set_sndbuf(); ^ void pulseaudioS.c:2029:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sound_file_load(); ^ void pulseaudioS.c:2030:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sound_file_too_big_to_cache(); ^ void pulseaudioS.c:2031:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_attach_within_thread(); ^ void pulseaudioS.c:2032:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_check_format(); ^ void pulseaudioS.c:2033:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_check_formats(); ^ void pulseaudioS.c:2034:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_check_suspend(); ^ void pulseaudioS.c:2035:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_check_type(); ^ void pulseaudioS.c:2036:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_detach_within_thread(); ^ void pulseaudioS.c:2037:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_enable_decibel_volume(); ^ void pulseaudioS.c:2038:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_enter_passthrough(); ^ void pulseaudioS.c:2039:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_flat_volume_enabled(); ^ void pulseaudioS.c:2040:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_fixed_latency(); ^ void pulseaudioS.c:2041:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_formats(); ^ void pulseaudioS.c:2042:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_latency(); ^ void pulseaudioS.c:2043:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_latency_range(); ^ void pulseaudioS.c:2044:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_latency_within_thread(); ^ void pulseaudioS.c:2045:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_master(); ^ void pulseaudioS.c:2046:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_max_rewind(); ^ void pulseaudioS.c:2047:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_mute(); ^ void pulseaudioS.c:2048:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_requested_latency(); ^ void pulseaudioS.c:2049:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_requested_latency_within_thread(); ^ void pulseaudioS.c:2050:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_get_volume(); ^ void pulseaudioS.c:2051:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_invalidate_requested_latency(); ^ void pulseaudioS.c:2052:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_is_filter(); ^ void pulseaudioS.c:2053:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_is_passthrough(); ^ void pulseaudioS.c:2054:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_leave_passthrough(); ^ void pulseaudioS.c:2055:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_linked_by(); ^ void pulseaudioS.c:2056:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_list_to_string(); ^ void pulseaudioS.c:2057:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_move_all_fail(); ^ void pulseaudioS.c:2058:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_move_all_finish(); ^ void pulseaudioS.c:2059:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_move_all_start(); ^ void pulseaudioS.c:2060:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_mute_changed(); ^ void pulseaudioS.c:2061:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new(); ^ void pulseaudioS.c:2062:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_done(); ^ void pulseaudioS.c:2063:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_init(); ^ void pulseaudioS.c:2064:56: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_alternate_sample_rate(); ^ void pulseaudioS.c:2065:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_channel_map(); ^ void pulseaudioS.c:2066:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_muted(); ^ void pulseaudioS.c:2067:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_name(); ^ void pulseaudioS.c:2068:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_port(); ^ void pulseaudioS.c:2069:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_sample_spec(); ^ void pulseaudioS.c:2070:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_new_data_set_volume(); ^ void pulseaudioS.c:2071:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_attach(); ^ void pulseaudioS.c:2072:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_check_type(); ^ void pulseaudioS.c:2073:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_cork(); ^ void pulseaudioS.c:2074:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_detach(); ^ void pulseaudioS.c:2075:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_fail_move(); ^ void pulseaudioS.c:2076:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_finish_move(); ^ void pulseaudioS.c:2077:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_get_latency(); ^ void pulseaudioS.c:2078:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_get_max_rewind(); ^ void pulseaudioS.c:2079:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_get_requested_latency(); ^ void pulseaudioS.c:2080:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_get_resample_method(); ^ void pulseaudioS.c:2081:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_get_volume(); ^ void pulseaudioS.c:2082:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_is_passthrough(); ^ void pulseaudioS.c:2083:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_is_volume_readable(); ^ void pulseaudioS.c:2084:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_kill(); ^ void pulseaudioS.c:2085:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_list_to_string(); ^ void pulseaudioS.c:2086:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_may_move(); ^ void pulseaudioS.c:2087:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_may_move_to(); ^ void pulseaudioS.c:2088:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_move_to(); ^ void pulseaudioS.c:2089:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new(); ^ void pulseaudioS.c:2090:57: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_apply_volume_factor(); ^ void pulseaudioS.c:2091: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:2092:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_done(); ^ void pulseaudioS.c:2093:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_init(); ^ void pulseaudioS.c:2094:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_is_passthrough(); ^ void pulseaudioS.c:2095:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_channel_map(); ^ void pulseaudioS.c:2096:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_formats(); ^ void pulseaudioS.c:2097:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_muted(); ^ void pulseaudioS.c:2098:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_sample_spec(); ^ void pulseaudioS.c:2099:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_source(); ^ void pulseaudioS.c:2100:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_new_data_set_volume(); ^ void pulseaudioS.c:2101:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_process_msg(); ^ void pulseaudioS.c:2102:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_process_rewind(); ^ void pulseaudioS.c:2103:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_push(); ^ void pulseaudioS.c:2104:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_put(); ^ void pulseaudioS.c:2105:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_send_event(); ^ void pulseaudioS.c:2106:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_mute(); ^ void pulseaudioS.c:2107:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_property(); ^ void pulseaudioS.c:2108:51: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_property_arbitrary(); ^ void pulseaudioS.c:2109:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_rate(); ^ void pulseaudioS.c:2110:48: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_reference_ratio(); ^ void pulseaudioS.c:2111:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_requested_latency(); ^ void pulseaudioS.c:2112:64: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_requested_latency_within_thread(); ^ void pulseaudioS.c:2113:52: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_state_within_thread(); ^ void pulseaudioS.c:2114:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_volume(); ^ void pulseaudioS.c:2115:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_set_volume_direct(); ^ void pulseaudioS.c:2116:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_start_move(); ^ void pulseaudioS.c:2118:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_unlink(); ^ void pulseaudioS.c:2119:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_update_max_rewind(); ^ void pulseaudioS.c:2120:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_update_proplist(); ^ void pulseaudioS.c:2121:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_output_update_resampler(); ^ void pulseaudioS.c:2122:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_post(); ^ void pulseaudioS.c:2123:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_post_direct(); ^ void pulseaudioS.c:2124:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_process_msg(); ^ void pulseaudioS.c:2125:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_process_rewind(); ^ void pulseaudioS.c:2126:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_put(); ^ void pulseaudioS.c:2127:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_reconfigure(); ^ void pulseaudioS.c:2128:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_asyncmsgq(); ^ void pulseaudioS.c:2129:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_description(); ^ void pulseaudioS.c:2130:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_fixed_latency(); ^ void pulseaudioS.c:2131:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_fixed_latency_within_thread(); ^ void pulseaudioS.c:2132:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_get_mute_callback(); ^ void pulseaudioS.c:2133:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_get_volume_callback(); ^ void pulseaudioS.c:2134:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_latency_range(); ^ void pulseaudioS.c:2135:53: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_latency_range_within_thread(); ^ void pulseaudioS.c:2136:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_max_rewind(); ^ void pulseaudioS.c:2137:50: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_max_rewind_within_thread(); ^ void pulseaudioS.c:2138:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_mute(); ^ void pulseaudioS.c:2139:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_port(); ^ void pulseaudioS.c:2140:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_port_latency_offset(); ^ void pulseaudioS.c:2141:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_reference_volume_direct(); ^ void pulseaudioS.c:2142:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_rtpoll(); ^ void pulseaudioS.c:2143:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_sample_format(); ^ void pulseaudioS.c:2144:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_sample_rate(); ^ void pulseaudioS.c:2145:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_set_mute_callback(); ^ void pulseaudioS.c:2146:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_set_volume_callback(); ^ void pulseaudioS.c:2147:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_soft_volume(); ^ void pulseaudioS.c:2148:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_volume(); ^ void pulseaudioS.c:2149:47: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_set_write_volume_callback(); ^ void pulseaudioS.c:2150:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_state_to_string(); ^ void pulseaudioS.c:2151:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_suspend(); ^ void pulseaudioS.c:2152:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_suspend_all(); ^ void pulseaudioS.c:2153:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_sync_suspend(); ^ void pulseaudioS.c:2155:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_unlink(); ^ void pulseaudioS.c:2156:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_update_flags(); ^ void pulseaudioS.c:2157:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_update_proplist(); ^ void pulseaudioS.c:2158:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_update_status(); ^ void pulseaudioS.c:2159:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_update_volume_and_mute(); ^ void pulseaudioS.c:2160:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_used_by(); ^ void pulseaudioS.c:2161:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_volume_change_apply(); ^ void pulseaudioS.c:2162:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_source_volume_changed(); ^ void pulseaudioS.c:2163:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_split(); ^ void pulseaudioS.c:2164:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_split_in_place(); ^ void pulseaudioS.c:2165:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_split_spaces(); ^ void pulseaudioS.c:2166:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_split_spaces_in_place(); ^ void pulseaudioS.c:2167:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_split_spaces_strv(); ^ void pulseaudioS.c:2168:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sprintf_malloc(); ^ void pulseaudioS.c:2169:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_export(); ^ void pulseaudioS.c:2170:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_free(); ^ void pulseaudioS.c:2171:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_new(); ^ void pulseaudioS.c:2172:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_new_from_template(); ^ void pulseaudioS.c:2173:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_read(); ^ void pulseaudioS.c:2174:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_set_callback(); ^ void pulseaudioS.c:2175:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_srbchannel_write(); ^ void pulseaudioS.c:2176:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_start_child_for_read(); ^ void pulseaudioS.c:2177:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_startswith(); ^ void pulseaudioS.c:2178:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_state_path(); ^ void pulseaudioS.c:2179:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_static_mutex_get(); ^ void pulseaudioS.c:2180:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_static_semaphore_get(); ^ void pulseaudioS.c:2181:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stdio_acquire(); ^ void pulseaudioS.c:2182:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stdio_release(); ^ void pulseaudioS.c:2183:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_str_in_list(); ^ void pulseaudioS.c:2184:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_str_in_list_spaces(); ^ void pulseaudioS.c:2185:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_free(); ^ void pulseaudioS.c:2186:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_isempty(); ^ void pulseaudioS.c:2187:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_new(); ^ void pulseaudioS.c:2188:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_printf(); ^ void pulseaudioS.c:2189:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_putc(); ^ void pulseaudioS.c:2190:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_puts(); ^ void pulseaudioS.c:2191:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_putsn(); ^ void pulseaudioS.c:2192:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_to_string(); ^ void pulseaudioS.c:2193:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strbuf_to_string_free(); ^ void pulseaudioS.c:2194:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_begin_write(); ^ void pulseaudioS.c:2195:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_cancel_write(); ^ void pulseaudioS.c:2196:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_connect_playback(); ^ void pulseaudioS.c:2197:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_connect_record(); ^ void pulseaudioS.c:2198:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_connect_upload(); ^ void pulseaudioS.c:2199:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_cork(); ^ void pulseaudioS.c:2200:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_disconnect(); ^ void pulseaudioS.c:2201:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_disconnect_callback(); ^ void pulseaudioS.c:2202:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_drain(); ^ void pulseaudioS.c:2203:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_drop(); ^ void pulseaudioS.c:2204:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_finish_upload(); ^ void pulseaudioS.c:2205:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_flush(); ^ void pulseaudioS.c:2206:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_buffer_attr(); ^ void pulseaudioS.c:2207:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_channel_map(); ^ void pulseaudioS.c:2208:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_context(); ^ void pulseaudioS.c:2209:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_device_index(); ^ void pulseaudioS.c:2210:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_device_name(); ^ void pulseaudioS.c:2211:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_format_info(); ^ void pulseaudioS.c:2212:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_index(); ^ void pulseaudioS.c:2213:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_latency(); ^ void pulseaudioS.c:2214:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_monitor_stream(); ^ void pulseaudioS.c:2215:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_sample_spec(); ^ void pulseaudioS.c:2216:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_state(); ^ void pulseaudioS.c:2217:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_time(); ^ void pulseaudioS.c:2218:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_timing_info(); ^ void pulseaudioS.c:2219:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_underflow_index(); ^ void pulseaudioS.c:2220:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_get_volume_channel_map(); ^ void pulseaudioS.c:2221:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_interaction_done(); ^ void pulseaudioS.c:2222:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_interaction_init(); ^ void pulseaudioS.c:2223:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_is_corked(); ^ void pulseaudioS.c:2224:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_is_suspended(); ^ void pulseaudioS.c:2225:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_new(); ^ void pulseaudioS.c:2226:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_new_extended(); ^ void pulseaudioS.c:2227:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_new_with_proplist(); ^ void pulseaudioS.c:2228:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_peek(); ^ void pulseaudioS.c:2229:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_prebuf(); ^ void pulseaudioS.c:2230:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_proplist_remove(); ^ void pulseaudioS.c:2231:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_proplist_update(); ^ void pulseaudioS.c:2232:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_readable_size(); ^ void pulseaudioS.c:2233:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_ref(); ^ void pulseaudioS.c:2234:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_buffer_attr(); ^ void pulseaudioS.c:2235:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_buffer_attr_callback(); ^ void pulseaudioS.c:2236:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_event_callback(); ^ void pulseaudioS.c:2237:49: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_latency_update_callback(); ^ void pulseaudioS.c:2238:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_monitor_stream(); ^ void pulseaudioS.c:2239:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_moved_callback(); ^ void pulseaudioS.c:2240:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_name(); ^ void pulseaudioS.c:2241:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_overflow_callback(); ^ void pulseaudioS.c:2242:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_read_callback(); ^ void pulseaudioS.c:2243:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_started_callback(); ^ void pulseaudioS.c:2244:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_state(); ^ void pulseaudioS.c:2245:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_state_callback(); ^ void pulseaudioS.c:2246:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_suspended_callback(); ^ void pulseaudioS.c:2247:44: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_underflow_callback(); ^ void pulseaudioS.c:2248:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_set_write_callback(); ^ void pulseaudioS.c:2249:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_simple_ack_callback(); ^ void pulseaudioS.c:2250:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_trigger(); ^ void pulseaudioS.c:2251:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_unref(); ^ void pulseaudioS.c:2252:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_update_sample_rate(); ^ void pulseaudioS.c:2253:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_update_timing_info(); ^ void pulseaudioS.c:2254:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_writable_size(); ^ void pulseaudioS.c:2255:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_write(); ^ void pulseaudioS.c:2256:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_stream_write_ext_free(); ^ void pulseaudioS.c:2257:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strerror(); ^ void pulseaudioS.c:2258:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strip(); ^ void pulseaudioS.c:2259:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strip_nl(); ^ void pulseaudioS.c:2260:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlcpy(); ^ void pulseaudioS.c:2261:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_data(); ^ void pulseaudioS.c:2262:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_free(); ^ void pulseaudioS.c:2263:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_next(); ^ void pulseaudioS.c:2264:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_parse(); ^ void pulseaudioS.c:2265:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_pop(); ^ void pulseaudioS.c:2266:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_prepend(); ^ void pulseaudioS.c:2267:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_remove(); ^ void pulseaudioS.c:2268:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_reverse(); ^ void pulseaudioS.c:2269:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_strlist_to_string(); ^ void pulseaudioS.c:2270:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_subscription_free(); ^ void pulseaudioS.c:2271:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_subscription_free_all(); ^ void pulseaudioS.c:2272:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_subscription_new(); ^ void pulseaudioS.c:2273:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_subscription_post(); ^ void pulseaudioS.c:2274:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_suspend_cause_to_string(); ^ void pulseaudioS.c:2275:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_cvolume_divide(); ^ void pulseaudioS.c:2276:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_cvolume_divide_scalar(); ^ void pulseaudioS.c:2277:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_cvolume_multiply(); ^ void pulseaudioS.c:2278:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_cvolume_multiply_scalar(); ^ void pulseaudioS.c:2279:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_cvolume_snprint_dB(); ^ void pulseaudioS.c:2280:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_divide(); ^ void pulseaudioS.c:2281:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_from_dB(); ^ void pulseaudioS.c:2282:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_from_linear(); ^ void pulseaudioS.c:2283:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_multiply(); ^ void pulseaudioS.c:2284:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_snprint_dB(); ^ void pulseaudioS.c:2285:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_to_dB(); ^ void pulseaudioS.c:2286:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_sw_volume_to_linear(); ^ void pulseaudioS.c:2287:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_command(); ^ void pulseaudioS.c:2288:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_data(); ^ void pulseaudioS.c:2289:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_eof(); ^ void pulseaudioS.c:2290:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_free(); ^ void pulseaudioS.c:2291:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get(); ^ void pulseaudioS.c:2292:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_arbitrary(); ^ void pulseaudioS.c:2293:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_boolean(); ^ void pulseaudioS.c:2294:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_channel_map(); ^ void pulseaudioS.c:2295:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_cvolume(); ^ void pulseaudioS.c:2296:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_format_info(); ^ void pulseaudioS.c:2297:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_proplist(); ^ void pulseaudioS.c:2298:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_sample_spec(); ^ void pulseaudioS.c:2299:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_timeval(); ^ void pulseaudioS.c:2300:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_usec(); ^ void pulseaudioS.c:2301:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_get_volume(); ^ void pulseaudioS.c:2302:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_gets(); ^ void pulseaudioS.c:2303:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_gets64(); ^ void pulseaudioS.c:2304:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_getu32(); ^ void pulseaudioS.c:2305:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_getu64(); ^ void pulseaudioS.c:2306:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_getu8(); ^ void pulseaudioS.c:2307:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_new(); ^ void pulseaudioS.c:2308:34: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_new_fixed(); ^ void pulseaudioS.c:2309:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put(); ^ void pulseaudioS.c:2310:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_arbitrary(); ^ void pulseaudioS.c:2311:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_boolean(); ^ void pulseaudioS.c:2312:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_channel_map(); ^ void pulseaudioS.c:2313:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_cvolume(); ^ void pulseaudioS.c:2314:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_format_info(); ^ void pulseaudioS.c:2315:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_proplist(); ^ void pulseaudioS.c:2316:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_sample_spec(); ^ void pulseaudioS.c:2317:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_timeval(); ^ void pulseaudioS.c:2318:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_usec(); ^ void pulseaudioS.c:2319:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_put_volume(); ^ void pulseaudioS.c:2320:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_puts(); ^ void pulseaudioS.c:2321:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_puts64(); ^ void pulseaudioS.c:2322:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_putu32(); ^ void pulseaudioS.c:2323:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_putu64(); ^ void pulseaudioS.c:2324:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tagstruct_putu8(); ^ void pulseaudioS.c:2325:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_free(); ^ void pulseaudioS.c:2326:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_free_nojoin(); ^ void pulseaudioS.c:2327:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_get_data(); ^ void pulseaudioS.c:2328:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_get_name(); ^ void pulseaudioS.c:2329:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_is_running(); ^ void pulseaudioS.c:2330:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_join(); ^ void pulseaudioS.c:2331:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_make_realtime(); ^ void pulseaudioS.c:2332:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_mq_done(); ^ void pulseaudioS.c:2333:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_mq_get(); ^ void pulseaudioS.c:2334:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_mq_init(); ^ void pulseaudioS.c:2335:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_mq_init_thread_mainloop(); ^ void pulseaudioS.c:2336:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_mq_install(); ^ void pulseaudioS.c:2337:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_new(); ^ void pulseaudioS.c:2338:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_self(); ^ void pulseaudioS.c:2339:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_set_data(); ^ void pulseaudioS.c:2340:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_set_name(); ^ void pulseaudioS.c:2341:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_thread_yield(); ^ void pulseaudioS.c:2342:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_accept(); ^ void pulseaudioS.c:2343:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_free(); ^ void pulseaudioS.c:2344:40: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_get_api(); ^ void pulseaudioS.c:2345:43: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_get_retval(); ^ void pulseaudioS.c:2346:42: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_in_thread(); ^ void pulseaudioS.c:2347:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_lock(); ^ void pulseaudioS.c:2348:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_new(); ^ void pulseaudioS.c:2349:46: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_once_unlocked(); ^ void pulseaudioS.c:2350:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_set_name(); ^ void pulseaudioS.c:2351:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_signal(); ^ void pulseaudioS.c:2352:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_start(); ^ void pulseaudioS.c:2353:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_stop(); ^ void pulseaudioS.c:2354:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_unlock(); ^ void pulseaudioS.c:2355:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_threaded_mainloop_wait(); ^ void pulseaudioS.c:2356:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timespec_load(); ^ void pulseaudioS.c:2357:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timespec_store(); ^ void pulseaudioS.c:2358:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_add(); ^ void pulseaudioS.c:2359:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_age(); ^ void pulseaudioS.c:2360:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_cmp(); ^ void pulseaudioS.c:2361:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_diff(); ^ void pulseaudioS.c:2362:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_load(); ^ void pulseaudioS.c:2363:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_rtstore(); ^ void pulseaudioS.c:2364:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_store(); ^ void pulseaudioS.c:2365:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_timeval_sub(); ^ void pulseaudioS.c:2366:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tls_free(); ^ void pulseaudioS.c:2367:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tls_get(); ^ void pulseaudioS.c:2368:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tls_new(); ^ void pulseaudioS.c:2369:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tls_set(); ^ void pulseaudioS.c:2370:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tokenizer_free(); ^ void pulseaudioS.c:2371:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tokenizer_get(); ^ void pulseaudioS.c:2372:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_tokenizer_new(); ^ void pulseaudioS.c:2373:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_truncate_utf8(); ^ void pulseaudioS.c:2374:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_uid_in_group(); ^ void pulseaudioS.c:2375:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_uname_string(); ^ void pulseaudioS.c:2376:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unblock_sigs(); ^ void pulseaudioS.c:2377:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unblock_sigsv(); ^ void pulseaudioS.c:2378:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unescape(); ^ void pulseaudioS.c:2379:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unix_socket_is_stale(); ^ void pulseaudioS.c:2380:39: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unix_socket_remove_stale(); ^ void pulseaudioS.c:2381:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unlock_lockfile(); ^ void pulseaudioS.c:2382:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unset_env(); ^ void pulseaudioS.c:2383:33: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_unset_env_recorded(); ^ void pulseaudioS.c:2384:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_usec_to_bytes(); ^ void pulseaudioS.c:2385:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_usec_to_bytes_round_up(); ^ void pulseaudioS.c:2386:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_utf8_filter(); ^ void pulseaudioS.c:2387:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_utf8_to_locale(); ^ void pulseaudioS.c:2388:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_utf8_valid(); ^ void pulseaudioS.c:2389:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_func_init_arm(); ^ void pulseaudioS.c:2390:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_func_init_mmx(); ^ void pulseaudioS.c:2391:35: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_func_init_sse(); ^ void pulseaudioS.c:2392:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_memchunk(); ^ void pulseaudioS.c:2393:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_snprint(); ^ void pulseaudioS.c:2394:37: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_volume_snprint_verbose(); ^ void pulseaudioS.c:2395:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_vsnprintf(); ^ void pulseaudioS.c:2396:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_vsprintf_malloc(); ^ void pulseaudioS.c:2397:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_will_need(); ^ void pulseaudioS.c:2398:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_write(); ^ void pulseaudioS.c:2399:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_client_free(); ^ void pulseaudioS.c:2400:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_client_new(); ^ void pulseaudioS.c:2401:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_del_prop(); ^ void pulseaudioS.c:2402:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_get_prop(); ^ void pulseaudioS.c:2403:27: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_set_prop(); ^ void pulseaudioS.c:2404:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_get(); ^ void pulseaudioS.c:2405:38: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_get_display(); ^ void pulseaudioS.c:2406:45: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_get_xcb_connection(); ^ void pulseaudioS.c:2407:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_kill(); ^ void pulseaudioS.c:2408:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_ref(); ^ void pulseaudioS.c:2409:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_x11_wrapper_unref(); ^ void pulseaudioS.c:2410:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xfree(); ^ void pulseaudioS.c:2411:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xfreev(); ^ void pulseaudioS.c:2412:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xmalloc(); ^ void pulseaudioS.c:2413:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xmalloc0(); ^ void pulseaudioS.c:2414:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xmemdup(); ^ void pulseaudioS.c:2415:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xrealloc(); ^ void pulseaudioS.c:2416:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xstrdup(); ^ void pulseaudioS.c:2417:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int pa_xstrndup(); ^ void pulseaudioS.c:2419:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int st_13linear2alaw(); ^ void pulseaudioS.c:2420:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int st_14linear2ulaw(); ^ void pulseaudioS.c:2421:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int st_alaw2linear16(); ^ void pulseaudioS.c:2422:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] extern int st_ulaw2linear16(); ^ void 2387 warnings generated. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x2f98): warning: Module auto-loading no longer supported. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x2f88): warning: Module auto-loading no longer supported. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x2fa8): warning: Module auto-loading no longer supported. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x2f78): warning: Module auto-loading no longer supported. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x3198): warning: Module auto-loading no longer supported. /usr/bin/ld: .libs/pulseaudioS.o:(.data.rel.ro+0x3188): 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