summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-16 08:12:06 +0000
committerphk <phk@FreeBSD.org>2004-06-16 08:12:06 +0000
commit67632d242d379fd7607a45f2aa9a850209ce2289 (patch)
tree0e2ff45bf08c39bc10bb5ad07ebf603e3ab2a593 /sys/boot/i386
parent315177e2ec1ca3abcbf7ba544d72b1c88d464eaf (diff)
downloadFreeBSD-src-67632d242d379fd7607a45f2aa9a850209ce2289.zip
FreeBSD-src-67632d242d379fd7607a45f2aa9a850209ce2289.tar.gz
Premptively fix GCC3.4 issue: add break; after empty default: clauses.
PR: 65493 Submitted by: Pawel Worach <sajd@telia.com>
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/libi386/biosdisk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/i386/libi386/biosdisk.c b/sys/boot/i386/libi386/biosdisk.c
index 25faefc..aeac2e3 100644
--- a/sys/boot/i386/libi386/biosdisk.c
+++ b/sys/boot/i386/libi386/biosdisk.c
@@ -833,6 +833,7 @@ bd_realstrategy(void *devdata, int rw, daddr_t dblk, size_t size, char *buf, siz
return (0);
default:
/* DO NOTHING */
+ break;
}
return EROFS;
OpenPOWER on IntegriCloud