Date: Tue, 05 Jul 2016 06:43:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210836] devel/gettext-runtime (and related?): parameter vs. argument count mismatch for calling phase5_scan_regexp in src/x-javascript.c Message-ID: <bug-210836-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210836 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@FreeBSD.org Reporter: markmi@dsl-only.net Assignee: tijl@FreeBSD.org Flags: maintainer-feedback?(tijl@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 =3D last_token_type =3D 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210836-13>