[Bug 210836] devel/gettext-runtime (and related?): parameter vs. argument count mismatch for calling phase5_scan_regexp in src/x-javascript.c

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 5 06:43:31 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210836

            Bug ID: 210836
           Summary: devel/gettext-runtime (and related?): parameter vs.
                    argument count mismatch for calling phase5_scan_regexp
                    in src/x-javascript.c
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tijl at FreeBSD.org
          Reporter: markmi at dsl-only.net
          Assignee: tijl at FreeBSD.org
             Flags: maintainer-feedback?(tijl at FreeBSD.org)

src/x-javascript.c has code of the structure:

static void
phase5_scan_regexp ()
{
. . . (no attempt to get/use implicit arguments) . . .
}

static void
phase5_get (token_ty *tp)
{
. . .
          else
            {
              phase5_scan_regexp (tp);
              tp->type = last_token_type = token_type_regexp;
            }
. . .

The tp argument in the phase5_scan_regexp call has no matching parameter.

This was reported by the compiler that was doing the build.

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


More information about the freebsd-ports-bugs mailing list