Mark bsdar_errc as __dead2 to help code analysis tools.

PR:		bin/172636
Submitted by:	Erik Cederstrand <erik@cederstrand.dk>
Approved by:	cperciva
MFC after:	3 days
This commit is contained in:
Eitan Adler 2012-10-22 02:12:06 +00:00
parent 168ff9ab82
commit 5d08632eba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241827

View File

@ -111,7 +111,7 @@ struct bsdar {
};
void bsdar_errc(struct bsdar *, int _eval, int _code,
const char *fmt, ...);
const char *fmt, ...) __dead2;
void bsdar_warnc(struct bsdar *, int _code, const char *fmt, ...);
void ar_mode_d(struct bsdar *bsdar);
void ar_mode_m(struct bsdar *bsdar);