mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
Quiet warnings about unused parameters.
* src/copy.c (set_author) [!HAVE_STRUCT_STAT_ST_AUTHOR]: "Use" each of the parameters.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user