From c0159aff30562306f38938289f229bc962f9af0d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 27 Feb 2014 08:21:28 +0000 Subject: [PATCH] Don't complain about missing prototypes to ease bootstrap issues. --- sys/dev/aic7xxx/aicasm/Makefile | 1 + 1 file changed, 1 insertion(+) 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 +CFLAGS+= -Wno-missing-prototypes