https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99917

            Bug ID: 99917
           Summary: gcc/d/dmd/mtype.c:5223: missing call to va_end ?
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

trunk.git/gcc/d/dmd/mtype.c:5223:30: error: va_list 'ap' was opened but not
closed by va_end(). [va_end_missing]

Source code is

    va_list ap;
    va_start(ap, format);
    buf.vprintf(format, ap);
    return buf.extractChars();

Reply via email to