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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to