diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc.h b/include/libc.h index 13d1c947..96b3f0c2 100644 --- a/include/libc.h +++ b/include/libc.h @@ -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 |