shithub: aubio

Download patch

ref: 633fb3205d36587f607f547e162c2d304f5d351c
parent: b377d0456ebdd34c775c16fe0a82fe8d6dec0141
author: Paul Brossier <piem@altern.org>
date: Tue Oct 10 09:12:59 EDT 2006

remove unused parameter warnings with __attribute__((unused))
remove unused parameter warnings with __attribute__((unused))


--- a/examples/utils.c
+++ b/examples/utils.c
@@ -452,7 +452,7 @@
 
 #if LASH_SUPPORT
 
-void * lash_thread_main(void *data)
+void * lash_thread_main(void *data __attribute__((unused)))
 {
 	printf("LASH thread running\n");