summaryrefslogtreecommitdiff
path: root/popt
diff options
context:
space:
mode:
Diffstat (limited to 'popt')
-rw-r--r--popt/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/system.h b/popt/system.h
index b147af71..3be4f3c3 100644
--- a/popt/system.h
+++ b/popt/system.h
@@ -69,7 +69,7 @@ char *alloca ();
#define xstrdup(_str) strdup(_str)
#endif /* HAVE_MCHECK_H && defined(__GNUC__) */
-#if defined(__GNUC__) || !(defined(__hpux) || defined(_hpux) || defined (hpux))
+#ifdef __GNUC__
#define UNUSED(x) x __attribute__((__unused__))
#else
#define UNUSED(x) x