Date: Tue, 19 Mar 2002 04:14:14 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-raid.c Message-ID: <200203191214.g2JCEE070975@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/03/19 04:14:14 PST Modified files: sys/dev/ata ata-all.c ata-raid.c Log: Add some break's after default: in the end of switch statements to keep gcc-3.1+ happy: ata-all.c:410: warning: deprecated use of label at end of compound statement ata-all.c:587: warning: deprecated use of label at end of compound statement ata-raid.c:99: warning: deprecated use of label at end of compound statement ata-raid.c:151: warning: deprecated use of label at end of compound statement Revision Changes Path 1.139 +2 -0 src/sys/dev/ata/ata-all.c 1.39 +2 -0 src/sys/dev/ata/ata-raid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203191214.g2JCEE070975>