ddb: build with WARNS=6

Tested with amd64, arm64, i386, mips
This commit is contained in:
Eitan Adler 2018-06-16 23:44:18 +00:00
parent 943a127c89
commit b33abb34b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335266
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ PACKAGE=runtime
PROG= ddb
SRCS= ddb.c ddb_capture.c ddb_script.c
MAN= ddb.8
WARNS?= 3
LIBADD= kvm

View File

@ -135,7 +135,7 @@ ddb_script(int argc, char *argv[])
}
void
ddb_scripts(int argc, char *argv[])
ddb_scripts(int argc, char *argv[] __unused)
{
if (argc != 1)