diff --git a/tests/emb6/main.c b/tests/emb6/main.c
index 06452f550cf8c176f893bed88897ff0e3250dca5..adeee367c203f203fca06609db38d42bc040ef68 100644
--- a/tests/emb6/main.c
+++ b/tests/emb6/main.c
@@ -72,6 +72,8 @@ static int ifconfig(int argc, char **argv)
 
 static void *_emb6_thread(void *args)
 {
+    (void)args;
+
     emb6_process(500);  /* never stops */
     return NULL;
 }