Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit 8808d9e

Browse files
committed
Add UNUSED macro
1 parent a034677 commit 8808d9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ struct _xmpp_handlist_t {
132132
};
133133
};
134134

135+
#define UNUSED(x) ((void)(x))
136+
135137
#define MAX_DOMAIN_LEN 256
136138

137139
#define SASL_MASK_PLAIN (1 << 0)

0 commit comments

Comments
 (0)