simpler USED

This commit is contained in:
rsc 2006-06-26 00:02:52 +00:00
parent dd6c037b72
commit 15085f7450

View file

@ -901,7 +901,7 @@ extern int post9pservice(int, char*);
#ifdef __GNUC__
# if __GNUC__ >= 3
# undef USED
# define USED(x) { ulong __y __attribute__ ((unused)); __y = (ulong)(x); }
# define USED(x) ((void)(x))
# endif
#endif