]> code.delx.au - pulseaudio/blobdiff - src/polyp/context.c
fix a couple of issues I found when compiling polypaudio with gcc 2.95
[pulseaudio] / src / polyp / context.c
index 047b739f7886c275104c05d6a17354f209104ac3..448e2e68b7b68512d52bf531cb16f4b043d70c9a 100644 (file)
@@ -955,7 +955,7 @@ const char* pa_context_get_server(pa_context *c) {
     return c->server;
 }
 
-uint32_t pa_context_get_protocol_version(pa_context *c) {
+uint32_t pa_context_get_protocol_version(PA_GCC_UNUSED pa_context *c) {
     return PA_PROTOCOL_VERSION;
 }