add define for __attribute__((unused))
authorPaul Brossier <piem@altern.org>
Tue, 10 Oct 2006 13:09:34 +0000 (13:09 +0000)
committerPaul Brossier <piem@altern.org>
Tue, 10 Oct 2006 13:09:34 +0000 (13:09 +0000)
add define for __attribute__((unused))

src/aubio_priv.h

index 36a0bf4..d3504f7 100644 (file)
@@ -169,4 +169,6 @@ typedef enum {
 
 #define ELEM_SWAP(a,b) { register smpl_t t=(a);(a)=(b);(b)=t; }
 
 
 #define ELEM_SWAP(a,b) { register smpl_t t=(a);(a)=(b);(b)=t; }
 
+#define UNUSED __attribute__((unused))
+
 #endif/*_AUBIO_PRIV_H*/
 #endif/*_AUBIO_PRIV_H*/