summaryrefslogtreecommitdiff
path: root/popt/system.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-01-27 16:27:05 +0000
committerWayne Davison <wayned@samba.org>2004-01-27 16:27:05 +0000
commit37101856a6968452bdbcfefcc997738be98fafd9 (patch)
tree4d1944a7f9c0a29ce961f29334f78e48f0575c70 /popt/system.h
parent65fc84b32e2a558cca3a66587ac4cd06e16f1471 (diff)
downloadrsync-37101856a6968452bdbcfefcc997738be98fafd9.tar.gz
Silenced some compiler warnings.
Diffstat (limited to 'popt/system.h')
-rw-r--r--popt/system.h1
1 files changed, 1 insertions, 0 deletions
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"