PERFORCE change 90086 for review
Robert Watson
rwatson at FreeBSD.org
Sat Jan 21 14:26:26 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=90086
Change 90086 by rwatson at 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 */
}
/*
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list