Date: Sat, 21 Jan 2006 14:26:26 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 90086 for review Message-ID: <200601211426.k0LEQQBF084014@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=90086 Change 90086 by rwatson@rwatson_sesame on 2006/01/21 14:25:31 Don't return in a case that can't be reached, this will help gcc generate a warning if a bug is introduced so that it is reachable. Submitted by: phk Found with: FlexeLint Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_control.c#10 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_control.c#10 (text+ko) ==== @@ -94,8 +94,6 @@ } } } - - return (0); /* EOF */ } /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601211426.k0LEQQBF084014>