diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2004-08-03 18:43:43 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2004-08-03 18:43:43 +0000 |
| commit | b74851fe568e1e75d854d2e4364c2baf6d0973f7 (patch) | |
| tree | a184b4c324b893105b07adf553b4d78ad2b36e27 /usr.bin/make | |
| parent | 02a680b8f5f0763b438f49b6a2b59ef29c6f137b (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index fd84a2f3678a..bbc6ab5b2455 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -412,8 +412,8 @@ chdir_verify_path(char *path, char *obpath) return 0; } -void -catch_child(int sig) +static void +catch_child(int sig __unused) { } |
