diff options
Diffstat (limited to 'util-linux/readprofile.c')
-rw-r--r-- | util-linux/readprofile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index c6152558c..ef7865951 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c | |||
@@ -42,7 +42,7 @@ static const char defaultmap[] ALIGN1 = "/boot/System.map"; | |||
42 | static const char defaultpro[] ALIGN1 = "/proc/profile"; | 42 | static const char defaultpro[] ALIGN1 = "/proc/profile"; |
43 | 43 | ||
44 | int readprofile_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 44 | int readprofile_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
45 | int readprofile_main(int argc, char **argv) | 45 | int readprofile_main(int argc ATTRIBUTE_UNUSED, char **argv) |
46 | { | 46 | { |
47 | FILE *map; | 47 | FILE *map; |
48 | const char *mapFile, *proFile, *mult = 0; | 48 | const char *mapFile, *proFile, *mult = 0; |