summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/copy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/copy.c b/src/copy.c
index 31e29b1bf..280fbf8d9 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -227,6 +227,10 @@ set_author (const char *dst_name, int dest_desc, const struct stat *src_sb)
quote (dst_name));
mach_port_deallocate (mach_task_self (), file);
}
+#else
+ (void) dst_name;
+ (void) dest_desc;
+ (void) src_sb;
#endif
}