URL:
<http://savannah.gnu.org/bugs/?48404>
Summary: parameter vs. argument count mismatch for calling
phase5_scan_regexp in src/x-javascript.c
Project: GNU gettext
Submitted by: None
Submitted on: Tue 05 Jul 2016 08:50:12 AM UTC
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
>From a FreeBSD ports context for devel/gettext-tools: 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.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48404>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/