X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/65fc84b32e2a558cca3a66587ac4cd06e16f1471..37101856a6968452bdbcfefcc997738be98fafd9:/popt/system.h?ds=sidebyside diff --git a/popt/system.h b/popt/system.h index 85daed3b..eac5fb1a 100644 --- a/popt/system.h +++ b/popt/system.h @@ -69,5 +69,6 @@ char *alloca (); #define xstrdup(_str) strdup(_str) #endif /* HAVE_MCHECK_H && defined(__GNUC__) */ +#define UNUSED(x) x __attribute__((__unused__)) #include "popt.h"