*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
[oweals/busybox.git] / e2fsprogs / chattr.c
index 0f19af8e416f938e9b3fd40122e54e8744e5f12e..e783d3e89481ef04c764ae2b3184ed9a01caf485 100644 (file)
@@ -125,7 +125,7 @@ static void change_attributes(const char *name, struct globals *gp)
 }
 
 int chattr_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int chattr_main(int argc, char **argv)
+int chattr_main(int argc ATTRIBUTE_UNUSED, char **argv)
 {
        struct globals g;
        char *arg;