summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/kernel.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2013-02-14 08:16:03 +0000
committercharnier <charnier@FreeBSD.org>2013-02-14 08:16:03 +0000
commit8426ce9b0af88e9ddadfb8a5ed2ae5f188d6d148 (patch)
tree0fd70126051947a8ec39b5ece7632c62a6cf469f /usr.bin/gprof/kernel.c
parentf061b4d30288fe6652257e99f3e156532f5ed792 (diff)
downloadFreeBSD-src-8426ce9b0af88e9ddadfb8a5ed2ae5f188d6d148.zip
FreeBSD-src-8426ce9b0af88e9ddadfb8a5ed2ae5f188d6d148.tar.gz
rework old-style functions prototypes
reduce WARNS=6 output
Diffstat (limited to 'usr.bin/gprof/kernel.c')
-rw-r--r--usr.bin/gprof/kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gprof/kernel.c b/usr.bin/gprof/kernel.c
index dc456f5..7af9897 100644
--- a/usr.bin/gprof/kernel.c
+++ b/usr.bin/gprof/kernel.c
@@ -16,7 +16,7 @@ __FBSDID("$FreeBSD$");
static char *excludes[] = { ".mcount", "_mcleanup", NULL };
int
-kernel_getnfile(const char *unused, char ***defaultEs)
+kernel_getnfile(const char *unused __unused, char ***defaultEs)
{
char *namelist;
size_t len;
OpenPOWER on IntegriCloud