summaryrefslogtreecommitdiff
path: root/ham/xlog
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-02-04 19:21:48 +0000
committergdt <gdt@pkgsrc.org>2021-02-04 19:21:48 +0000
commite301eddaf386d26f017c0874b0d74c1f45363329 (patch)
tree205456e12a1c3d04e0d4f335929465236c08c45b /ham/xlog
parentff9132b7436d1d7fc597a876ce168e51ad770606 (diff)
downloadpkgsrc-e301eddaf386d26f017c0874b0d74c1f45363329.tar.gz
ham/xlog: Add another warning workaround
(Upstream sources do not compile cleanly under clang.)
Diffstat (limited to 'ham/xlog')
-rw-r--r--ham/xlog/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile
index b37552151b4..f177a04dde9 100644
--- a/ham/xlog/Makefile
+++ b/ham/xlog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2021/02/04 14:10:07 gdt Exp $
+# $NetBSD: Makefile,v 1.93 2021/02/04 19:21:48 gdt Exp $
#
DISTNAME= xlog-2.0.20
@@ -19,8 +19,8 @@ USE_TOOLS+= gmake pkg-config
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-variable
-_WRAP_EXTRA_ARGS.CC+= -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations
-CWRAPPERS_APPEND.cc+= -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations
+_WRAP_EXTRA_ARGS.CC+= -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations -Wno-uninitialized
+CWRAPPERS_APPEND.cc+= -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations -Wno-uninitialized
.endif
# Problematic with 5.5.0 on netbsd-8.