projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
098bd92
)
add define for __attribute__((unused))
author
Paul Brossier
<piem@altern.org>
Tue, 10 Oct 2006 13:09:34 +0000
(13:09 +0000)
committer
Paul Brossier
<piem@altern.org>
Tue, 10 Oct 2006 13:09:34 +0000
(13:09 +0000)
add define for __attribute__((unused))
src/aubio_priv.h
patch
|
blob
|
history
diff --git
a/src/aubio_priv.h
b/src/aubio_priv.h
index 36a0bf41f5df0a2cd06266a632dd0bfc0943ad71..d3504f79c7b47ccfb048f95b25a598870a10086b 100644
(file)
--- a/
src/aubio_priv.h
+++ b/
src/aubio_priv.h
@@
-169,4
+169,6
@@
typedef enum {
#define ELEM_SWAP(a,b) { register smpl_t t=(a);(a)=(b);(b)=t; }
+#define UNUSED __attribute__((unused))
+
#endif/*_AUBIO_PRIV_H*/