Date: Thu, 27 Feb 2014 08:21:28 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262549 - head/sys/dev/aic7xxx/aicasm Message-ID: <201402270821.s1R8LSaO017590@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402270821.s1R8LSaO017590>