summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/dir.c
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-09-28 20:03:26 +0000
committerjmallett <jmallett@FreeBSD.org>2002-09-28 20:03:26 +0000
commit06c333e3a8b54bb86854488afa404dbf6101c5f9 (patch)
tree32b74a981ed5bde5ddf862500a7e5f0a35e7aed1 /usr.bin/make/dir.c
parent45000db18319b1400a31665ae7023cc957602b0f (diff)
downloadFreeBSD-src-06c333e3a8b54bb86854488afa404dbf6101c5f9.zip
FreeBSD-src-06c333e3a8b54bb86854488afa404dbf6101c5f9.tar.gz
Add empty default cases where they should be, remove non-local execution stuff
in compat.c which doesn't even have preprocessor-conditional-hidden support code, and add a debugging statement where we might end up with a nil list somehow, but where I doubt it. First confirmed userland kill for Flexelint. Sponsored by: Bright Path Solutions
Diffstat (limited to 'usr.bin/make/dir.c')
-rw-r--r--usr.bin/make/dir.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c
index e97cdeb..c1755fe 100644
--- a/usr.bin/make/dir.c
+++ b/usr.bin/make/dir.c
@@ -473,6 +473,8 @@ DirExpandCurly(word, brace, path, expansions)
Dir_Expand(file, path, expansions);
goto next;
}
+ default:
+ break;
}
if (*cp2 == '\0') {
/*
OpenPOWER on IntegriCloud