add define for __attribute__((unused))
[aubio.git] / 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 UNUSED __attribute__((unused))
+
 #endif/*_AUBIO_PRIV_H*/