Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/astrolog misc/astrolog: document harmless instanc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b09cbc97f09
branches:  trunk
changeset: 430715:8b09cbc97f09
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 03 15:08:29 2020 +0000

description:
misc/astrolog: document harmless instances of array[char]

diffstat:

 misc/astrolog/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1bcdd14100bb -r 8b09cbc97f09 misc/astrolog/Makefile
--- a/misc/astrolog/Makefile    Sun May 03 14:58:18 2020 +0000
+++ b/misc/astrolog/Makefile    Sun May 03 15:08:29 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/01/26 17:31:42 rillig Exp $
+# $NetBSD: Makefile,v 1.43 2020/05/03 15:08:29 rillig Exp $
 
 DISTNAME=      ast54unx
 PKGNAME=       astrolog-5.40
@@ -24,6 +24,9 @@
 DIST_SUBDIR=   astrolog
 BUILD_TARGET=  astrolog
 
+# 1 in xscreen.c, 1 in charts.c, both harmless.
+BUILDLINK_TRANSFORM+=  rm:-Werror=char-subscripts
+
 INSTALLATION_DIRS=     bin
 
 do-install:



Home | Main Index | Thread Index | Old Index