summaryrefslogtreecommitdiffstats
path: root/bin/sh/exec.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2012-01-25 08:42:19 +0000
committercharnier <charnier@FreeBSD.org>2012-01-25 08:42:19 +0000
commit11c560ec5e9b4b4c1e625e3f949adc3e5f025826 (patch)
tree87e53751614cd8153750969022f9e8aa01d069bc /bin/sh/exec.c
parent213e9c871367df9e4445a15b23c0d8943da17a77 (diff)
downloadFreeBSD-src-11c560ec5e9b4b4c1e625e3f949adc3e5f025826.zip
FreeBSD-src-11c560ec5e9b4b4c1e625e3f949adc3e5f025826.tar.gz
Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output.
Diffstat (limited to 'bin/sh/exec.c')
-rw-r--r--bin/sh/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/exec.c b/bin/sh/exec.c
index 468f940..82cb3ac 100644
--- a/bin/sh/exec.c
+++ b/bin/sh/exec.c
@@ -493,7 +493,7 @@ hashcd(void)
*/
void
-changepath(const char *newval)
+changepath(const char *newval __unused)
{
clearcmdentry();
}
OpenPOWER on IntegriCloud