summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'backgammon/common_source/Makefile')
-rw-r--r--backgammon/common_source/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/backgammon/common_source/Makefile b/backgammon/common_source/Makefile
index ea9f7b03..f77b337e 100644
--- a/backgammon/common_source/Makefile
+++ b/backgammon/common_source/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/05/03 14:48:30 lukem Exp $
+# $NetBSD: Makefile,v 1.10 2019/02/04 09:51:48 mrg Exp $
LIBISPRIVATE= yes
@@ -6,4 +6,11 @@ LIB= common
SRCS= allow.c board.c check.c fancy.c init.c odds.c \
one.c save.c subs.c table.c
+.include <bsd.own.mk>
+
+# Has fallthru comment that is missed
+.if defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc"
+COPTS.check.c+= -Wno-error=implicit-fallthrough
+.endif
+
.include <bsd.lib.mk>