Author: eadler
Date: Sat Jun 16 23:44:18 2018
New Revision: 335266
URL: https://svnweb.freebsd.org/changeset/base/335266

Log:
  ddb: build with WARNS=6
  
  Tested with amd64, arm64, i386, mips

Modified:
  head/sbin/ddb/Makefile
  head/sbin/ddb/ddb_script.c

Modified: head/sbin/ddb/Makefile
==============================================================================
--- head/sbin/ddb/Makefile      Sat Jun 16 21:07:46 2018        (r335265)
+++ head/sbin/ddb/Makefile      Sat Jun 16 23:44:18 2018        (r335266)
@@ -4,7 +4,6 @@ PACKAGE=runtime
 PROG=  ddb
 SRCS=  ddb.c ddb_capture.c ddb_script.c
 MAN=   ddb.8
-WARNS?=        3
 
 LIBADD=        kvm
 

Modified: head/sbin/ddb/ddb_script.c
==============================================================================
--- head/sbin/ddb/ddb_script.c  Sat Jun 16 21:07:46 2018        (r335265)
+++ head/sbin/ddb/ddb_script.c  Sat Jun 16 23:44:18 2018        (r335266)
@@ -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)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to