]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libuuid: unused parameter [-Wunused-parameter]
authorKarel Zak <kzak@redhat.com>
Thu, 5 Jan 2017 11:04:22 +0000 (12:04 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 5 Jan 2017 11:04:22 +0000 (12:04 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libuuid/src/gen_uuid.c

index f9a937cf5dd2aef82b348774b52ded3679f2d041..6d2194ee40241df347b829af34815dc7d389a1cc 100644 (file)
@@ -393,7 +393,9 @@ fail:
 }
 
 #else /* !defined(HAVE_UUIDD) && defined(HAVE_SYS_UN_H) */
-static int get_uuid_via_daemon(int op, uuid_t out, int *num)
+static int get_uuid_via_daemon(int op __attribute__((__unused__)),
+                               uuid_t out __attribute__((__unused__)),
+                               int *num __attribute__((__unused__)))
 {
        return -1;
 }