}
void
-xattrs_acls_get (int parentfd, char const *file_name,
- struct tar_stat_info *st, int xisfile)
+xattrs_acls_get (MAYBE_UNUSED int parentfd, MAYBE_UNUSED char const *file_name,
+ MAYBE_UNUSED struct tar_stat_info *st,
+ MAYBE_UNUSED int xisfile)
{
if (acls_option > 0)
{
}
void
-xattrs_acls_set (struct tar_stat_info const *st,
- char const *file_name, char typeflag)
+xattrs_acls_set (MAYBE_UNUSED struct tar_stat_info const *st,
+ MAYBE_UNUSED char const *file_name, char typeflag)
{
if (acls_option > 0 && typeflag != SYMTYPE)
{
/* lgetfileconat is called against FILE_NAME iff the FD parameter is set to
zero, otherwise the fgetfileconat is used against correct file descriptor */
void
-xattrs_selinux_get (int parentfd, char const *file_name,
- struct tar_stat_info *st, int fd)
+xattrs_selinux_get (MAYBE_UNUSED int parentfd, MAYBE_UNUSED char const *file_name,
+ MAYBE_UNUSED struct tar_stat_info *st, MAYBE_UNUSED int fd)
{
if (selinux_context_option > 0)
{
}
void
-xattrs_selinux_set (struct tar_stat_info const *st,
- char const *file_name, char typeflag)
+xattrs_selinux_set (MAYBE_UNUSED struct tar_stat_info const *st,
+ MAYBE_UNUSED char const *file_name, MAYBE_UNUSED char typeflag)
{
if (selinux_context_option > 0)
{