From 633fb3205d36587f607f547e162c2d304f5d351c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 10 Oct 2006 13:12:59 +0000 Subject: [PATCH] remove unused parameter warnings with __attribute__((unused)) remove unused parameter warnings with __attribute__((unused)) --- examples/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/utils.c b/examples/utils.c index 3fad5c74..0a676068 100644 --- a/examples/utils.c +++ b/examples/utils.c @@ -452,7 +452,7 @@ uint_t get_note(fvec_t *note_buffer, fvec_t *note_buffer2){ #if LASH_SUPPORT -void * lash_thread_main(void *data) +void * lash_thread_main(void *data __attribute__((unused))) { printf("LASH thread running\n"); -- 2.26.2