projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b377d04
)
remove unused parameter warnings with __attribute__((unused))
author
Paul Brossier
<piem@altern.org>
Tue, 10 Oct 2006 13:12:59 +0000
(13:12 +0000)
committer
Paul Brossier
<piem@altern.org>
Tue, 10 Oct 2006 13:12:59 +0000
(13:12 +0000)
remove unused parameter warnings with __attribute__((unused))
examples/utils.c
patch
|
blob
|
history
diff --git
a/examples/utils.c
b/examples/utils.c
index 3fad5c74f88e494068fa06c43481448537d0a4ad..0a67606818fd2f15be6aba95216d35b0f922fdf3 100644
(file)
--- 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");