aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/str.c
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-09-28 20:03:26 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-09-28 20:03:26 +0000
commit1e3d8881cfbe2762be6f3fa4cdc0a1b153a5b512 (patch)
tree32b74a981ed5bde5ddf862500a7e5f0a35e7aed1 /usr.bin/make/str.c
parent079a527a3d76d4b2ce16ec49f74e6d21b7970ebf (diff)
downloadsrc-1e3d8881cfbe2762be6f3fa4cdc0a1b153a5b512.tar.gz
src-1e3d8881cfbe2762be6f3fa4cdc0a1b153a5b512.zip
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
Notes
Notes: svn path=/head/; revision=104108
Diffstat (limited to 'usr.bin/make/str.c')
-rw-r--r--usr.bin/make/str.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c
index 04757591783d..8ff10dfc1422 100644
--- a/usr.bin/make/str.c
+++ b/usr.bin/make/str.c
@@ -241,8 +241,12 @@ brk_string(str, store_argc, expand)
case 't':
ch = '\t';
break;
+ default:
+ break;
}
break;
+ default:
+ break;
}
if (!start)
start = t;