bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gettext] [bug #48404] parameter vs. argument count mismatch for cal


From: anonymous
Subject: [bug-gettext] [bug #48404] parameter vs. argument count mismatch for calling phase5_scan_regexp in src/x-javascript.c
Date: Tue, 5 Jul 2016 08:50:15 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]