silence compiler warnings

This commit is contained in:
Mark Andrews
2013-09-14 19:34:41 +10:00
parent 0635633352
commit a0369bb59f

View File

@@ -56,14 +56,17 @@ void atf_sanity_post(const char *, int, const char *);
#define INV(x) \
do { \
(void)(x); \
} while (0)
#define PRE(x) \
do { \
(void)(x); \
} while (0)
#define POST(x) \
do { \
(void)(x); \
} while (0)
#endif /* !defined(NDEBUG) */