]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: delete __unused__ attr from a used parameter
authorMasatake YAMATO <yamato@redhat.com>
Wed, 27 Jul 2022 17:41:49 +0000 (02:41 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 8 Aug 2022 12:44:08 +0000 (21:44 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd-unkn.c

index 4ac4acd8fb311eae22f8e22ff4858d5fb0852af3..c7526818edf93a97524c68bc294a7cb2a1a910dd 100644 (file)
@@ -26,7 +26,7 @@
 #include "lsfd.h"
 
 static bool unkn_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)