[Bug 258470] devel/frink: fix build with clang 13
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258470] devel/frink: fix build with clang 13"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Sep 2021 07:49:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258470
--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=9118b8848d5ad2b51d8af3ed72b45b618f5caf36
commit 9118b8848d5ad2b51d8af3ed72b45b618f5caf36
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-09-15 07:42:49 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-09-15 07:47:47 +0000
devel/frink: fix unused but set variables
Clang 13 now has a -Wunused-but-set-variable warning, which is emitted a
few times in devel/frink. Remove the variables that were unused.
PR: 258470
Approved by: portmaster@bsdforge.com (maintainer)
MFH: 2021Q3
devel/frink/Makefile | 2 +-
devel/frink/files/patch-tcl.c | 72 +++++++++++++++++++++++++++++++----------
devel/frink/files/patch-token.c | 37 +++++++++++++++------
3 files changed, 84 insertions(+), 27 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.