diff options
author | peter <peter@FreeBSD.org> | 2002-03-19 23:20:21 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-03-19 23:20:21 +0000 |
commit | 1c2c64421fc4ae2dc0cdb273792f3ab1faac9bfb (patch) | |
tree | 6b5629f0dde4342500690c248f1960028d423d30 /sys/dev/ppbus | |
parent | 84239ef763b47e20b2617edffca1d5144397849e (diff) | |
download | FreeBSD-src-1c2c64421fc4ae2dc0cdb273792f3ab1faac9bfb.zip FreeBSD-src-1c2c64421fc4ae2dc0cdb273792f3ab1faac9bfb.tar.gz |
Fix some gcc-3.1+ warnings:
warning: deprecated use of label at end of compound statement
umass.c:2626:46: multi-line string literals are deprecated
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r-- | sys/dev/ppbus/ppb_msq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ppbus/ppb_msq.c b/sys/dev/ppbus/ppb_msq.c index 9c83451..6ed7ccd 100644 --- a/sys/dev/ppbus/ppb_msq.c +++ b/sys/dev/ppbus/ppb_msq.c @@ -329,6 +329,7 @@ ppb_MS_microseq(device_t bus, device_t dev, struct ppb_microseq *msq, int *ret) break; } next: + continue; } error: return (error); |