aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-02-27 08:21:28 +0000
committerWarner Losh <imp@FreeBSD.org>2014-02-27 08:21:28 +0000
commitc0159aff30562306f38938289f229bc962f9af0d (patch)
treeb8a093c000890a816a29208308d9382fd1ab64f5 /sys/dev/aic7xxx
parentb331ba445e3af3c46afb7542fd424ffa427e9590 (diff)
downloadsrc-c0159aff30562306f38938289f229bc962f9af0d.tar.gz
src-c0159aff30562306f38938289f229bc962f9af0d.zip
Don't complain about missing prototypes to ease bootstrap issues.
Notes
Notes: svn path=/head/; revision=262549
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aicasm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile
index 04bac72835c1..f31a774e76c8 100644
--- a/sys/dev/aic7xxx/aicasm/Makefile
+++ b/sys/dev/aic7xxx/aicasm/Makefile
@@ -43,3 +43,4 @@ BINDIR=/usr/bin
build-tools: ${PROG}
.include <bsd.prog.mk>
+CFLAGS+= -Wno-missing-prototypes