silence compiler warnings
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user