svn commit: r262549 - head/sys/dev/aic7xxx/aicasm

Warner Losh imp at FreeBSD.org
Thu Feb 27 08:21:29 UTC 2014


Author: imp
Date: Thu Feb 27 08:21:28 2014
New Revision: 262549
URL: http://svnweb.freebsd.org/changeset/base/262549

Log:
  Don't complain about missing prototypes to ease bootstrap issues.

Modified:
  head/sys/dev/aic7xxx/aicasm/Makefile

Modified: head/sys/dev/aic7xxx/aicasm/Makefile
==============================================================================
--- head/sys/dev/aic7xxx/aicasm/Makefile	Thu Feb 27 08:19:19 2014	(r262548)
+++ head/sys/dev/aic7xxx/aicasm/Makefile	Thu Feb 27 08:21:28 2014	(r262549)
@@ -43,3 +43,4 @@ BINDIR=/usr/bin
 build-tools: ${PROG}
 
 .include <bsd.prog.mk>
+CFLAGS+= -Wno-missing-prototypes


More information about the svn-src-all mailing list