From 65b39906a512038a1c91f6a1ee927b312de0a752 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 3 May 2020 16:49:32 +0000 Subject: ham/cwtext: document safe usage of array[char] --- ham/cwtext/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ham') diff --git a/ham/cwtext/Makefile b/ham/cwtext/Makefile index e80ea280632..593b01ce8d8 100644 --- a/ham/cwtext/Makefile +++ b/ham/cwtext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2020/03/20 11:57:54 nia Exp $ +# $NetBSD: Makefile,v 1.26 2020/05/03 16:49:32 rillig Exp $ DISTNAME= cwtext-0.96 PKGREVISION= 3 @@ -13,6 +13,9 @@ MAKE_FILE= makefile USE_TOOLS+= gmake BUILD_TARGET= ALL +# harmless; the only call is properly guarded +BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts + INSTALLATION_DIRS= bin INSTALLATION_DIRS+= share/doc/${PKGBASE} -- cgit v1.2.3