mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix WARNS=2 warnings.
This commit is contained in:
parent
6dcf625c41
commit
cab4aede58
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ __FBSDID("$FreeBSD$");
|
|||
#include <stand.h>
|
||||
#include <machine/stdarg.h>
|
||||
|
||||
extern void exit(int) __dead2;
|
||||
|
||||
void
|
||||
panic(const char *fmt,...)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue