]> Savannah Git Hosting - gnulib.git/commitdiff
file-has-acl: _GL_UNUSED → MAYBE_UNUSED
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Nov 2024 05:18:02 +0000 (21:18 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Nov 2024 16:44:17 +0000 (08:44 -0800)
lib/file-has-acl.c

index 1cd979541649a0cb0619228a6d67bd16a51a6baf..3cfff7ec75b6cf12a0d89d898d63e569b264d6a7 100644 (file)
@@ -341,7 +341,7 @@ int
 file_has_aclinfo (MAYBE_UNUSED char const *restrict name,
                   struct aclinfo *restrict ai, int flags)
 {
-  _GL_UNUSED unsigned char d_type = flags & UCHAR_MAX;
+  MAYBE_UNUSED unsigned char d_type = flags & UCHAR_MAX;
 
 #if USE_LINUX_XATTR
   int initial_errno = errno;