svn commit: r366440 - head/tools/tools/cxgbtool

Navdeep Parhar np at FreeBSD.org
Mon Oct 5 06:53:30 UTC 2020


Author: np
Date: Mon Oct  5 06:53:29 2020
New Revision: 366440
URL: https://svnweb.freebsd.org/changeset/base/366440

Log:
  Get tools/tools/cxgbtool to build with the latest clang.
  
  Reported by:	olivier@

Modified:
  head/tools/tools/cxgbtool/Makefile

Modified: head/tools/tools/cxgbtool/Makefile
==============================================================================
--- head/tools/tools/cxgbtool/Makefile	Mon Oct  5 06:38:56 2020	(r366439)
+++ head/tools/tools/cxgbtool/Makefile	Mon Oct  5 06:53:29 2020	(r366440)
@@ -6,5 +6,6 @@ MAN=
 CFLAGS+= -I${.CURDIR}/../../../sys/dev/cxgb -I.
 CFLAGS+= -DCONFIG_T3_REGS -DCHELSIO_INTERNAL
 BINDIR?= /usr/sbin
+WARNS?= 3
 
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list