summaryrefslogtreecommitdiffstats
path: root/include/bmon/bmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bmon/bmon.h')
-rw-r--r--include/bmon/bmon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bmon/bmon.h b/include/bmon/bmon.h
index e349110..05934ec 100644
--- a/include/bmon/bmon.h
+++ b/include/bmon/bmon.h
@@ -60,9 +60,11 @@ enum {
#if defined __GNUC__
#define __init __attribute__ ((constructor))
#define __exit __attribute__ ((destructor))
+#define __unused__ __attribute__ ((unused))
#else
#define __init
#define __exit
+#define __unused__
#endif
#ifdef DEBUG