UNUSED() misbehaves on HP-UX, not AIX.

This commit is contained in:
Wayne Davison
2004-04-09 22:25:33 +00:00
parent 2f5ca63d92
commit a3779426b6

View File

@@ -762,7 +762,7 @@ int inet_pton(int af, const char *src, void *dst);
const char *get_panic_action(void);
#endif
#ifndef _AIX
#if !(defined(__hpux) || defined(_hpux) || defined (hpux))
#define UNUSED(x) x __attribute__((__unused__))
#else
#define UNUSED(x) x