summaryrefslogtreecommitdiffstats
path: root/polyp/strlist-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/strlist-test.c')
-rw-r--r--polyp/strlist-test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/polyp/strlist-test.c b/polyp/strlist-test.c
index b68a0415..c670a105 100644
--- a/polyp/strlist-test.c
+++ b/polyp/strlist-test.c
@@ -2,10 +2,11 @@
#include "strlist.h"
#include "xmalloc.h"
+#include "gccmacro.h"
-int main(int argc, char* argv[]) {
+int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char* argv[]) {
char *t, *u;
- struct pa_strlist *l = NULL;
+ pa_strlist *l = NULL;
l = pa_strlist_prepend(l, "e");
l = pa_strlist_prepend(l, "d");