summaryrefslogtreecommitdiff
path: root/external/gpl2/diffutils/bin/diff3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'external/gpl2/diffutils/bin/diff3/Makefile')
-rw-r--r--external/gpl2/diffutils/bin/diff3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/gpl2/diffutils/bin/diff3/Makefile b/external/gpl2/diffutils/bin/diff3/Makefile
index 0ad339b4b43..eff61ab27bb 100644
--- a/external/gpl2/diffutils/bin/diff3/Makefile
+++ b/external/gpl2/diffutils/bin/diff3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/01/13 03:39:28 christos Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/11 22:45:26 joerg Exp $
.include <bsd.init.mk>
@@ -8,6 +8,6 @@ DIST= ${IDIST}/src
PROG= diff3
SRCS= diff3.c version.c
-CWARNFLAGS.clang+= -Wno-unused-value
+CWARNFLAGS.clang+= -Wno-unused-value -Wno-error=bool-operation
.include <bsd.prog.mk>