]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: delete __unused__ attribute for an used parameter
authorMasatake YAMATO <yamato@redhat.com>
Mon, 7 Mar 2022 08:10:17 +0000 (17:10 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 4 Apr 2022 12:05:58 +0000 (21:05 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd-fifo.c

index 35d8586b72c9b676776fa2f11e66bd446babfd3b..63eb18c7c065ceb4fc7dd8b633579442cff8e64e 100644 (file)
@@ -26,7 +26,7 @@
 #include "lsfd.h"
 
 static bool fifo_fill_column(struct proc *proc __attribute__((__unused__)),
-                            struct file *file __attribute__((__unused__)),
+                            struct file *file,
                             struct libscols_line *ln,
                             int column_id,
                             size_t column_index)