simpler USED
This commit is contained in:
parent
dd6c037b72
commit
15085f7450
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue