Mark usage() as __dead2 so that Coverity doesn't think that execution

continues after the call and uses a negative array subscript.

Reported by:	Coverity
CID:		1305629
This commit is contained in:
Don Lewis 2016-05-13 01:14:38 +00:00
parent a5f637460b
commit e402dde82d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299584

View File

@ -133,7 +133,7 @@ static char const *cmd_sysctl_name[] = {
IBE_SYSCTL_NAME_LIST
};
static void
static void __dead2
usage(const char *format, ...)
{
va_list args;