Demand attach warning fixes
[openafs.git] / src / config / stds.h
index df331ec..be65339 100644 (file)
@@ -316,9 +316,9 @@ hdr_static_inline(long) afs_printable_int32_ld(afs_int32 d) { return (long) d; }
 hdr_static_inline(unsigned long) afs_printable_uint32_lu(afs_uint32 d) { return (unsigned long) d; }
 
 #if !defined(__GNUC__) || __GNUC__ < 2
-#define AFS_UNUSED_FUNCTION
+#define AFS_UNUSED
 #else
-#define AFS_UNUSED_FUNCTION __attribute__((unused))
+#define AFS_UNUSED __attribute__((unused))
 #endif
 
 #endif /* OPENAFS_CONFIG_AFS_STDS_H */