[Bug 258470] devel/frink: fix build with clang 13

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 13 Sep 2021 07:46:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258470

            Bug ID: 258470
           Summary: devel/frink: fix build with clang 13
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dim@FreeBSD.org
                CC: portmaster@bsdforge.com
             Flags: maintainer-feedback?(portmaster@bsdforge.com)
                CC: portmaster@bsdforge.com

During an exp-run for llvm 13 (see bug 258209), it turned out that devel/frink
fails to build with clang 13:

tcl.c:1467:14: error: variable 'rp' set but not used
[-Werror,-Wunused-but-set-variable]
    VarData *rp;
             ^

There are a few of these in the code, which seems to be pretty much
unmaintained, so I took the liberty of just removing the unused-but-set
variables.

-- 
You are receiving this mail because:
You are the assignee for the bug.